Status
Not open for further replies.
On loading pages, I noticed that the term "Notices" flashes in the toplinks area of the page (top right corner)..then by the completion of the page load, the word notices is replaced by "Inbox". I've tracked this odd behavior down to vbNotifications. Is there any way to complete hide the word Notices without breaking vbNotifications?
 
The link is hidden via JS, and that JS will break if the code is removed from the templates. At this time there's no way to change it, though you could uninstall the mod that makes it flash as that is not a default vBulletin feature.
 
Its not a flashing mod... I just mean when the page loads, it displays "Notices" for a second, then it puts "Inbox" instead at the end of the page load.

I think its an issue of where the script is loading relative to the html rendering. I think you have a pm in your cr inbox...if you hit refresh a couple times and watch toplinks, I think you will see what I mean.
 
I manipulated the phrases and css classes so that it no longer is noticeable. I tried using css to hide it, but that also seemed to hide the notices. Although I've "fixed" it, it would be nice to have better, less of "hacked" solution.
 
Captive Reefs
Hello! I also not like the way top menu arranged in this product(!even in the commercial version!). If I have not viewed messages, I only know about it from drop-down menu of top-links. And in the top-links, there is no information about them((!!!In a lighter version, this information is not available anywhere else!!!!)) I think this is a bug, or rather that is not very responsible approach on how to achieve....
And now I will tell you how I solved this problem without "that JS will break".
In the file:
dbtech\notifications\clientscript\vbnotifications.js
need to find and remove this code(!!!please do backup of original file before it!!!):
PHP:
var notifs=YAHOO.util.Dom.get('nonotifications');if(this.legacy==0){notifs.innerHTML='<a href="private.php">'
+vbphrase['dbtech_notifs_inbox']+'</a>';}else{var notifmenu=YAHOO.util.Dom.get('dbtech_notifications_menu_wrapper');notifs.innerHTML='';notifs.innerHTML=notifmenu.innerHTML;}

And after this, in management modules, turn off the module: "Fetch vBulletin Notifications" from product DragonByte Tech: vBNotifications.
Thus we remain pop-up alerts from vbNotifications, and regular notifications of vBulletin system.
Sorry for my english))))
 
Last edited:
And of cause, turn off "Legacy System (Pro)" in settings of product, to activate the pop-up messages. Do not worry, now Legacy System will still work with them....
 
Status
Not open for further replies.

Legacy vBNotifications

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
518
Customer rating
0.00 star(s) 0 ratings
Back
Top