The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
AdminCP
Ozzy <3!
|
#2
|
||||
|
||||
Add a cpnav file to your includes/xml directory, you can view any of them in there to get a idea how to do it.
|
#3
|
|||
|
|||
Tried..
Code:
<?xml version="1.0" encoding="ISO-8859-1"?> <navgroups product="web_panel"> <navgroup phrase="web_panel" permissions="canadminthreads" displayorder="82"> <navoption displayorder="10"> <phrase>Test1</phrase> <link></link> </navoption> <navoption displayorder="20"> <phrase>test2</phrase> <link></link> </navoption> <navoption displayorder="30"> <phrase>test3</phrase> <link></link> </navoption> </navgroup> </navgroups> |
#4
|
||||
|
||||
Does the product web_panel exist?
Also change all instances of <phrase> </phrase> to <text> </text> unless of course you actually created the phrases. So something like this: Code:
<?xml version="1.0" encoding="ISO-8859-1"?> <navgroups product="vbulletin"> <navgroup text="Menu Name" permissions="canadminthreads" displayorder="82"> <navoption displayorder="10"> <text>Test1</text> <link></link> </navoption> <navoption displayorder="20"> <text>test2</text> <link></link> </navoption> <navoption displayorder="30"> <text>test3</text> <link></link> </navoption> </navgroup> </navgroups> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|