Quote:
Originally Posted by curriertech
Revert your postbit or postbit_legacy (depending on which threaddisplay you're using), then open that template and find the IM icons line (aim, yahoo, etc), and put this below it:
Code:
<!-- DONATIONS -->
<if condition="$post['donor'] == '1'"><if condition="$post['showdonor'] == '1'"><div><a href="$vboptions[bburl]/donate.php"><img src="$stylevar[imgdir_button]/donate_donor.gif" border="0"></a></div></if></if>
<!-- END DONATIONS -->
The uninstaller doesn't remove this code, so every time you reinstall it adds this code to that template again, and eventually breaks the layout or shows multiple icons per user.
|
I dit it a bit an other.
I looked op all the templates in mysql with the user "Paypal donations"
There i found, like you said; postbit and postbit_legacy
there i delete one of the two time of the link like you gave me.
Next to the template of postbit end postbit_legacy i needed to delete this line once from MEMBERINFO
again, thanx for your information