Quote:
Originally Posted by TNCclubman
good idea. Like the flashing new icon when you get a new notification up top in the navbar. But instead moving it down to the bottom right in the footer bar
|
It's just a div tag, you can put what ever you want in it. For notifications just do like I do (kinda):
Code:
<if condition="$bbuserinfo[pmunread]">
<a href="private.php">New PM!</a>
<else />
<a href="private.php">No new PM's</a>
</if>
Quote:
Originally Posted by TNCclubman
anyone figure out how to make this show to non logged in users?
|
remove
Code:
<if condition="$bbuserinfo[userid]">
and