Hi
I am using CustomContent and FrontEndUser to do standard member login stuff.
Is there a way of using CustomContent to turn the {search} facility on when a member logs on and vice verse?
Thanks
Barry
[solved]CustomContent
-
- Forum Members
- Posts: 63
- Joined: Fri Jul 13, 2007 6:49 am
[solved]CustomContent
Last edited by barry cooper on Wed Jul 02, 2008 12:10 pm, edited 1 time in total.
-
- Forum Members
- Posts: 63
- Joined: Fri Jul 13, 2007 6:49 am
Re: CustomContent
{if $ccuser->loggedin()}
{search}
{else}
{/if}
{search}
{else}
{/if}