Quote:
Originally Posted by PatrickAdrichem
options['base_currency'] = 'USD'; require_once('./includes/functions_cron.php'); require_once('donation_install/donation_install_settings.php'); $vbulletin->db->query_write("INSERT INTO ".TABLE_PREFIX."cron (`cronid`, `nextrun`, `weekday`, `
|
Found the solution myself error is because its not compatible with PHP 5
in most documents it states
whilst in PHP 5 it must be
Since its only in every file at the first line open every file and change it. there are 2 or 3 files that already have it.
Also since i see it come back often:
Quote:
Originally Posted by DS MrSinister
The admincp not showing up:
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">
|
As for the buttons (to which i've been looking blondely aswell)
when you've got the donate admin CP menu part, there is also a option for making donation buttons. Don't forget to make these or there are none!