Quote:
Originally Posted by Rukas
I got the Admin option under vBulletin Options but that only lets me turn it on or off, how do I actually set goals and donation sizes and shit like that? I dont see an actual Donation admin panel in admin CP.
|
OK I fixed it, the xml file was wrong.
Head to /forum/includes/xml and edit cpnav_paypal_donations.xml
Find:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<navgroups product="vBulletin">
Replace with:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<navgroups product="vbulletin">
I still cant work out how to get the vBadvanced module to work though.