ZenphotoCMS Forum
adding descriptive fields - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: adding descriptive fields (/thread-647.html)



adding descriptive fields - eddiejanzer - 2006-07-04

is it "difficult" to add descriptive fields to image.php, I noticed ajax edit in place and wondered if the interface of zenphoto was able to add more fields in the admin area or the image.php area. I am pretty much a novice, don't mind being directed to other sources to explore "how", thanks. I want to add "demensions" of item, width, height, etc.




adding descriptive fields - DarrellD - 2006-07-06

Well, dimensions of the images can already be expressed using a different function in your theme. You can use functions like [b]getSizeFullImage()[/b], [b]getFullWidth()[/b], and [b]getFullHeight()[/b]




adding descriptive fields - eddiejanzer - 2006-07-06

what I'm trying to do is add text to the image to actually describe the object in the image, say, 30" tall. I would like to be able to have "height:xxx", " with xxx being field that I can just drop the numbers into, between height and " (inches). this would allow me to style the description diffently than demensions and save time on adding information. thanks