Log in

View Full Version : CPNAV in vBulletin 3.6 b2


melefire
06-19-2006, 09:37 AM
I am working on a new mod but when i made the cpnav for it and went into my test vb with my hack installed it showed me something like this:
https://vborg.vbsupport.ru/
this is what my cpnav_sigmaeasy.xml(cpnav for my hack) looks like:
<?xml version="1.0" encoding="ISO-8859-1"?>

<navgroups product="sigmaeasy" master="true">

<navgroup phrase="sigmachate_options" hr="true" displayorder="1">

<navoption displayorder="10">
<phrase>sigmachate_options_o</phrase>
<link>options.php?do=options&dogroup=sigmaeasyoptions</link>
</navoption>

<navoption displayorder="20">
<phrase>reg_w_sigma</phrase>
<link>http://sigmachat.com/register.html</link>
</navoption>

<navoption displayorder="30">
<phrase>sigma_cp</phrase>
<link>http://sigmachat.com/login.html</link>
</navoption>


</navgroups>
I don't understand it because it looks almost just like cpnav_vbulletin?
could you please tell em what im doing wrong

thanks

Revan
06-19-2006, 11:59 AM
You need to add the phrases you use in that XML to either GLOBAL or Control Panel Global phrasegroups.

melefire
06-19-2006, 12:08 PM
they are in GLOBAL, but it still dosnot work

Revan
06-19-2006, 05:35 PM
Yes now I know why it doesn't work.
Find: </navgroups>
Add above: </navgroup>

:)

melefire
06-19-2006, 06:36 PM
thanx, will try later