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
[SOLVED] Emergency... update did something wierd
-
JeremyBASS
[SOLVED] Emergency... update did something wierd
Last edited by JeremyBASS on Mon May 12, 2008 5:32 pm, edited 1 time in total.
-
JeremyBASS
Re: Emergency... update did something wierd
Ok so because i pulled the data from the db i miss the fact that it was like: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}were it was supost to be like this...
Code: Select all
{if $ccuser->loggedin()}{FrontEndUsers form='silent'}{$link_logout}{else}{cms_selflink page='login' text='login'}{/if}