Page 1 of 1

[solved]CustomContent

Posted: Wed Jul 02, 2008 12:01 pm
by barry cooper
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

Re: CustomContent

Posted: Wed Jul 02, 2008 12:10 pm
by barry cooper
{if $ccuser->loggedin()}
            {search}
        {else}
           
        {/if}