got it running on vb 3.6.8
what i had to do is manually enter this into my database..
using phpmyadmin
open your vb database..
view structure of vbphrasetype..
add 1 field to the end of table (phrasetypeid) VARCHAR
save.
now the installation for
PayPal Donations For vBulletin 3.5.0 will complete without database error.(so long as a previous installation attempt does not interfere. the uninstall does not remove the cronjob, you may need to remove it manually)
after i finished the install.
i used the attached xml to get the phrases in the admin cp. and it works fine.
I have also modified the module (donate.php) to include latest subscribers.
for this you will need to install this....
(vBaCMPS Recent Subscribers PLUS Donate Button Module)
to add this to the donate module
you will need to edit your ./modules/donate.php i have it attached as well.
and include these templates to the donations module
adv_portal_subscribers
subscribers_bit
my
adv_portal_subscribers is edited from the original
Code:
<tr>
<td class="$getbgrow" align="center"><span class="smallfont">
<fieldset class="fieldset" style="margin:0px 0px 0px 0px">
<a href="{$vbulletin->options[bburl]}/payments.php" title="Be A Supporting Member" class="style1">Become A Subscriber Today</a>
<br>
<center>Latest Subscribers </center></strong></div>
<span class="smallfont">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td width="100%">
<table cellpadding="2" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<center>$subscribers_bit</center>
</table></td></tr></table>
</span>
</td>
</tr>
as you can see all the paypal stuff is removed from the particular template.