Ajax Notification Count?
-
Hi, is it possible to have the variables showing the number of notifications be Ajax or controlled for a certain period of time? For example, I use the following:
<?php global $w3all_phpbb_unotifications; if (!empty($w3all_phpbb_unotifications) && $w3all_phpbb_unotifications > 0){ echo '<span class="blablax">' . $w3all_phpbb_unotifications . '</span>'; } ?>
<?php global $w3all_phpbb_usession; if ($w3all_phpbb_usession->user_unread_privmsg > 0) { echo '<span class="blablax">' . $w3all_phpbb_usession->user_unread_privmsg . '</span>'; } ?>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Ajax Notification Count?’ is closed to new replies.