The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Admin Links
Im sorry if this has been asked, I looked around but found nothing.
I was wondering how you could add a new group of links in the admin cp nav. I am using the admin cp as a control panel to house forms fo rthe rest of my site and would like to add navigation for it. thanks all for your help. |
#2
|
||||
|
||||
it's in your admincp/index.php file.
just add things like this: Code:
construct_nav_option($vbphrase['scheduled_task_manager'], 'cronadmin.php?do=modify', '|'); construct_nav_option($vbphrase['add_new_scheduled_task'], 'cronadmin.php?do=edit', '<br />' ); construct_nav_option($vbphrase['scheduled_task_log'], 'cronlog.php?do=choose', '<br />'); construct_nav_group($vbphrase['scheduled_tasks']); and then the group, with the phrase. |
#3
|
||||
|
||||
Thanks a lot!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|