vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Add more links in modcp listings (https://vborg.vbsupport.ru/showthread.php?t=265486)

ProFifaLeagues 06-19-2011 09:17 PM

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 :)

LifesGreatestGift 06-19-2011 10:47 PM

1 Attachment(s)
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();

Plugin is Active: Yes

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 06-19-2011 10:49 PM

Thank you very much

LifesGreatestGift 06-19-2011 10:49 PM

screenshot attached to my previous post :)


All times are GMT. The time now is 04:40 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01609 seconds
  • Memory Usage 1,708KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete