US: 1-941-4621-069
  
Cyprus: 3-572-2052-781

Go Back   ISPsystem.com Forums > ISPmanager > How-To Guides


Reply
 
Thread Tools
Old 09-27-2004, 06:42 AM   #1
ISPsystem team
 
Join Date: Mar 2004
Posts: 98
Igor has disabled reputation
Default Extend ISPmanager by 3th party products

Example
how to add phpPgAdmin to ISPmanager main menu.
This example helps you to understand how it works and then you can self link other products (webmails, log analysers, scripts for install forums, guestbooks .......)

at first you should have installed phpPgAdmin.
for example you already can access it https://your.domain.com/pgadmin/
and you wish integrate this link to ISPmanager main menu

well.
all below configs located at /usr/local/ispmgr/etc

1. Open file 'config' and add line 'extaction phppgadmin /pgadmin/'

2. Create message file msg_en.local.xml (don't edit msg_en.xml !!!)
my msg_en.local.xml for this example:
Quote:
<?xml version="1.0" encoding="UTF-8"?>
<messages>
<desktop>
<msg name="menu_phppgadmin">PhpPgAdmin</msg>
</desktop>
</messages>
also you can create message files for other languages

3. Create local menu mainmenu.local.xml (don't edit mainmenu.xml !!)
Quote:
<?xml version="1.0" encoding="UTF-8"?>
<mainmenu>
<navigation level="7">
<node name="ext">
<node name="phppgadmin"/>
</node>
</navigation>
<navigation level="5">
<node name="ext">
<node name="phppgadmin"/>
</node>
</navigation>
</mainmenu>
4. restart ISPmanager (killall ispmgr)

in this example 'phppgadmin' is internal function name
__________________
ISPsystem support team
Igor is offline   Reply With Quote
Old 11-22-2005, 09:50 AM   #2
Guest
 
Posts: n/a
Default Reliability

Quote:
Originally Posted by Igor
Example
Does it work all the time for you?
  Reply With Quote
Old 11-22-2005, 10:01 AM   #3
ISPsystem team
 
Join Date: Mar 2004
Posts: 98
Igor has disabled reputation
Default

this post valid for very old version.

for new examples see documentation.
__________________
ISPsystem support team
Igor is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 05:06 PM.