![]() |
|
printAlbumMenu - 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: printAlbumMenu (/thread-2913.html) |
printAlbumMenu - macalter - 2008-05-20 Where does the Choose an album come from? I'd like to change the phrase. (Drop down menu) ` ` printAlbumMenu - sbillard - 2008-05-20 line 323. (Ever tried a search engine? I'm sure that there must be file search tools for the Mac.) printAlbumMenu - acrylian - 2008-05-21 This "choose an album" will be dropped in the next version. The jump menu then will show the currently selected album (or index if nothing is selected). printAlbumMenu - macalter - 2008-05-21 sbillard: It shows in the gallery's index.php page but NOT the line (above) that causes it to appear. Something in the theme's code has to tell ZP to produce that statement I'm okay with the proposed solution, acrylian. Was going to substitute my own text ref. the fact you jump to the album (leave the gallery) but setting to current gallery's album name will be okay too. I'll just leave my text above the menu intact. printAlbumMenu - acrylian - 2008-05-21 Ok, not that you really have a choice...:-) Anyway, sbillard is right, the that line is there in the file. printAlbumMenu - macalter - 2008-05-22 "next version" >>>> do you mean 1.2 or a nightly build? (I'll not be updating for a few days anyway.) Will this be within zp-core files or should I be looking for code change to index.php at some point? printAlbumMenu - acrylian - 2008-05-22 I mean the next version of the menu, so the nightly if you will, we are constantly updating everything...:-) The new version without the "choose an album" is not up yet. printAlbumMenu - macalter - 2008-05-23 Got the "new" printAlbumMenu in svn 1585. Like the change to dropMenu from dropList (forget exact terminology). Affected the type I had above (CSS setting) for some reason. Not sure if it's suppose to, but can something indicate that one of the albums is actually an album with subalbums? Also note the number of images is gone, makes for cleaner viewing. printAlbumMenu - acrylian - 2008-05-24 The number of images count was always an option, you can disable that (written in the documentation). Anyway, the option got lost in the 1.4.1 plugin version and is back in 1.4.2 (svn 1586 or newer). [i]Like the change to dropMenu from dropList (forget exact terminology).[/i] printAlbumMenu - macalter - 2008-05-24 The "change" in style was, I discovered, BROWSER dependant. Camino and Firefox display it differently. Subalbums: perhaps 2-3 character indent from their parent: OR Not crucial, just noted in passing. printAlbumMenu - acrylian - 2008-05-25 Actually I still don't know which "change" in style you mean...:-) Anyway, the next menu version will have a dropdown menu that always shows all sublevels (up tp 4 as it is know). printAlbumMenu - macalter - 2008-05-27 "change" in style > Firefox display versus Camino display of dropdown menu, that's all. I'm behind in svn builds so will keep an eye out for the update and css settings. Dealing with the slideshow first. printAlbumMenu - acrylian - 2008-05-27 FYI, CSS styles do not apply to the dropdown version. printAlbumMenu - macalter - 2008-05-28 Noticed 1603 svn change to menu. Showing subalbums with >>. Thanks. FYI CSS selector "SELECT" allows style of background colour for the drop down. Didn't play with font styles nor determine what else can be done. Camino vs. Firefox is appearance, should probably not used style. printAlbumMenu - acrylian - 2008-05-28 True, the background can be set in "newer" browsers...:-) printAlbumMenu - iscreenshots - 2008-07-14 Also, the exact command I used to get the categories to display was: It requires minimally the 1st two parameters (1: either "list-top" or "list", 2: either "count" or "") printAlbumMenu - acrylian - 2008-07-14 That's right. for 1 there is also a "list-sub" to show only the subalbums of the current toplevel album (in case you have a separate navigation only for the top level albums). |