Quote:
Originally Posted by trackpads
Your html is calling the wrong TD Class, use this-
HTML Code:
<!-- HIVEMAIL ADD -->
<if condition="$show['hivemaillink']">
<if condition="!$bbuserinfo['hiveuserid']">
<td class="alt2" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=mailsignup">$vbphrase[hivemail_get_account]</a></td>
<else />
<td class="alt2" nowrap="nowrap"><a class="smallfont" href="$vboptions[hive_url]">$vbphrase[hivemail_goto_account]</a>
<if condition="$bbuserinfo['hivecheck']"><span class="smallfont"><br />$bbuserinfo[hivemsgs_newcount] $vbphrase[hivemail_new_messages]<br />$bbuserinfo[hivemsgs_unreadcount] $vbphrase[hivemail_unread_messages]</span></if></td>
</if>
</if>
<!-- END HIVEMAIL ADD -->
Great idea BTW!!
|
Worked like a charm! Thank you.