[Typo3] loginform on every page

Mike Fabricius mike at mikefab.net
Thu May 12 11:54:22 CEST 2005


raluca oprean wrote:
> Hi Mike				
> 
> Yes, I saw that thread from yesterday but I couldn't find the fe_user.inc file which he placed in fileadmin ... I searched it in the whole typo but I couldn't find it to move it there or place the right path. 
> So I still need assistance.
> Thanks
> 
> - raluca oprean (raluca)
> 
> -----------------------
> This thread is located in the archive at this URL:
> http://typo3.org/documentation/mailing-lists/english-main-list-archive/thread/110122234/
> 					
Hi Raluca,

Sorry, my oversight in the original post. Fe_user.inc just needs to 
contain this:

<?
$GLOBALS["TSFE"]->set_no_cache();
$content= $GLOBALS["TSFE"]->fe_user->user["uid"];
?>

I would point you towards the orignal post where I learnt this, but the 
page is so slow to load...

Mike



More information about the TYPO3-english mailing list