PDA

View Full Version : Searching only sticky topics


LanciaStratos
11-08-2001, 08:20 PM
Can anyone come up with a hack which will display all "sticky" threads, across all forums? :confused:

damicatz
11-08-2001, 08:50 PM
I'll look into it however what version of vB will you be installing the hack on?

LanciaStratos
11-08-2001, 08:59 PM
Originally posted by damicatz
I'll look into it however what version of vB will you be installing the hack on? This will be 2.2.0. Thanks! :)

Freddie Bingham
11-08-2001, 09:32 PM
SELECT * FROM thread WHERE sticky = 1

LanciaStratos
11-08-2001, 09:51 PM
Originally posted by freddie
SELECT * FROM thread WHERE sticky = 1 Thanks freddie! But, I want this to be an option that members can use just like the getnew and getdaily search options. :)

damicatz
11-08-2001, 10:20 PM
SELECT * FROM thread WHERE sticky = 1


That's the database query but what LanciaStratos wants is integration into the search function.

I can probably get the hack done tommorow.