Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Eric on January 16, 2003, 01:11:20 AM

Title: Server Manager Catagories
Post by: Eric on January 16, 2003, 01:11:20 AM
I'm looking to sort my server manager panels in a different order.  Is there someway I can do this?
Title: Re: Server Manager Catagories
Post by: Greg Zartman on January 16, 2003, 01:27:46 AM
Yes, have a look in /etc/e-smith/web/functions.  Here you will find the perl code that create the server manager panels.  Open one of the function sin pico and have a look in the header for the file for a line that looks like this:
# heading     : Collaboration
# description : Groups
# navigation  : 3000 3200

Play around with the navigation numbers.  The first number is used to define the major group and the second the order within that group.

Regards,

Greg Zartman
Title: Re: Server Manager Catagories
Post by: Eric on January 16, 2003, 07:47:42 PM
Pico?  Blahhh...  use vi
Title: Re: Server Manager Catagories
Post by: JeffC on January 17, 2003, 08:06:17 PM
Eric,

As a followup to Greg's post.  When you are done editing any panel in /etc/e-smith/web/functions, make sure you chmod it to 4750.

Remember, vi is the center of evil :>

-jeff