Quote:
Originally Posted by PGAmerica
The link did not add automatically. I had to do it manually.
Is there a simple if/then statement I can use to make it so only registered users can see it?
|
Just use "$cyb_paypal_donate_link" variable instead of '
<a href="misc.php?do=donate"...'. Then link will disappear automatically for excluded groups.
Quote:
Originally Posted by se_p800
Anyway to change "donate now" text into an image?
|
Yes. Insert image using <img> tags surrounded by <a> tags linking to "misc.php?do=donate".
For example:
Code:
<a href="misc.php?do=donate"><img src="images/paypal.gif" alt="" border="0" /></a>
Quote:
Originally Posted by papill0n
|
You should ask author of that plug-in/add-on for help.
Btw this hack has integrated donation bar, so add-ons are not needed.