[thesite] sign up stuff

David McCreath mccreath at ak.net
Wed Dec 13 23:48:36 CST 2000


Okay, in sidebar/dsp_login.cfm, there's a cfif statment that looks like
this:

<cfif Val(session.user.id)>
[...shows logged in/member options...]
<cfif NOT Val(session.user.mid)>
[...shows sign up link...]
</cfif>
<cfelse>
[...shows log in form..]
</cfif>

so is the cfif NOT Val(session.user.mid) supposed to be (session.user.id)?
(No 'm')?

Dvae





More information about the thesite mailing list