Hello
I've designed a control panel for my mod and trying to integrate it in to vbulletin admincp.
Following are the issues i'm facing with integration :
I can't find what i'm suppose to write in xml (product) file to integrate my mod control panel in to vbulletin admincp (under vbulletin options drop down list). I referred to this tutorial. - My xml product file contains :
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<navgroups product="vbulletin">
<navgroup phrase="AdiInviter_Settings" displayorder="60">
<navoption displayorder="1">
<phrase>AdiInviter_Settings</phrase>
<link>adiinviter_settings.php</link>
</navoption>
</navgroup>
</navgroups>
- Error i'm getting is :

Now there is 1 problem with theme/style/colors. I've reffered this tutorial.- Following is what my current control panel looks like (see the colors and stuff) :

- I wanna make it like :

Kindly help me with these issues.

Thanks in advance.