Developer manual
Manager Tabs
You can create additional manager tabs by creating a userprofile file.
The default userprofile file is:
default.xql
Download the default userprofile file.
You can edit the default file and add a new section:
<query>
<name> {Name of Tab} </name>
<id> {unique-random-id} </id>
<url> {/path/to/content} </url>
</query>
Save your edited file with a new name (your file can be called anything except default.xql and should contain lowercase letters a-z only).
i.e.:
custom.xql
Upload the new xql file to the clients /templates/ directory.
Next you need to edit the settings.xml file to enable the new userprofile file.
To set a new userprofile file for all logins use the <default> tag:
<settings> <admin> <profile> <default>custom</default> </profile> </admin> </settings>
To set a new userprofile file a particular username use their username as the tag:
<settings> <admin> <profile> <staff>custom</staff> </profile> </admin> </settings>