Quote:
Originally Posted by Panagioths
I have a question to make. Let's suppose that we don't want the poll in forumhome to be visible to the guests of our vb forum. How can we accomplish that?
Thanks in advance 
|
by adding another if condition on top of it.
Add under $navbar
Code:
<if condition="$show['member']">
<if condition="$show[devel_poll]">
$poll
</if>
</if>