The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) Details »» | |||||||||||||||||||||||||||||
TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl)
Developer Last Online: Apr 2015
Description: This mod changes the way notifications are displayed. It disables the default dropdown menu listed in the toplinks in the header and uses a free open script called jGrowl to display them on the bottom left of the screen no matter where you are on a page. Helps with people "not noticing" the notifications. Enjoy. TheWindows7Site Instructions: 1) Upload files in attachment to forum root 2) Open template headinclude Paste the following code at the bottom Code:
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) --> <script type="text/javascript" src="jscripts/tw7s_notifications/jquery-1.4.2.js"></script> <script type="text/javascript" src="jscripts/tw7s_notifications/jquery.jgrowl.js"></script> <link href="jscripts/tw7s_notifications/jquery.jgrowl.css" rel="stylesheet" type="text/css"/> <!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) --> Find the following: Code:
<vb:if condition="$notifications_total"> <li class="popupmenu notifications" id="notifications"> <a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a> <ul class="popupbody popuphover"> {vb:raw notifications_menubits} </ul> </li> <vb:else /> <li class="popupmenu nonotifications" id="nonotifications"> <a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}</a> <ul class="popupbody popuphover"> <li>{vb:rawphrase no_new_messages}</li> <li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li> </ul> </li> </vb:if> Code:
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) --> <vb:if condition="$notifications_total"> <script type="text/javascript"> $.jGrowl('{vb:raw notifications_menubits} <br />You must view your notification(s) before this box will disappear.' , { sticky: true, header : 'New Notification(s)' } ); </script> </vb:if> <li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li> <!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) --> Done! Have fun customizing this to fit your needs. Arabic Translation by Dr.osamA Spanish Translation by Destron Download Now
Show Your Support
|
Comments |
#172
|
|||
|
|||
i doesnt show at my site, i just changes notifications to ibox but thats it nothing pops up
4.1.11 |
#173
|
|||
|
|||
works great!! very nice i really like this.. I was in search for the whilte PM pop up.. But i found this one.. THX
|
#174
|
|||
|
|||
excellent plug-in. thank you very much.
|
#175
|
|||
|
|||
hmmm installed on vb 4.2 didnt work ....
|
#176
|
||||
|
||||
with 4.2 not work
|
#177
|
|||
|
|||
great mod,
but for users who use 1024x768 resolution, the popup is annoying, if you will not want to close ALL notifications (in addition to messages primates, posts awaiting moderation) It would be impossible to close the popup manually, or after some seconds? I would be very important for this change. You know you help? P.S. with 4.2 work |
#178
|
|||
|
|||
Hi
I have this modification installed and everything is fine except 1 thing, i have this modification installed https://vborg.vbsupport.ru/showthread.php?t=228950 and it uses the notifications, but they only show for this particular mod in forumdisplay and not on the forum index page. Any ideas? Thanks in advance. |
#179
|
|||
|
|||
I followed the directions to a "T"
I have the progammer theme installed. I copy and pasted the code as shown. But I can't seem to get it working at all. Any suggestions? Thank you. |
#180
|
|||
|
|||
Can anyone make this work with 4.2? I will love you forever, this is the mod I've been looking forever for.
|
#181
|
|||
|
|||
works fine for me on 4.2 patch 3
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|