Quote:
Originally Posted by lasor
I have the same problem as above...No admin section for donate except the main settings colours etc. I would be grateful for a little assistance. I have double checked and I believe I have followed instructions to the letter, with no errors?
|
you need to edit the big
B to a small
b in your xml file... read the thread for more on that.
PayPal Donations Menu within AdminCP is missing because of the following bad code in the cpnav_paypal_donations.xml file.
Code:
<navgroups product="vBulletin">
Make it read:
Code:
<navgroups product="vbulletin">
Notice the lower case "b".