
07-30-2008, 04:13 AM
|
 |
|
|
Join Date: Mar 2008
Posts: 944
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by NeverBored
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.
|
Thanks for your help!
|