Quote:
Originally Posted by Delphiprogrammi
hi people,
buh i hate XML.I'm having a problem adding some stuff to the modcp
HTML Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<navgroups product="postreport">
<navgroup phrase="global" displayorder="60">
<navoption>
<phrase>postreports_new</phrase>
<link>../{$vbulletin->config[Misc][modcpdir]}/postreports.php?do=new</link>
</navoption>
<navoption>
<phrase>postreports_closed</phrase>
<link>../{$vbulletin->options[Misc][modcpdir]}/postreports.php?do=closed</link>
</navoption>
</navgroup>
</navgroups>
i managed to create a product installing and uninstalling fine the only thing that's still buggin me is that stupid XML based navigation :devious:
i got it my links are displaying fine BUT they show up in the admincp isn't it possible to add stuff ONLY in the modcp ...
|
There is a hook to add code to the modcp.