![]() |
|
EXIF Data - 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: EXIF Data (/thread-4250.html) |
EXIF Data - no64 - 2008-12-14 ... I'm trying to create a own theme. . . and have no idea how to print/read out the EXIF Data without the thickbox. Thanks EXIF Data - sbillard - 2008-12-14 There have been some other posts on the forum about this. You can also review the functions in zenphoto that currently do this. EXIF Data - no64 - 2008-12-14 I am searching since two days, but can't find anything. only this in "Theme tut" ...but this is still with Thickbox. Do I have to change any functions.... or just but that also seems not to work EXIF Data - sbillard - 2008-12-14 Are you comfortable with PHP? You could look at the function EXIF Data - no64 - 2008-12-15 unfortunately no php skills here.... sometimes I am able to "put things together" , but not really code things from scratch. Shouldn't there be something like: EXIF Data - acrylian - 2008-12-15 There is If you have problems with our user guide please read this first: Also the thickbox is called by EXIF Data - no64 - 2008-12-15 yes,..... I am no coder , so I can't deal with the "template_functions.php" Only thing I need to know is how I can show the EXIF Data in the "image.php" instead of using the thickbox. If I undestand that right - Thickbox "grabs" the "inline content" from the ID "inlineId=imagemetadata" EXIF Data - acrylian - 2008-12-15 You don't need to be a coder and you don't have to deal with template-functions.php... Please read the theming tutorial on our user guide section to get a little familiar with Zenphoto themes and how to use theme/template functions. This ist the exif data link in default theme's image.php:
` EXIF Data - no64 - 2008-12-15 Danke, danke, danke Malte..... jetzt wäre ich doch fast eingegangen... I was already in the "template-functions.php" making changes and I had a little bit success. First I changed changed the css imagemetadata { display: block }so it is displayed anyway Then in "image.php" added Now I could see the "Image Info" Title which is clickable to toggle the Image Data If there is no need for the toggle: I changed in line 1993 And added a align=\"left\" ...but this was too complicated.... your way is easier , but I still have to change the "display" in the CSS EXIF Data - acrylian - 2008-12-15 The toggle is just the second option of that function, no need to change the css. Just use EXIF Data - no64 - 2008-12-15 yes,... great. |