You can edit the menu.txt file (via the Settings-->Panel Customizations option). The menu file contains further documentation.
UGCC version 1.47 through 1.702 support adding custom menu items. In the web panel root folder you should see a file named 'custom.menu!'. Rename this file file to 'custom.menu'. Open the file in a text editor. An example of the file is below. The first item is the name of the menu item, and all the other items are submenus of the first.
Changes to the custom menu will require you to restart the web service for changes to show as the file is read on startup and cached.
Syntax is
Code: Select all
Link Text,http://url.for.menu
Code: Select all
//This is the custom menu file, here you can create menu entries that will
//show in the panel's menu. The first line is the text and url of the main
//menu item shown in the panel. The following lines will be sub menu items
//of the first. The syntax for each line is "label","url" ie:
//FAQ,http://www.brainless.us/faq
Brainless,http://www.brainless.us
Request Demo License,http://www.brainless.us/forum/viewforum.php?f=19
Brainless Forum,http://www.brainless.us/forum
Contact Brainless,http://www.brainless.us/contact.aspx