Quote:
Originally Posted by UncleGrundle
I still have not been able to fix this either. When I click on the donation link from my forum it works fine, when I click on the donation link on my vbadvanced page it does not work.
Example:
Forum link goes to; mysite/forums/misc.php?do=donate
Vbadvanced link goes to; mysite/misc.php?do=donate
Please help us coder.
Thank you very much.
|
I figured out how to fix this no thanks to the coder. You no if you are going to make a mod then you should give support for it. Great mod though.
If you are having the same problem as i was. then do this. go to Plugin Manager then Edit Cyb - PayPal Donate - Link then look in the Plugin PHP code box for <a href="misc.php?'.$session['sessionurl'].'do=donlist"
And change it to <a href="http://www.yoursite.com/forum/misc.php?do=donlist"
Just make sure you have the full correct URL.