Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [michelb] global: Adding A Random Link

Quote Reply
Re: [michelb] global: Adding A Random Link In reply to
Ok,

I'm not sure what you are trying to do, or what you are hoping to do, but using "set Random_Category" AFTER the Random_Loop is returned, wouldn't do anything.

You might want to pass the category parameter into the Random_Link routine:

<%Random_Link ('353')%>

It would then be the first parameter in the subroutine.

You could also pass in <%Random_Link ($Category_ID)%> or whatever variable is holding the category ID (can be Category_ID, Cat_ID, cat_id, ID, etc depending on the template )


PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.
Subject Author Views Date
Thread global: Adding A Random Link michelb 2883 Apr 3, 2002, 11:31 PM
Thread Re: [michelb] global: Adding A Random Link
Paul 2812 Apr 4, 2002, 1:21 AM
Thread Re: [Paul] global: Adding A Random Link
michelb 2804 Apr 4, 2002, 2:20 AM
Thread Re: [michelb] global: Adding A Random Link
pugdog 2784 Apr 4, 2002, 4:04 PM
Post Re: [pugdog] global: Adding A Random Link
michelb 2757 Apr 4, 2002, 8:47 PM