![]() |
|
Stopdesign improvements - 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: Stopdesign improvements (/thread-5665.html) Pages:
1
2
|
Stopdesign improvements - vpas - 13-08-2009 I've made some changes to the Stopdesign theme. It's the theme that I liked most, but it's missing some functionality. So far I have:-
I'm still very new to zenphoto, so this is all I've been able to do so far. I have a context diff file made against 1.2.6-rc1 which I'm happy to have incorporated into the theme if the changes are acceptable, but I don't know what to do with the changes: Post them here? Email them to someone? Stopdesign improvements - acrylian - 14-08-2009 You can open a ticket and attach your files there. But we of course can't guarantee that it will make it into the official theme. Btw, you should do a compare with the official 1.2.6 or even better the nightly build (development always proceeds) to be sure as the RC1 is already outdated. Stopdesign improvements - vpas - 14-08-2009 I've created Ticket #1219 and added the files there. Stopdesign improvements - vpas - 19-08-2009 I've re-designed the archive/tags page that I originally created for this theme last week. However, I don't know what the best way is for linking to it from the main page. The 'default' and 'example theme' themes both have an "Archive View" link, which goes to the archive page. The 'zenpage-default' theme has a "Gallery & News" link, and calls the list the "Gallery Archive". For stopdesign the button labelled "Archive View" actually links to the index, and it even calls that page the "Archive" within the title and header text. This is what confused me. I don't have the tools to make a button in the same style, so on my own site I've added a link called "Gallery Archive" in the Gallery Data in the bottom right as suggested in the ticket. To keep in with the rest of the gallery data, I added the total number of images as the number. That all looks fine (to me), but it's the button and index page title that seems out of sorts. Feel free to look at http://vpas.org.uk/photos/ to see what I mean. I'd welcome feedback on the best course of action. Stopdesign improvements - smilem - 12-01-2010 Where can I download the updated theme? Stopdesign improvements - sbillard - 12-01-2010 Some of the changes have been incorporated (http://www.zenphoto.org/trac/ticket/1219) in the Zenphoto distribution. Stopdesign improvements - smilem - 12-01-2010 How can I download the files instead of viewing them? Stopdesign improvements - smilem - 12-01-2010 I downloaded the latest http://www.zenphoto.org/files/nightly/zenphoto-2010-01-10-trunk.zip And there is still a bug with voting system. if (function_exists('printImageRating')) printImageRating(); instead you need if (function_exists('printRating')) { printRating(); } Also how do I center the login box on the bottom? and do the same for categories because now it is displayed on the left side and distracts user from viewing photos. Stopdesign improvements - sbillard - 12-01-2010 Thanks, we will fix the voting system in tonight's build. As to the login form, you would, of course, change the CSS Stopdesign improvements - smilem - 12-01-2010 What style and how I need to change? |