vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3 Articles (https://vborg.vbsupport.ru/forumdisplay.php?f=187)
-   -   [How-To] Add entries to AdminCP Navigation Menu (https://vborg.vbsupport.ru/showthread.php?t=82698)

Allan 10-11-2005 10:42 PM

Thanks Kirby for important informations :)

KW802 10-18-2005 04:50 PM

Kirby,

Thanks for the info, I was able to make use of it. :)

Kevin

Swindont 10-23-2005 01:45 PM

can u set permissions so only certain admins can see them?

Nullifi3d 10-26-2005 02:23 PM

Quote:

Originally Posted by Swindont
can u set permissions so only certain admins can see them?

Yes, take a look at includes/xml/cpnav_vbulletin.xml for examples.
Take a look at the permissions parameter within the navgroup tags.

achtungbaby 11-07-2005 03:33 AM

Quote:

Originally Posted by Nullifi3d
Yes, take a look at includes/xml/cpnav_vbulletin.xml for examples.
Take a look at the permissions parameter within the navgroup tags.

Hello, thanks for the tip. Would "canrunqueries" be an acceptable permission?

HMBeaty 11-08-2005 01:47 AM

How can I make it so there are mutliple options in the menu? Like this.....

Links
-vBulletin
---vBulletin.org
---vBulletin.com
-Other
---Other.com

Any ideas? Or will that even work?

Andreas 11-08-2005 02:34 AM

You can't have sub-groups.

HMBeaty 11-08-2005 02:36 AM

Quote:

Originally Posted by Andreas
You can't have sub-groups.

Well that...........bites. lol :(

Nullifi3d 11-08-2005 08:40 PM

Quote:

Originally Posted by achtungbaby
Hello, thanks for the tip. Would "canrunqueries" be an acceptable permission?

Yes that's a permission.

waza 12-03-2005 01:52 PM

Hey,
Why doesn't the code below work? I just get a blank tab.
I tried it with displayoptions but didn't work either.
Code:

<?xml version="1.0" encoding="ISO-8859-1"?>
<navgroups product="emotions">
        <navgroup text="Moods" hr="true">
                <navoption>
                        <text>Mood manager</text>
                        <link>image.php?do=modify&table=mood</link>
                </navoption>
                <navoption>
                        <text>Add new mood</text>
                        <link>image.php?do=add&table=mood</link>
                </navoption>
                <navoption>
                        <text>Upload mood</text>
                        <link>image.php?do=upload&table=mood</link>
                </navoption>
        </navgroup>
</navgroups>



All times are GMT. The time now is 07:51 AM.

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

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01434 seconds
  • Memory Usage 1,736KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete