Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: dadoudidon on August 07, 2007, 04:47:26 PM

Title: re-ordering the server-manager after installing panels
Post by: dadoudidon on August 07, 2007, 04:47:26 PM
hello,

On my sme7; i have insalled some contribs that contain server-manager panels.
The problem now is that i have

Administration
Disk usage

Backup
Disk ARchive

Collaboration
Utilisateurs
Groupes
Quotas
Pseudonymes
I-bays
Récupération de mails

Collaboration
Advanced User Management
SUBVERSION_NAVIGATION_DESCRIPTION
Login script manager
Web Share

... and so on

As u can see there is 2 times the directory Collaboration. Further, i have also 2 times the directory Configuration and Administration.

Does someone knows how to fix this and re-order panels

Thanks
Dave
Title: re-ordering the server-manager after installing panels
Post by: pfloor on August 07, 2007, 10:13:57 PM
You have contribs installed that have been written that way.  You also have one that does not have it's french translation, "SUBVERSION_NAVIGATION_DESCRIPTION".  You can find more information about how the panel works here in the developer's guide:

http://mirror.contribs.org/smeserver/contribs/gordonr/devguide/html/c931.htm
Title: re-ordering the server-manager after installing panels
Post by: jfarschman on August 09, 2007, 07:59:07 PM
Take a look at the files here:

/etc/e-smith/web/functions/

Files here will look something like this at the top.

Code: [Select]
# heading     : Maintenance
# description : Backup - Desktop
# navigation  : 8000 8200
# Copyright (C) 2002 Mitel Networks Corporation


I'm guessing it's all falling into place for you now.  Edit the Headings, and the navigation the one more step... rebuild the menus with FormMagic with the script:

/etc/e-smith/events/actions/navigation-conf

and if should rebuild with you new information.  ctrl+r to refresh the browser and you are in business.

One note... things will revert anytime you upgrade one of the panels and you will have to follow this process again.

jay@hitechsavvy.com
Title: re-ordering the server-manager after installing panels
Post by: cactus on August 09, 2007, 10:39:06 PM
Quote from: "pfloor"
You also have one that does not have it's french translation, "SUBVERSION_NAVIGATION_DESCRIPTION".
I suggest the user upgrades to a newer version of smeserver-subverison from smedev as a working translation should have been included in the latest release.