Gossamer Forum
Home : Products : Gossamer Links : Discussions :

"detailed" page problem..

Quote Reply
"detailed" page problem..
Hi,

I am trying to use <%Username%> in my static detailed pages. When I build the static pages, I get the "Unknown Tag" error where <%Username%> should have been parsed. All other tags on the same detailed pages are parsed correctly.

However, <%Username%> is parsed correctly when I view the directory in dynamic mode.

Does anyone have an idea why this is happening and how I can fix it?

Thanks!
Katina

Last edited by:

Katina: Sep 12, 2001, 9:24 AM
Quote Reply
Re: [Katina] "detailed" page problem.. In reply to
"Username" returns the logged in user's name. When static building, there is no logged in user.

You should use

<%if Username%>
<%Username%>
<%endif%>

to avoid the error on static builds.

The fields available for static builds are <%LinkOwner%> and <%Contact_Name%>




PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.
Quote Reply
Re: [pugdog] "detailed" page problem.. In reply to
Pugdog,

Ah-ha! I knew it had to be something simple I was overlooking! Thank you so much for your help! :))

Katina