Page 1 of 1

[SOLVED] Emergency... update did something wierd

Posted: Mon May 12, 2008 5:08 pm
by JeremyBASS
Help... This is probably directed at Calguy, but help...

I was updating things... and when I updated the search mod, a function that I had in there stopped working... and I’m not sure why... Made sure to put it back in as it deleted the template that was in there…

This is something that Calguy helped me with...
{if $ccuser->loggedin()}{FrontEndUsers form=''silent''}{$link_logout}{else}{cms_selflink page=''login'' text=''login''}{/if}

Any ideas... this is for a hospital site... and they need to log in... Thank you

Re: Emergency... update did something wierd

Posted: Mon May 12, 2008 5:31 pm
by JeremyBASS
Ok so because i pulled the data from the db i miss the fact that it was like:

Code: Select all

{if $ccuser->loggedin()}{FrontEndUsers form=''silent''}{$link_logout}{else}{cms_selflink page=''login'' text=''login''}{/if}
which doesn't work

were it was supost to be like this... :) all is ok now

Code: Select all

{if $ccuser->loggedin()}{FrontEndUsers form='silent'}{$link_logout}{else}{cms_selflink page='login' text='login'}{/if}