1
Development and Code Review / Re: HelloWorld module / application
« on: January 28, 2016, 07:05:07 am »
I was able to get it up and running by installing helloworld directly through pkg install. I've found that menu system part needs to be changed to the following in order to work on the latest version.
<menu>
<!-- Plugin HelloWorld menu -->
<Lobby order="999">
<HelloWorld VisibleName="Hello World!" url="/ui/helloworld/"/>
</Lobby>
</menu>
The following link seem to be already outdated too. https://wiki.opnsense.org/index.php/Develop:Backend/Using_Templates
I've tried to change the HelloWorld to custom name but having an issue in save function. Configd reports execute error, but couldn't figure out the issue. How should I investigate the issue? More specifically, as shown below, where the "template reload OPNsense.HelloWorld" in the reload action supposed to exist in order to let configd.py run successfully?
$bckresult = trim($backend->configdRun("template reload OPNsense.HelloWorld"));
Thanks in advance.
<menu>
<!-- Plugin HelloWorld menu -->
<Lobby order="999">
<HelloWorld VisibleName="Hello World!" url="/ui/helloworld/"/>
</Lobby>
</menu>
The following link seem to be already outdated too. https://wiki.opnsense.org/index.php/Develop:Backend/Using_Templates
I've tried to change the HelloWorld to custom name but having an issue in save function. Configd reports execute error, but couldn't figure out the issue. How should I investigate the issue? More specifically, as shown below, where the "template reload OPNsense.HelloWorld" in the reload action supposed to exist in order to let configd.py run successfully?
$bckresult = trim($backend->configdRun("template reload OPNsense.HelloWorld"));
Thanks in advance.