![]() |
|
viewing formatted panasonic images - 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: viewing formatted panasonic images (/thread-3362.html) |
viewing formatted panasonic images - macalter - 2008-07-23 I know if I click the Sized Image I can see the Panasonic full size image "raw". But, would rather see it with some formatting akin to the theme. If I took archive.php and stripped out gallerytitle div and tag_cloud div and add to the padbox div something to call the image, would it display? The page would be called within the image description, using the URL from the raw image. The newly crated php pages would reside in the /album folder PSEUDO CODE: viewing formatted panasonic images - sbillard - 2008-07-23 You do not need to userp the archive.php script. You can just create a new page with whatever formatting you want--say fullimage.php. Then you make a link to 'http://mydomain/zen///page/fullimage` viewing formatted panasonic images - macalter - 2008-07-24 thought the basics of archive,php provided the starting point. |