Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Detailed Pages

Quote Reply
Detailed Pages
In the detailed pages there are a few tags that I need a little help to get working.

Contact Name
Contact Email

I get a message saying unknown tag.

I assume that you have to modify them using template globals. But how would I fetch the needed info? Any help would be appreciated.

Dan Oakeson
http://www.AssociateCash.com
Quote Reply
Re: Detailed Pages In reply to
Hi,

Add a <%Links::Utils::load_user%> tag on your detailed page, and this will make all the tags of the user who owns this link available.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: Detailed Pages In reply to
Alex,

Does it matter where I add that tag? Because I just gave it a go. Then Built the pages and it still gives the same message. I also tried :
Contact Name and
Contact_Name neither worked.
Am I missing something?

Thanks!

Dan Oakeson
http://www.AssociateCash.com
Quote Reply
Re: Detailed Pages In reply to
You should add the tag before you use any of the user tags. However, you want to use columns from the Users table, so you would use <%Name%> to display the name, and <%Email%> to display the email, not Contact_ *..

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: Detailed Pages In reply to
Thanks,

It is amazing how well it all works when done right. Smile

Dan Oakeson
http://www.AssociateCash.com