[SOLVED] Emergency... update did something wierd

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
JeremyBASS

[SOLVED] Emergency... update did something wierd

Post 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
Last edited by JeremyBASS on Mon May 12, 2008 5:32 pm, edited 1 time in total.
JeremyBASS

Re: Emergency... update did something wierd

Post 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}
Locked

Return to “CMSMS Core”