The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Notification pulldown "always on"
VB 3.7 (b4) which I'm runing has a nice feature.
When receiving a join request to social groups or a new pm is waiting, you get that notification pulldown visible in the navbar. This is what I'm talking about: https://vborg.vbsupport.ru/attachmen...9&d=1200081824 However this ONLY displayes if there's something new. I would like to have it so it always displays the little pulldown arrow so you can use it all the time to have a look at it. I guess this requires a template change, but I don't know how to do it neither where to do it. Can somebody give me the correct lines to change for this to work? |
#2
|
||||
|
||||
Nobody? I've found something and think it has to do with the global.php.
Code:
$notification =& $notifications["$userfield"]; if ($vbulletin->userinfo["$userfield"] > 0) { $show['notifications'] = true; So maybe it could have something to do with this which is a bit higher in the global.php Code:
$notifications_total = 0; $notifications_menubits = ''; Anybody? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|