The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Vbulletin CPnav problem with getting it right
I am trying to add a group options using the following code:
Code:
<navgroup text="tools" displayorder="100"> <navoption displayorder="1"> <text>Visitor Messages</text> <link>http://www.***.com/moderation.php?do=viewvms&type=moderated</link> </navoption> <navoption displayorder="2"> <text>Group Messages</text> <link>http://www.***.com/moderation.php?do=viewgms&type=moderated</link> </navoption> <navoption displayorder="3"> <text>Picture Comments</text> <link>http://www.***.com/moderation.php?do=viewpcs&type=moderated</link> </navoption> <navoption displayorder="4"> <text>New Pictures</text> <link>http://www.***.com/moderation.php?do=viewpics</link> </navoption> </navgroup> I would really appreciate any tips Thank you. ________ Pregnant tits |
#2
|
||||
|
||||
Don't edit the original cpnav file - create your own.
|
#3
|
|||
|
|||
Okay, I have tried the following in a file name mod_tools.xml as I renamed it and this is the content:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?> <navgroups product="vbulletin"> <navgroup text="tools" displayorder="100"> <navoption displayorder="1"> <text>Visitor Messages</text> <link>http://www.xxx.com/moderation.php?do=viewvms&type=moderated</link> </navoption> <navoption displayorder="2"> <text>Group Messages</text> <link>http://www.xxx.com/moderation.php?do=viewgms&type=moderated</link> </navoption> <navoption displayorder="3"> <text>Picture Comments</text> <link>http://www.xxx.com/moderation.php?do=viewpcs&type=moderated</link> </navoption> <navoption displayorder="4"> <text>New Pictures</text> <link>http://www.xxx.com/moderation.php?do=viewpics</link> </navoption> </navgroup> </navgroups> ________ Weed |
#4
|
||||
|
||||
Follow the naming scheme - cpnav_*.xml
|
#5
|
|||
|
|||
you have to :
1- create a product "product_name" 2- name your file cpnav_product_name.xml 3- activate your product ... this is the only way to do it. remember to look at the original cpnav_vbulletin.xml to see the hierarchie... |
#6
|
|||
|
|||
Okay I have named the file cpnav_modtools and this is the content:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?> <navgroups product="cpnav_modtools"> <navgroup text="tools" displayorder="100"> <navoption displayorder="1"> <text>Visitor Messages</text> <link>http://www.xxx.com/moderation.php?do=viewvms&type=moderated</link> </navoption> <navoption displayorder="2"> <text>Group Messages</text> <link>http://www.xxx.com/moderation.php?do=viewgms&type=moderated</link> </navoption> <navoption displayorder="3"> <text>Picture Comments</text> <link>http://www.xxx.com/moderation.php?do=viewpcs&type=moderated</link> </navoption> <navoption displayorder="4"> <text>New Pictures</text> <link>http://www.xxx.com/moderation.php?do=viewpics</link> </navoption> </navgroup> </navgroups> Code:
*[]* Code:
XML Error: EntityRef: expecting ';' at Line 5 ________ EXPERT INSURANCE |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|