Abhik
02-21-2012, 04:04 PM
Hello,
How do I enable the default guest no permission message along with login box in my custom pages?
Here is what I need.
https://vborg.vbsupport.ru/external/2012/02/23.png
There must be some {vb:raw } template variable!!
<vb:if condition="$show['guest']">
{vb:raw xxxxxx}
<vb:else />
{vb:raw myvariable}
</vb:if>
How do I enable the default guest no permission message along with login box in my custom pages?
Here is what I need.
https://vborg.vbsupport.ru/external/2012/02/23.png
There must be some {vb:raw } template variable!!
<vb:if condition="$show['guest']">
{vb:raw xxxxxx}
<vb:else />
{vb:raw myvariable}
</vb:if>