The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Okay so I have CYB advanced PM mod installed and it never worked because on the style I use it would only say Private Messages: Unread 0, Total 371 and a tiny arrow for PM functions. It did not have the vb 3.70+ notification system.
My main skin does not have the Notifications drop down that replaces the pm field. The default skin had the notifications there and the mod worked as I could see new notifications it would FLASH RED. I copied the code from there to the main style and it was working. Than somehow both the default style and the style I use suddenly used the old system of just showing Private Messages in the welcome block. The code is still there, but it is not functioning. Changes were only made to the navbar template. Reinstalling the mod does nothing because I am guessing that it is conditional if the code for notifications is not there than it wont show up. Maybe someone can give me template/xml that i can just use for reference. The only thing I can think of is somehow I pasted the original code from the main skin which has the old pm notifications onto both skins. I tried reverting and fixing the default template but it still does not show the notifications code instead of the pm code in the box. Here is some code from my main style: <!-- / user cp tools menu --> <if condition="$notifications_total"> <!-- notifications menu --> <div class="vbmenu_popup" id="notifications_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead" colspan="2">$vbphrase[your_notifications]</td></tr> $notifications_menubits </table> </div> <!-- / notifications menu --> </if> </if> <!-- / NAVBAR POPUP MENUS --> Any help? Thank you. |
#2
|
|||
|
|||
![]()
If you have questions/problems with a modification or style, then please post in the thread (or support forum/board) about that modification/style. Best chance to receive a reply from either the author or another member using the same modification/style.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|