Was wondering what the status of zpMasonry is? The maintainers site has been 'under maintenance' for a while and I can't get my hands on a copy that works with the latest ZP? Can we get an update on when the site will be back online and when we can get an updated version of this awesome theme?? thanks!
http://www.oswebcreations.com/plugins/site_upgrade/closed.htm
Comments
For the time being @acrylian has made them compatible with 1.4.5
You can find them here:
https://github.com/acrylian/gjr_themes
You'll have to download the entire repository first via the "Download ZIP" button (on the bottom right) and then pick what you need.
http://oswebcreations.com
That would be a good place for the old ones as well :-)
And the most important: Nice clean theme. Btw, if you use CombiNews on the news page, best start to rethink as the CombiNews feature will get deprecated with 1.4.6.
Now I only need time to do the themes I want to do for quite esome time…
@acrylian thanks, and yes I have checked out git multiple times as everytime I try to submit something you suggest. It just doesn't jive with my workflow.
sucks as I just spent a lot of time incorporating combinews....
Probably should have done this sooner, but sometimes the over-complexity of things goes over our heads.
At least it had one version....
The CombiNews is technically problematic and a pain to maintain for internal reasons. SInce the gallery is primarily the file system but news are not. Therefore there is a lot of stuff going on there that is outside our internal object model programming so always needs extra maintaincance. Here we have the time issue you encounter with your theme as well.
I am too a bit sad that the feature is thrown out as I did make it because it is useful. But I was convinced that it technically causes constant issues when we change things.
The new way is just a plugin that creates articles from gallery items. Not full ones but rather thumbs that point to them. You can always re-create the combined RSS feed by using the mergedRSS plugin.
Will take a look at the new "combinews" system/plugin. Indeed a shame. With the old Combinews Zenphoto could actually function like a photoblog if wanted.
You could do a photoblog with a dynamic album as well. One of the themes I didn't get to finish yet as mentioned above… new year, new plans…
So for theme designers there is no special consideration. If the user activates the plugin the articles exist and are treated normally by the theme. Thus no "if combinews ..." code needed anywhere.
So you had a lot more flexible possible control about what to display how. You could use the full set of object methodes on each if needed to create your onw custom display. That is possibly what gjr did (haven't looked at the theme itself yet).
You can already preview what is coming/planned:
http://www.zenphoto.org/news/zenphoto-1.4.6
You also can try the build from the development stream to have the theme ready when it is released:
https://github.com/zenphoto/zenphoto/tree/1.4.6 (you can switch branches on the top left)
Click on "Download zip" on the bottom right.
http://www.zenphoto.org/theme/zpbase/index-gallery.jpg.html
@gjr: I saw you made your own function for the page ``. ZP now has one built in already you might want to look at `get/printHeadTitle()`(The latter prints also ``. Actually it is indeed inspired by the one your used for your other themes as well, though not exactly the same in details.