first of all, thank you Zenphoto makers for this awesome script. i've been having a hard time arranging my gallery and having to deal with 2342452 html pages and stuff but this script made everything a piece of cake! ..
even though i know nothing about php or working with scripts in general i was able to install zenphoto without any problems .. i even got around integrating it nicely into my own homepage and i already solved many little problems thanks to the many threads here ..
i still have two tiny problems i tried my best to find the answers to them here before bothering anyone but didn't find anything .. so im hoping someone will guide me with my problems .. please ?
im using the default theme which i customized to fit my site.
i want the full image link in the image.php to open in a lightbox instead of a new window. i already linked my image.php to the lightbox js and double checked my links and codes to make sure everything is coded and linked properly and im sure its all fine or atleast i hope it is.
now, the real problem: i know i have to add `rel="lightbox"` somewhere in the "image" div of my image.php but seeing that i have no knowledge of php i dont know exactly where to put `rel="lightbox"` ?? could someone please tell me where to add it in the code below ?
`
"> <?php printDefaultSizedImage(getImageTitle()); ?>`
or am i doing it wrong in the first place O_O??
my second problem is that i want to use the 'latest images' hack which is here : <a>http://www.zenphoto.org/trac/wiki/ZenphotoHacks</a> but i dont know where exactly to put it.
i know that i must save the codes of that hack in a new php file and upload it to my Zen directory and then link to it via a php include in the index.php of my gallery where i want it to show. could someone please correct me if im wrong ? is this how im supposed to do it ?
if yes, then how do i make the php include so that the thumbs are displayed correctly ?
im really sorry for talking so much but i want to make my problems clear.
and sorry for my poor english .. T_T
here is the link to my gallery : http://lillymon.net/artworks
any help will be greatly appreciated .. thank you in advance