![]() |
|
Several Problems (Dates, Theme, Subalbum) in 1.1.2 - 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: Several Problems (Dates, Theme, Subalbum) in 1.1.2 (/thread-1978.html) |
Several Problems (Dates, Theme, Subalbum) in 1.1.2 - mypart - 2007-12-23 Hi everybody, Other minor problems I have is that the Dates of the Albums "taken" are wrong, although in the admin panel all photo-dates are correct. And finaly, in the admin-panel, under themes it says "Current theme is default" and it also offers me the option to use my ChaoticSoul theme, though as you can see, I actualy use ChaoticSoul allready... (?) Several Problems (Dates, Theme, Subalbum) in 1.1.2 - sbillard - 2007-12-23
Several Problems (Dates, Theme, Subalbum) in 1.1.2 - mypart - 2007-12-23 Thanks sbillard for your quick reply, searching around I found the post you mention, though I don't find where to add "the subalbum-path breadcrumb" as I don't find "right before the current album/image name" in my album.php nor image.php or maybe I just don't understand what is meant with "right before the current album/image name"...
[/code]`
Several Problems (Dates, Theme, Subalbum) in 1.1.2 - sbillard - 2007-12-23 You can use one of the distributed themes as an example of where the function calls go. Obviously, where things go in your theme will depend on what you want things to look like. There is a difference between album dates and image dates. If your album date is blank in the admin pannel I think that you will get the "root" date. Date values are integer numbers that are a 'time since' some starting point. In your case it looks like the starting date is 1/1/1970. You can either set the date for the album in admin or not print the album date in your themes. There are only 4 themes that came with the current release. One of them is named "default". The rest must be left over from other times. Several Problems (Dates, Theme, Subalbum) in 1.1.2 - mypart - 2007-12-24 Okay, got the Subalbum problem sorted out, I will just have to tweak a bit more on the code and the css to make it look good :-) For the Dates thingy, I will probably have to comment it out in the code, but it seems strange to me that this problem didn't show up earlier as there is something about the Date in the theme-code... (doesn't matter though, now that I know where to change the code.) I'm kind of afraid selecting the right theme in the admin-panel right now as I'm on the road and don't realy have a possibility to backup... But it works the way it is for now... Several Problems (Dates, Theme, Subalbum) in 1.1.2 - sbillard - 2007-12-24 In previous versions of zenphoto the printAlbumDate function did not work. |