on Tue, 08 Apr 2008 15:48:10 +0200, Matyi Gábor wrote: > Users can log in and out on my site. I created a page, where I put the > macmadelogin plugin, I configured it, it works. The pagetitle is login, > therefore in the menu I see login. I'd like to solve, if the user logged > in, logout should appear in the menu. Do you know anybody any soultion? > > Thanks. Gabor Matyi
just use different pages with differnt access-modes, but equal content. one page named 'login' which is visible if no user is logged in followed by one page named 'logout' which is visible on any log-in, which can get the content from the first page: 'show content from page:' bernd -- http://www.pi-phi.de/t3v4/cheatsheet.html _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
