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.