one last question. i tried using that fix for the postbit / postbit_legacy, but forums dont show the 'donor' button to siginify that particular member did donate. was that fix for this particular issue? or just for layout issues? ive put this code in several places tyring to get it to display the donor status of members with no luck:
Quote:
<!-- 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 -->
|
last question as its the only thing left for me to fix