Quote:
Originally Posted by Thheizz
Something strange happened to my forumlay-out (see screenshot), after the installation. Does anybody know this problem? And is there a solution for it?
Next to this Mod i use vBadvanced CMPS v2.0.0 (vB 3.5)
If you know, please let me know. I would really appreciate that!
|
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.