Quote:
Originally Posted by Willnot
I've got it all working , with the exception of getting that DONOR picture to show up for the users that have donated. Highly annoying...I've made all the edits, it's just not working. Not a deal breaker, but certainly annoying.
|
make sure your MEMBERINFO template has the following..
Quote:
<!-- DONATIONS -->
<if condition="$userinfo['donor'] == '1'"><if condition="$userinfo['showdonor'] == '1'"><a href="$vboptions[bburl]/donate.php"><img src="$stylevar[imgdir_button]/donate_donor.gif" border="0"></a></if></if>
<!-- END DONATIONS -->
|
then make sure you actually uploaded the GIF image to the correct directory.