Getting Users onto Landing Page

You can use these conditions in the templates:

Code:
<xen:if is="{$visitor.is_robot}">

</xen:if>

<xen:if is="{$visitor.from_search}">

</xen:if>

To implement proper redirects and permissions requires an addon and not just template hacks, but this is something to start with.
 
Top Bottom