vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Mini Mods - Admin CP Custom Links (https://vborg.vbsupport.ru/showthread.php?t=282854)

Shadow 05-12-2012 10:00 PM

Admin CP Custom Links
 
1 Attachment(s)
What this basically does is add a menu to the Admin CP and allows you to fully customize the links that appear in the menu. As well as this, you are able to give the menu a name and add an infinite amount of links to it. The XML is also commented to allow users to get an understanding of how it works. This XML can be used as a template for the development of plug-ins and can be used as a base for navigational menus.

Instructions for Use:
  1. Download the XML below.
  2. You?ll need a program like Notepad++. Open the XML up in your chosen software and make your adjustments.
  3. Finally, upload the file to your forum/includes/xml/ directory.
The ?navoption? Tag:

To add new items to the menu, you?ll need to use the ?navopton? tag. Below is a sample which you can use to edit and add to your own. Alternatively, you could just copy and paste one in the XML to use.

Code:

<navoption displayorder=?1″>
<text>Descriptive Name Here</text>
<link>Internal or External Link Somewhere Here</link>
 </navoption>

I think someone may have done something similar and if so, I apologize in advance.

lapiervb 05-13-2012 12:03 PM

Screen shots please.

Shadow 05-13-2012 01:32 PM

Screenshot has been added.

deverill2010 06-17-2012 11:41 AM

Very handy thank you!

Shadow 06-18-2012 08:28 PM

Glad it's useful to you. Enjoy.


All times are GMT. The time now is 11:16 AM.

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.00966 seconds
  • Memory Usage 1,711KB
  • 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
  • (5)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