4images Forum & Community

4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: omerimuni on March 27, 2012, 10:22:22 PM

Title: Show site content only for member
Post by: omerimuni on March 27, 2012, 10:22:22 PM
How can i show different startpage for non-users, with login, sign-up etc?
Title: Re: Show site content only for member
Post by: mawenzi on March 28, 2012, 12:33:00 AM
... use this in your templates ... and for your startpage in home.html ...

Code: [Select]
{if user_loggedin} ... here text / infos / images / html-tags a.s.o. for loggedin users ... {endif user_loggedin}
{if user_loggedout} ... here text / infos / images / html-tags a.s.o. for loggedout users / guests ... {endif user_loggedout}