Quote:
Originally Posted by da420
Okay few issues with this hack that I am getting.
No images showing up. Like the Pay Pal Seal. It's not there just some text saying "Official Pay Pal Seal".
Also the vB Options menu is there but the menu to Add new donaters and stuff like that is not there.
It's acting quite funky between those two kknown issues on my forum.
|
Okay I found the Admin menu with this post here:
https://vborg.vbsupport.ru/showpost....postcount=1106
But, the images are still not showing. :-|
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 -->
Also the donater image in the post bit is not showing up either (along with any of the images for that matter).