The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
||||
|
||||
![]()
im only unseting it in the notifications_list, what potential issues could there be? i tried the difference but couldnt get that to work.
the end goal is: (not implemented in these codes) NOTIFICATIONS LIST (no pm) Code:
<if condition="$notification['total'] > 0"> <li><a href="$notification[link]"><span>$notification[total]</span> $notification[phrase]</a></li> </if> Code:
<if condition="$notifications_total"> <span>$notifications_total</span> </if> Code:
$bbuserinfo[pmunread] btw Code:
<if condition="$notifications_total - $bbuserinfo['pmunread']"> <span>$notifications_total</span> </if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|