Quote:
Originally Posted by Hasanudin
@BirdOPrey5
thx, but its not work to me.. 
* my code at postbit_legacy
@tundrasoul
may be this..?
Code:
<vb:if condition="$show['guest']">
<vb:else />
Show this to all not guest users
</vb:if>
|
Both you guys are probably having the same issue, the variable isn't used in your template by default so you must register it there. There's another article here on how to register variables for use in templates:
https://vborg.vbsupport.ru/showthread.php?t=228078
For example the closedthread check is only done in showthread, not postbit, so you have to pre-register it for postbit.