The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
how do you add links/menus to the admin cp? i searched the site and found nothing.
|
|
#2
|
|||
|
|||
|
This should be at VBUlletin.com, but you have to edit index.php in the admincp folder.
|
|
#3
|
|||
|
|||
|
there is no real tutorial about adding elements in the admincp menu, but i can give you a good idea here:
in admincp/index.php FIND: Code:
if (can_administer('canadminfaq'))
{
$printhr = true;
construct_nav_option($vbphrase['faq_manager'], 'faq.php?null=0', '|');
construct_nav_option($vbphrase['add_new_faq_item'], 'faq.php?do=add');
construct_nav_group($vbphrase['faq']);
}
Code:
construct_nav_option('function title', 'url_togo.php', '|');
construct_nav_option('another function title', 'another_url_togo.php');
construct_nav_group('THIS BLOCK TITLE');
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|