Ed
05-Jan-2004, 12:58 AM
ok to get rid of all the extra stuff in your ACP, just do the following.
--------------------------------------
Open admin_pages.php
--------------------------------------
Ok, now For this im going to show you how to delete both the first and second blocks. But you can delete how ever many as you want. One or Two. But DO NOT GO ANY FURTHER THAN THE SECOND BLOCK. or in other words in the code, dont go past the first array. but for looks and space sake, I am going to delete
"/*0 => array (" And
"1 => array ("
Those two Arrays are titled as the following in your ACP.
//0 => "IPS Services", << Array 0
1 => "IPB Enhancements", << Array 1
--------------------------------------
Fidn the following
--------------------------------------
/*0 => array (
1 => array( 'IPS Latest News' , 'act=ips&code=news' ),
2 => array( 'Check for updates' , 'act=ips&code=updates' ),
3 => array( 'Documentation' , 'act=ips&code=docs' ),
4 => array( 'Get Support' , 'act=ips&code=support' ),
5 => array( 'IPS Hosting' , 'act=ips&code=host' ),
6 => array( 'Purchase Services' , 'act=ips&code=purchase' ),
),*/
1 => array (
1 => array( 'IP Chat' , 'act=pin&code=ipchat' ),
2 => array( 'IPS Hosting' , 'act=ips&code=host' ),
3 => array( 'IPB Registration' , 'act=pin&code=reg' ),
4 => array( 'IPB Copyright Removal', 'act=pin&code=copy' ),
5 => array( 'Subscription Manager' , 'act=msubs' ),
6 => array( '|-- Logs' , 'act=msubs&code=searchlog', 'modules/subsmanager' ),
7 => array( '|-- Currency Set-up' , 'act=msubs&code=currency', 'modules/subsmanager' ),
8 => array( ''-- Transactions' , 'act=msubs&code=dosearch', 'modules/subsmanager' ),
),
--------------------------------------
Delete that section of coding
--------------------------------------
--------------------------------------
Next find (in the same file)
--------------------------------------
//0 => "IPS Services",
1 => "IPB Enhancements",
--------------------------------------
Delete that code too.
--------------------------------------
--------------------------------------
Next find (in the same file)
--------------------------------------
// 0 => "Get IPS latest news, documentation, request support, purchase extra services and more...",
1 => "Set up and manage your IPB plug in services",
--------------------------------------
Delete that code
--------------------------------------
--------------------------------------
Now the recoding
--------------------------------------
Ok, for the sake of numbering so we dont mess you up in later moding or coding, We are going to re number those arrays. the ones that are left over.
ok go back to the top and start from "2 => array (". Ok, number that one 1, then just go down through and re number the Arrays. Now once your done that, go to the part that is under "$CATS = array ( ". then rename 2 as 1 and so on. And do the same for everything under "$DESC = array (".
--------------------------------------
SAve, Close, And Upload.
--------------------------------------
Your done.
--------------------------------------
If you need any help please post in this topic. Thank you.
--------------------------------------
Open admin_pages.php
--------------------------------------
Ok, now For this im going to show you how to delete both the first and second blocks. But you can delete how ever many as you want. One or Two. But DO NOT GO ANY FURTHER THAN THE SECOND BLOCK. or in other words in the code, dont go past the first array. but for looks and space sake, I am going to delete
"/*0 => array (" And
"1 => array ("
Those two Arrays are titled as the following in your ACP.
//0 => "IPS Services", << Array 0
1 => "IPB Enhancements", << Array 1
--------------------------------------
Fidn the following
--------------------------------------
/*0 => array (
1 => array( 'IPS Latest News' , 'act=ips&code=news' ),
2 => array( 'Check for updates' , 'act=ips&code=updates' ),
3 => array( 'Documentation' , 'act=ips&code=docs' ),
4 => array( 'Get Support' , 'act=ips&code=support' ),
5 => array( 'IPS Hosting' , 'act=ips&code=host' ),
6 => array( 'Purchase Services' , 'act=ips&code=purchase' ),
),*/
1 => array (
1 => array( 'IP Chat' , 'act=pin&code=ipchat' ),
2 => array( 'IPS Hosting' , 'act=ips&code=host' ),
3 => array( 'IPB Registration' , 'act=pin&code=reg' ),
4 => array( 'IPB Copyright Removal', 'act=pin&code=copy' ),
5 => array( 'Subscription Manager' , 'act=msubs' ),
6 => array( '|-- Logs' , 'act=msubs&code=searchlog', 'modules/subsmanager' ),
7 => array( '|-- Currency Set-up' , 'act=msubs&code=currency', 'modules/subsmanager' ),
8 => array( ''-- Transactions' , 'act=msubs&code=dosearch', 'modules/subsmanager' ),
),
--------------------------------------
Delete that section of coding
--------------------------------------
--------------------------------------
Next find (in the same file)
--------------------------------------
//0 => "IPS Services",
1 => "IPB Enhancements",
--------------------------------------
Delete that code too.
--------------------------------------
--------------------------------------
Next find (in the same file)
--------------------------------------
// 0 => "Get IPS latest news, documentation, request support, purchase extra services and more...",
1 => "Set up and manage your IPB plug in services",
--------------------------------------
Delete that code
--------------------------------------
--------------------------------------
Now the recoding
--------------------------------------
Ok, for the sake of numbering so we dont mess you up in later moding or coding, We are going to re number those arrays. the ones that are left over.
ok go back to the top and start from "2 => array (". Ok, number that one 1, then just go down through and re number the Arrays. Now once your done that, go to the part that is under "$CATS = array ( ". then rename 2 as 1 and so on. And do the same for everything under "$DESC = array (".
--------------------------------------
SAve, Close, And Upload.
--------------------------------------
Your done.
--------------------------------------
If you need any help please post in this topic. Thank you.