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

Re: [Evoir] Random Global Questions

Quote Reply
Re: [Evoir] Random Global Questions In reply to
Hi,

It would take a new global. You should specify it like:

<!--#include virtual="/cgi-bin/content/page.cgi?p=random&Random_CatID=<%ID%>&Random_CatID=<%ID2%>"-->

Then in your global, do:

my @cat_ids = $IN->param('Random_CatID');

and change your select to:

$link_db->select ($condition, { CategoryID => \@cat_ids });

which will make it search on links in any of the categories passed in.

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread Random Global Questions Evoir 8305 Aug 2, 2002, 4:34 PM
Thread Re: [Evoir] Random Global Questions
afinlr 8163 Aug 2, 2002, 5:14 PM
Thread Re: [afinlr] Random Global Questions
Evoir 8241 Aug 3, 2002, 9:24 AM
Thread Re: [Evoir] Random Global Questions
afinlr 8186 Aug 3, 2002, 11:22 AM
Post Re: [afinlr] Random Global Questions
Evoir 8148 Aug 3, 2002, 11:49 AM
Thread Re: [afinlr] Random Global Questions
Paul 8161 Aug 3, 2002, 11:56 AM
Thread Re: [Paul] Random Global Questions
Evoir 8174 Aug 3, 2002, 12:02 PM
Thread Re: [Evoir] Random Global Questions
afinlr 8101 Aug 3, 2002, 12:52 PM
Thread Re: [afinlr] Random Global Questions
Evoir 8104 Aug 7, 2002, 1:08 PM
Post Re: [Evoir] Random Global Questions
Evoir 8042 Aug 8, 2002, 2:45 PM
Thread Re: [Paul] Random Global Questions
afinlr 8130 Aug 3, 2002, 12:18 PM
Thread Re: [afinlr] Random Global Questions
Paul 8182 Aug 3, 2002, 12:43 PM
Thread Re: [Paul] Random Global Questions
Evoir 8053 Sep 13, 2002, 11:41 AM
Thread Re: [Evoir] Random Global Questions
Alex 8095 Sep 13, 2002, 12:34 PM
Thread Re: [Alex] Random Global Questions
Evoir 8006 Sep 13, 2002, 12:49 PM
Thread Re: [Evoir] Random Global Questions
Alex 8031 Sep 13, 2002, 1:42 PM
Post Re: [Alex] Random Global Questions
afinlr 7971 Sep 13, 2002, 3:37 PM
Post Re: [Alex] Random Global Questions
Evoir 7978 Sep 13, 2002, 4:34 PM
Post Re: [Alex] Random Global Questions
Evoir 7967 Sep 13, 2002, 4:37 PM
Post Re: [Alex] Random Global Questions
Evoir 8013 Sep 13, 2002, 4:56 PM