PDA

View Full Version : Separate Category Archive Pages


tysontrish
07-14-2006, 09:12 PM
Hello, I am interesed in having pixelpost run separte subject photo gallery sections on my website. Currently I am using it only for a recent work/photo blogish section, but I would like to have the ability to create subject relevant galleries that stand on their own. Is this possible? Any suggestions?

The geos show category maybe what I am looking for but I am having a little troulbe setting it up, are there any templates that are out there that run this addon?

Thanks
Tyson
www.fillflash.com/blog

jdleung
07-15-2006, 03:01 AM
the addon is runnning on my site. but you can not see it. :D

GeoS
07-15-2006, 09:40 AM
You can always check code of other people template's.

Method it really simple. When you got an example page (http://www.foto.ttlive.de/index.php?category=12&showimage=50) then you are looking to its code. The most of sites use CSS files which are sitting in template directory.
So you should to find in sources:
<link rel="stylesheet" href="templates/pixelgrain_tt/pixelgrain.css" type="text/css" />
It shows you relative path to template directory in which of template file is for sure always the same:
templates/pixelgrain_tt/image_template.html
Adding to it main address you got:
http://www.foto.ttlive.de/templates/pixelgrain_tt/image_template.html

And in last step you just look into the source of this page and see how someone made his template and which tags he uses.

PS You can always PM me with questions :)