New development build
Update-43D3
9-April-2020
Merlin fork 374.43_43D3j9527
Download
https://1drv.ms/f/s!Ainhp1nBLzMJiF2l3WjM46lSmxrH
============================
This is a build for addon developers for integrating custom gui pages.
Slight change to the original way I envisioned it. Instead of using the custom settings file to set the tab titles, a file is used instead which also activates the tab. So, it's use is....
Place your custom page in /www/user (user[x].asp)
To activate the page, also place in /www/user a title file (user[x].title) which contains a single line that you want to use for the tab. A simple way to generate the title file is
echo "Your_tab_title" > /www/user/user[x].title
That's it! You'll now have a left hand menu item 'Addons' with your tab included.
@Jack Yaz ...I did borrow your icon, but did have to tweak it a bit. The gui uses a weird size icon.
The first addon installed (user1.asp and user1.title) will be the default when selecting 'Addons' from the main menu.
Developers....Have fun! (I hope
)