Gossamer Forum
Home : Products : Gossamer Links : Discussions :

More simple If question

Quote Reply
More simple If question
Hi All-

With modifictions, I now need to use some tags new to me. What is the tag for linkowner? I tried this:

<%if isLinkowner%>
but didn't work

Sorry, I forgot to search first. I found this from PugDoc:

<%if LinkOwner eq Username%>

Last edited by:

SSmeredith: Jun 28, 2004, 1:22 PM
Quote Reply
Re: [SSmeredith] More simple If question In reply to
Think its;

<%if isLinkOwner%>

...otherwise, just check it by using;

<%GT::Template::dump%>

Hope that helps.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] More simple If question In reply to
thx!