vb: 3.8.x
Template: postbit_legacy
I used this conditional to show notification in close thread:
Code:
<if condition="$thread[open] == 0"> Notification for close thread </if>
I got a problem, my notification for
close thread also show on
Private Message.
How to disable notification in
Private Message ???
Thank you
--------------- Added [DATE]1340154896[/DATE] at [TIME]1340154896[/TIME] ---------------
Code:
I found the solution:
<if condition="THIS_SCRIPT != ''">
Thank you