Are you editing the file correctly?
I boobed the 1st time I did it and my admincp buggered up because I did not follow these instructions:
Quote:
in "includes/xml/cpnav_vbulletin.xml" find:
=======================================
</navgroups>
<!-- CVS: $RCSfile: cpnav_vbulletin.xml,v $ - $Revision: 1.16 $ -->
=======================================
and replace with:
=======================================
<navgroup phrase="mod_applicant" hr="true" displayorder="270">
<navoption displayorder="10">
<phrase>rate_apps</phrase>
<link>../{$vbulletin->config[Misc][modcpdir]}/maf_rateapp.php?do=list</link>
</navoption>
<navoption displayorder="20">
<phrase>del_apps</phrase>
<link>maf_delapp.php?do=del</link>
</navoption>
</navgroup>
</navgroups>
<!-- CVS: $RCSfile: cpnav_vbulletin.xml,v $ - $Revision: 1.16 $ -->
|
Laters