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;
But if I change that in > -1 or >= 0 the notification pulldown appears but when clicking on it, it will give an error instead of showing there are 0 pm's and 0 friendrequests (etc.) waiting.
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 = '';
But I woulnd't know because I'm not familiar with php coding.
Anybody?