There is a typographical error in the `printTags` function in template-functions.php. In the version I am looking at it is line 1548 and reads ` $links1 = "";`
1. Well, I searched...:-) 2. The nightly is generated each night from the svn (our subversion (number), the working in progress version), it's mainly stable preview version. 3. Well, that would be sort of 1.1.2.1....We prefer to finish a few more things before releasing 1.1.3. We just don't want to update little pieces here and there.
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
That's makes sense. I'm also questioning the necessity of the line ` ` that is printed at the end when `printTags()` is called. It seems like this should be left to the theme.
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. But actually you are somehow right...
Comments
(nothing new is needed to your theme)
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
It should read `$links1 = "";` The character after the two single quotes should be a comma.
` $links1 = ""; `
Detete the WEBPATH and it should work.
So, a few questions:
1. How the devil did you find that?
2. What is a "Nightly Build"?
3. Why isn't this just in the regular ZenPhoto download?
2. The nightly is generated each night from the svn (our subversion (number), the working in progress version), it's mainly stable preview version.
3. Well, that would be sort of 1.1.2.1....We prefer to finish a few more things before releasing 1.1.3. We just don't want to update little pieces here and there.
Thanks so much, you guys are brilliant.
How many of you are there working on this, and are there other projects that you've built?
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
` that is printed at the end when `printTags()` is called. It seems like this should be left to the theme.
But actually you are somehow right...
`
`?
(it says "list" but it actually returns an array)
Looking at the documentation helps sometimes...:-)