Quote:
Originally Posted by ArnyVee
That's great, thanks!
But, where do we put it in this mod?
|
If you want to hide the entire vbtube from guests you can do this...
Go to the template, vbtube
Find:
$navbar
Under that, add:
<if condition="$show['member']">
Find:
$footer
Above that add:
<else />
<div>Only members can view vbtube.</div>
</if>
Thats it. You can put whatever you want in place of the message saying members only.