Quote:
Originally Posted by Lynne
HTML Code:
<vb:if condition="$show['member']">
code to show to logged in users
</vb:if>
To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. (Sometimes the template is the one mentioned at the very top of the page source.)
|
OT
I think I just learned something from you Lynne.
Placing the code you used to the front of certain templates will do the same as this post is referring too? In other words, If I wanted to hide for example the "footer". I could use
Code:
<vb:if condition="$show['member']">
to the footer template to hide it from guests?