Quote:
Originally Posted by Mrdby
I want it under admin not the modcp. Can this be done?
|
Open the includes/xml/cpnav_newregistrants.xml file and replace this line:
<link>../{$vbulletin->config[Misc][modcpdir]}/newregistrants.php</link>
with this
<link>../{$vbulletin->config[Misc][admincpdir]}/newregistrants.php</link>
Then open up the modcp/newregistrants.php and replace all instances of modcp with admincp, save the file. Copy the newregistrants.php file to your admincp directory, and copy the newregistrants.xml file to your includes/xml directory. Go to your control panel and import the main xml file and this will then show up in your admin control panel. This worked in 3.8.2.