![]() |
|
Album Tags for Images - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: Album Tags for Images (/thread-7484.html) Pages:
1
2
|
Album Tags for Images - sbillard - 17-08-2010 Back ticks are the backwards single quotes. On the US PC keyboard it is the key to the left of the "1" key below the tilda. Album Tags for Images - acrylian - 18-08-2010 Typographica "backticks" are actually accents as used in French and other languages. Like à for example. On a Mac keyboard (European) they are left of the backspace key. Hit that key plus pressing SHIFT and then hit SPACE. Otherwise they don't appear. Normally they are used to add an accent to a normal character. `` The call is still wrong. The first parameter must be the album folder name not the title. The title can be "album1" while the actual name on the filesystem can be "album2". Also if the album is a subalbum of an album named "topalbum2" then the name of the subalbum is "topalbum2/album2". Album Tags for Images - Sabyre - 18-08-2010 Is there a way to make it pull the current folder name without specifying it? In my gallery there will be no subalbulms. It works now because the folder name is the title, but if I make another sasha album, which is highly likely it wont work. Album Tags for Images - acrylian - 18-08-2010
Album Tags for Images - Sabyre - 18-08-2010 Is that for the folder name or the title? Album Tags for Images - Sabyre - 18-08-2010 nm, got it thanks... What would be the proper way to call all tags from all albums? It's something I would like to put on the index.php and perhaps some other pages. Album Tags for Images - sbillard - 18-08-2010
Album Tags for Images - Sabyre - 18-08-2010 `` Seems to be pulling album tags from multiple albums. Note the empty string. Any idea why thats working or whats going on? Sorry for so many questions. Album Tags for Images - Sabyre - 18-08-2010 hehe not sure the backtick worked for me. Album Tags for Images - sbillard - 19-08-2010 I edited your post, it was missing the closing backtick. They are like quotation marks, two are needed. I took a look at the function. There are indications that an empty album name should mean something, but in fact all that seems to happen is that it does an SQL search for folders with no name (not a likely match.) You might try setting the second parameter to true, that will give something different, but maybe not any more useful. Acrylan will have to comment on this when Germany wakes up in the morning. Album Tags for Images - Sabyre - 19-08-2010 Also I can not get the CSS to work with it.... `` Where 'tags' is my CSS. The CSS is located in my header php file.
Album Tags for Images - acrylian - 19-08-2010 First, if you pass a variable as a parameter like the dont use quotes...that will pass the variable name as text... For the older questions: The plugin is not meant to be used without an album name passed. It only gets tags from a specific album (or its images) optionally including the subalbums of that specific album. Not tags from all albums and not for the album and all of its images. With the css you have to figure that out yourself, sorry. Or look at the standard themes how they print a tag cloud on their archive.php page. |