
10-10-2005, 09:53 PM
|
|
|
Join Date: Mar 2002
Location: North America
Posts: 737
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Zachariah
Plugin - Forumhome: Gallery Main
Try this:
Find:
Code:
$getrand = $db->query_read("
SELECT imageid, images.title, filename, thumbname, originalname, extension, images.catid $query[fields]
FROM " . TABLE_PREFIX . "adv_gallery_images AS images
$query[tables]
WHERE $privcatids valid = 1 $ignquery
ORDER BY $galleryorderby
LIMIT $galleryimagelimit
");
Replace
Code:
$getrand = $db->query_read("
SELECT imageid, catid, images.title, filename, thumbname, originalname, extension, images.catid $query[fields]
FROM " . TABLE_PREFIX . "adv_gallery_images AS images
$query[tables]
WHERE $privcatids valid = 1 $ignquery
AND catid in (1,2,3,4,5,6,7,8,9)
ORDER BY $galleryorderby
LIMIT $galleryimagelimit
");
The RED can be filled in by Cat ID's
True, but limits of cats is handy to promote ideas you wish to convay to the plublic vs. random all cats.
|
Nevermind, should read first, I'm just junking up this thread.
|