
08-07-2010, 08:22 AM
|
|
|
Join Date: Apr 2010
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Lynne
Put in a Meta Redirect Tag in the template. Put a condition around it based on whether they are a guest or not.
HTML Code:
<vb:if condition="$show['guest']">your tag code</vb:if>
Put a condition around the notifications based on THIS_SCRIPT (change 'test' to whatever you defined THIS_SCRIPT to be in your page):
HTML Code:
<vb:if condition="THIS_SCRIPT == 'test'">notification code</vb:if>
|
Got it tanks!
|