![]() |
|
clickable tags - 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: clickable tags (/thread-1845.html) |
clickable tags - benjancewicz - 2007-11-25 Is there a way to make the tags clickable? For example, if a picture has "X, Y, Z" as tags, is there a way to click on X, and have all the other pictures tagged with X come up? clickable tags - aitf311 - 2007-11-25 The nightly build has this on by default, try it out here: http://www.zenphoto.org/files/nightly/ (nothing new is needed to your theme) clickable tags - benjancewicz - 2007-11-25 Gotcha. Ok. I installed that version, but when I click on the link, I get a "Not Found" page. Take a look (the first image has tags): http://zerflin.us/ZenPhoto/index.php?album=benjaphotos clickable tags - sbillard - 2007-11-26 There is a typographical error in the It should read clickable tags - benjancewicz - 2007-11-27 Alrighty... I made that change, reuploaded, and it still doesn't seem to be working. clickable tags - acrylian - 2007-11-27 Sorry, you are right, there is still an error in the line sbillard mentioned, but it's easily corrected: Detete the WEBPATH and it should work. clickable tags - benjancewicz - 2007-11-28 Bingo! That did it! Thank you both! So, a few questions:
clickable tags - acrylian - 2007-11-28
clickable tags - benjancewicz - 2007-11-28 Gotcha. How many of you are there working on this, and are there other projects that you've built? clickable tags - sbillard - 2007-11-29 http://www.zenphoto.org/trac/wiki/Team As a group we are working only on zenphoto. I'm sure that each individual has been involved in many other projects. The other photo oriented project I am involved in is QuadtoneRIP http://www.quadtonerip.com/html/QTRoverview.html clickable tags - Stephane - 2008-06-14 I can't get get linked tags to work in my theme, am I doing something wrong? I'm using 1.1.6 but printTags() returns just a simple list of tags. clickable tags - acrylian - 2008-06-15 You have to be logged out to get links. clickable tags - Stephane - 2008-06-15 Thanks acrylian, that was it! Can I ask why it displays differently when you're logged in? clickable tags - acrylian - 2008-06-15 You can edit the tags inline by clicking on them if you are logged in. If those were links that would be a little difficult..:-) clickable tags - Stephane - 2008-06-15 That's makes sense. I'm also questioning the necessity of the line ` clickable tags - acrylian - 2008-06-15 That is actually because the tags are listed next to another and not as the normal list. If you use it with a normal list css then this br should not do anything, but if you do you don't need to care about the the resetting of the float. clickable tags - Stephane - 2008-06-15 Perhaps there should be a way to call printTags() as simple text with separators rather than a clickable tags - acrylian - 2008-06-15 Semantically a list of tags is, well, a list. But there is already a way: http://www.zenphoto.org/documentation/zenphoto/_template-functions.php.html#functiongetTags Looking at the documentation helps sometimes...:-) |