Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: tags to non "Links" table

Quote Reply
Re: tags to non "Links" table In reply to
Hi,

Since you did:

return { Featured => $results->{Featured} };

the tag <%Priority%> does nothing. It runs the code and makes new tags available. What you need to do is anywhere after <%Priority%> you would put <%Featured%>. Since you are only setting one thing, you should really just do:

return $results->{Featured};

and that way, when you call <%Priority%> it will return what is in the Featured column.

Cheers,

Alex

--
Gossamer Threads Inc.
Subject Author Views Date
Thread tags to non "Links" table dwh 2436 May 21, 2001, 1:36 AM
Thread Re: tags to non "Links" table
Alex 2373 May 22, 2001, 1:11 PM
Thread Re: tags to non "Links" table
dwh 2365 May 22, 2001, 9:29 PM
Thread Re: tags to non "Links" table
Alex 2345 May 23, 2001, 10:25 AM
Thread Re: tags to non "Links" table
dwh 2347 May 23, 2001, 11:55 AM
Thread Re: tags to non "Links" table
Alex 2366 May 23, 2001, 12:00 PM
Thread Re: tags to non "Links" table
dwh 2308 May 24, 2001, 10:01 PM
Post Re: tags to non "Links" table
Alex 2291 May 27, 2001, 8:27 PM