Ok, I know what I have done now.
That is the correct button code
PHP Code:
setvar;plugset;_settings||$dlpluginname$$plugset$
What this does is creates a command pluginname_settings
ie
wifiman_settings
rrgrid_settings
etc
now my plugins will intercept the command and load the settings screen and do any necessary processing required.
for wifiman I put a translation in exectbl.ini
"wifiman_settings";"load;wifiman_settings.skin "
So, if the plugin has a <pluginname>_settings command, then that will be handled by the plugin, if not then a translation in exectbli.ini is required.
Bookmarks