View Single Post
  #15  
Old 03-17-2006, 04:28 PM
jdleung Offline
pixelpost guru
 
Join Date: Feb 2006
Location: Foshan, China
Posts: 553
Smile

Quote:
Originally Posted by hs-l
Ah than it doesn't do wat i want

do you know if it's possible to make it possible to select a catagorie on the frontpage?

here's my example (not in the final design)
http://www.poezebeesten.nl

it's about 3 cats, i want to be able to view the front page for only one of the cats. could that be possible?

thx,

Harold
insert the following codes at the begining of codes, you will find what you want:

/*****************/
/* CODE of ADDON */
/*****************/
if (!isset($_GET['showimage']) && !is_numeric($_GET['showimage']) && !isset($_GET["category"]))
{
if(!isset($_GET["category"])) $_GET["category"] = 2;
}

remember to change your category id.
by now, the first image will be the latest image of all images, the second starts to perform the category you want.

It's only a substitute. I think GeoS will give us a suprise soon.
__________________
jdleung's.com @ flickr @ fotoblogs.cn & Addons:Month Calendar & Slideshow & Flickr comment & Modified Addon: Calendar
Reply With Quote