PDA

View Full Version : "Your Notifications" not showing


DiageoLiam
04-05-2009, 02:48 PM
The code in my style is:


<if condition="$show['notifications']">
<div><span id="notifications"><a href="usercp.php$session[sessionurl_q]">$vbphrase[your_notifications]:</a> <strong>$notifications_total</strong></span></div>
<if condition="$show['popups']">
<script type="text/javascript"> vBmenu.register("notifications"); </script>
<else />
<script type="text/javascript" src="clientscript/vbulletin_notifications_nopopups.js?v=$vboptions[simpleversion]"></script>
<script type="text/javascript"> vBulletin.register_control("vB_Notifications_NoPopups", "notifications"); </script>
</if>
<else /><if condition="$show['pmstats']">
<div><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></div>
</if></if>

However, the user is only able to view 'New Messages' and not, 'Your Notifications'. It is a clean install, so unsure if there's any settings I need to configure to enable this feature!?

Here's a screenshot:

http://img21.imageshack.us/img21/702/picture1wfp.png

Thanks!

Lynne
04-05-2009, 03:43 PM
The Notifications line won't show up unless you actually have a Notification. If there is no Notification, then nothing shows up.

DiageoLiam
04-05-2009, 07:45 PM
nope, have just been sent profile comments and a friend request... it hasn't changed. Says 0 messages :(

Lynne
04-05-2009, 08:30 PM
Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

DiageoLiam
04-05-2009, 10:02 PM
Tried that and the problem persists.

--------------- Added 1238972611 at 1238972611 ---------------

I have also tried switching to the default style and this doesn't resolve the issue either

Lynne
04-05-2009, 10:14 PM
Do you get a line under You Last Visited Today that says Notifications at all?

DiageoLiam
04-06-2009, 09:11 AM
Nope, it just says 'Private Messages'

Lynne
04-06-2009, 01:54 PM
Since this is totally default, you can submit a support ticket over at vb.com.