bolly.beats |
12-10-2006 08:16 PM |
Well its not working for me :(, where i m going wrg can someone help me?
Like u told in tutorial, in step 3(a):
Quote:
Step 3a (optional, for forums using postbit:) To add the reflection effect underneath avatars in thread view, FIND in "postbit" template:
<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if>
<td nowrap="nowrap">
REPLACE THAT WITH:
<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" class="reflect" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if>
<td nowrap="nowrap">
|
But i dnt have that so what i did is changed it to :
Quote:
<if condition="$show['avatar']">
<div class="smallfont">
<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] class="reflect" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</div>
</if>
|
Same thing with i changed it in postbit_leagacy tempelate. I think that should work. But dunno, wat's wrong?
|