The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Add more links in modcp listings
Is there a way i can add some more links to external sites that we use for our forums ??
Ideally in the mod cp area so mods have quick links for them. Thanks for the help in advance |
Благодарность от: | ||
kleidaras |
#2
|
||||
|
||||
To create new links in ModCP do the following
AdminCP>Plugins & Products>Add New Plugin> Product: vBulletin Hook Location: mod_index_navigation Title: ModCP Links Execution Order: 5 (default) Plugin PHP Code: Code:
construct_nav_option('Link1', 'link.php'); construct_nav_option('Link2', 'link2.php'); construct_nav_option('Google', 'http://www.google.com'); construct_nav_group('Links of Interest'); construct_nav_spacer(); Click Save ----------------------------------------- To change the title of the navigation block edit Links of Interest above. To add more navigation items just copy the construct_nav_option('Link1', 'link.php'); line, edit the Link1 for link title, and link.php for link location. Add as many as you'd like. |
Благодарность от: | ||
ProFifaLeagues |
#3
|
||||
|
||||
Thank you very much
|
#4
|
||||
|
||||
screenshot attached to my previous post
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|