By: handoko
Date: 2010-06-14
Time: 01:33
|
cannot hide block
Dear all,
i cannot hide this block??
[robots; block= begin;when [var._SESSION.groupid;noerr]!=1]
<meta name="robots" content="nonindex" />
[robots; block = end]
|
|
By: handoko
Date: 2010-06-14
Time: 02:02
|
Re: cannot hide block
Solve,
the code should be
[onshow;robots; block= begin;when [var._SESSION.groupid;noerr]=1]
<meta name="robots" content="content" />
[onshow;robots; block = end]
|
|
By: TomH
Date: 2010-06-14
Time: 02:08
|
Re: cannot hide block
Shouldn't that
[onshow.robots;
|
|
Posting in progress.
Please wait...
|