Quote:
Originally Posted by da420
But, the images are still not showing. :-|
|
what images?
Quote:
EDIT: Had to uninstall it was messing up my User Profiles by moving the Last Activity selection to the right of the profile picture.
EDIT2: Aghh! It's still doing it!
EDIT3: I take out this code in MEMBERINFO template and it goes to normal, but it does not show the donate image. So if any one thinks they can help me get it aligned to the left of my profile pic instead of the right because it is also moving my last activity thing to the right as well.
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 -->
<td class="smallfont" valign="bottom" align="$stylevar[right]">
<!-- 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 -->
|
where you see "$stylevar[
right]" change that to
left.
Quote:
Also the donater image in the post bit is not showing up either (along with any of the images for that matter).
|
did you make your template changes?