Hi All,
Seem to be going around in circles and missing something simple (I’m guessing my answer might be hiding in one of the .conf files?) but how do you add new admin pages to Coronium backend admin panel? eg add a page for users to set some dynamic app content like the splash screen image?
I’m happy to working through the lua and tpl files but my issue is actually getting the new page to display
Have made a new folder in /usr/local/coronium/http/ (lets call it ‘test’ so located /usr/local/coronium/http/test) and added basic .lua and .tpl files (just based it on the users folder files). Add a link from admin page to open ‘test’ but just get the folder directory, not the displayed html .tpl file?
Videos from Chris mentioned a future update to add html pages but seems development never got that far. I can see how the .lua calls to 'local answer = coronium.template.render( ‘/usr/local/coronium/http/folder/view_whatever.tpl’, vars, true ) but still missing how to get it to display not as a directory structure
Cheers