Next 3.5.4 template I am going to work on is "memberinfo" First revert back to 3.5.4 (remember to make notes if there are changes other then the PayPal Donation modification as you wil need to put those back in as well)
Find:
Code:
<if condition="$show['lastactivity']">
after the closing /if put:
Code:
<!-- 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 -->
Hope someone can help test :nervous: