![]() |
|
Author's name - 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: Author's name (/thread-6138.html) Pages:
1
2
|
Author's name - saqibbrothers - 15-11-2009 Is is possible to show author's name of images in the gallery? Author's name - acrylian - 15-11-2009 You can show all database fields of the meta data using the getImageMetadata function. Please read our documentation and search the forum. Author's name - saqibbrothers - 15-11-2009 i don't want to repeat posts so i always prefer explore your forum for the issue and topic, i'm looking for but if i dont find ,ofcouse i'm here Author's name - captain1 - 15-11-2009 @acrylian: Where should I have to put it? Author's name - captain1 - 15-11-2009 @acrylian: Author's name - acrylian - 15-11-2009 @captain1: Yes, if we refer to metadata we mean EXIF/IPTC data. You can use Author's name - captain1 - 15-11-2009 Okay, could you please guide me where to use these funtions? Author's name - captain1 - 15-11-2009 Anywhere in functions.php file? Author's name - acrylian - 15-11-2009 You should really read the theming tutorial. Author's name - captain1 - 15-11-2009 @acrylian: But nothing happen. Author's name - acrylian - 15-11-2009 You don't need custom functions. The functions I referred to are standard functions and can directly be used. Sorry, but if you don't understand the theming tutorial you will have to learn a few XHTML and PHP basics first. We can't teach these here. Author's name - captain1 - 15-11-2009 @acrylian: I tried with functions-image.php and image.php but failed. If anybody else would help me? Author's name - acrylian - 15-11-2009 You have to modify your theme file(s) where you want to display the author using the above mentioned function(s). It is really not that hard but you really should first understand how theming works. You have to do NOTHING with files within Author's name - captain1 - 15-11-2009 I am using Zenpage, so why don't you just point out me a specific file ? Author's name - acrylian - 15-11-2009 You are funny. How shall I know that you mean the author of a page or article when the thread is about the author of an image??? Since you are not trying to do your "homework" read here: Author's name - captain1 - 15-11-2009 Oh my god, Do shimasu ka. Well, let me see study links, you mentioned and I'll get back to you in few mins.. Author's name - captain1 - 15-11-2009
Author's name - acrylian - 15-11-2009 ? Author's name - captain1 - 15-11-2009 @acrylian: Author's name - acrylian - 15-11-2009 First there is actually no "author" for images/albums like there is for pages or articles, the closest is the To get the artist use You can also enable that field on the EXIF display option on hte backend (options > image). |