View Single Post
Old 05-22-2010, 06:50 PM   PM User | #3
theborg72
New Coder

 
Join Date: May 2010
Location: Sweden
Posts: 15
Thanks: 1
Thanked 0 Times in 0 Posts
theborg72 is an unknown quantity at this point
Cool

tru..
find out whats worong by read to mutch and find out how to wright the code to make it work

Code:
<cfif IsDefined("Session.MM_UserAuthorization") AND
Session.MM_UserAuthorization EQ 1>
<cfinclude template="/testlogin/include/logout.cfm">
<cfelse>
<cfinclude template="/testlogin/include/login.cfm">
</cfif>
to use this is have working login form in page..
by use this in all page now i can hide and show content for member.

hope this can help som other one.
theborg72 is offline   Reply With Quote