I've got an application very similar to what is found on fusebox.org.
On my top menu I have a link for which the user must be logged in to
use (like the 'New Suggestions' link on Fusebox.org)
So I've got it coded to the point where if you click on the link it
goes to act_secure.cfm - checks for the user_id and if none - does a
cf_returnfuseaction to the login form page
(I've cut-n-pasted most of this directly from the Fusebox.org site)
I'm trying to pass a brief message when they click on the link so when
the login form pops up - they will understand why they were redirected
here (again just like on Fusebox.org):
<cfcase value="community">
<cfmodule template="#request.cfroot#/login/act_secure.cfm"
message="In order to see the forums you must be logged in...">
<cfparam name="pagetitle" default="community">
<cfinclude template="dsp_community.cfm">
</cfcase>
So it goes through act_secure.cfm and redirects me to act_login.cfm
and I get my login form - but my client.message is not displaying...
If I type in a username/password incorrectly - I see the
client.message (incorrect password, etc) but for the life of me I can't
seem to get the same functionality that you see if you press the "New
Suggestion" button on Fusebox.org without being logged in... you are
redirected to the login form and there is a nice "To add a suggestion
you must create an account first, or login, please do so now " message
displayed...
Any idea's on what I can double check?? I'm really getting frustrated
:/
thanks,
Jim
........................................................
"Too much information running through my brain,
Too much information driving me insane" ~ The Police 1981
........................................................
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists