PERFECT! thanks for the advice on the $loginbox.....it was right there...I can't believe I never thought to look there. Good Call!
So as far as those notificaitons, do you know if there is an addon already built? Can you direct me there? If there isn't would you be interested in building one for us?
Thanks again for everything!
I found this code as an addon....anyway to work with something like this (it works if is stays within the templates, but if used outside the templates it doesn't) :
<if condition="$bbuserinfo[pmunread]">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="center">
<tr>
<td class="thead"><a href="private.php"><div style="text-decoration:none;">You currently have $bbuserinfo[pmunread] Unread Private Message<if condition="$bbuserinfo[pmunread] >= 2">s</if>! Click Here!</div></a></td>
</tr>
</table>
<br />
</if>
|