Quote:
Originally Posted by Rukbat
I absolutely LOVE this hack!
Is there any way to put the blinky right in front of the "Private Messages" line instead of above it?
eeps, n/m, figured it out...
in case anyone else wants to do the same:
Code:
<div class="smallfont">
<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
<br /><if condition="$bbuserinfo['pmunread']">
<a href="http://www.****.com/forums/private.php?"><img border="0" src="http://www.****.comt/forums/images/newpm.gif" width="22" height="10"></a>
</if>
<if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
</div>
I'd add a screenshot, but everytime I try the newpm.gif doesn't show up *shrugs*
|
Thanks for presenting another option. I think the reason the newpm.gif isn't showing in your attachment is because it's animated but I think it's easy enough to get what you are saying.