Koozali.org: home of the SME Server

Creating panels

P Nico

Creating panels
« on: April 25, 2002, 12:54:47 PM »
I'm actually trying to build new cgi-script.I've look at default pearl-cgi script panels in /etc/e-smith/functions/* and have found this at the begining of each of them :

# heading     : Collaboration        <-- I understand this
# description : Groups                <-- I understand this
# navigation  : 3000 3200            <-- What is this !!!

Ok thez first two line are easy to understand. But what is the third line utility ? I ask this because I ve made some try with scripts that make my system unusqbe :) May be it is because of this ? It would be great if someone can help me on this point.
Thanks in advance.

Jon Blakely

Re: Creating panels
« Reply #1 on: April 25, 2002, 01:48:16 PM »
First things first. Read this documentation on "creating contrib modules". It will explain all about building panels and what "navigation" is, but basically it is the position the module appears in the server-manager menu.

http://www.e-smith.org/docs/howto/building-contribs.php3#AEN161

Also all modules in the functions directory need to be chmod 4650 to work.

Jon