Pages (4): 1 2 3 4   
Member
Member
gjunk   09-05-2010, 23:25
#1

If I create a folder in albums directroy which contains a bunch of images, zen brilliantly picks them up in as an album and gives it the same name as the directory.

However, the individual images show up in the navigation top part all with the same name - which is the name/model of the camera used to take the pic ...

Is there a way to have this default just be the file name instead ?

(Using svn 5398)

Speaking of navigation - is there some way to have a navigation tree so it is simple to jump to any part of the album website ?

Soemthing like

(+) Top-1
(+) Top-2
..
where clicking on (+) opens up a subtree ... which in turn contain same thing - each album with a )+) to descend further ...

gene/

Member
Member
sbillard   10-05-2010, 03:21
#2

Your question is not so clear, but I will try to answer it anyway.

The nav links generally use the image title for the text. Titles are defaulted to the image name, but easily changed either by metadata in the image or by editing the data on the zenphoto back end.

There is a menu management system as part of the 1.3.0 release which might give you what you are looking for for the navigation.

Administrator
Administrator
acrylian   10-05-2010, 08:41
#3

Also currently there is the separate print_album_menu plugin.

Member
Member
gjunk   10-05-2010, 13:05
#4

Sorry it wasnt clear - thanks for your help - I will try clarify :

(1) I am using the svn trunk updated as of version 5398 which was last night.

(2) I did a fresh install.

(3) I copied a file tree of albums into the albums directory of the install.

(4) the 'name' given to each image was not the filename of each image as I expected but rather the camera name/model presumably extracted from exif data.

(5) I'd prefer it to default to the name of the file which is at least unique in the album.

(6) I turned on the print_album_menu plugin - under options I tried with the default and with level set to 2 - in neither case did anything change on the zen album pages .. nothing at all visible (am using google-chrome on linux ... perhaps this plugin does not work when browser is linux/chrome ?)

Thanks for guidance - gene - really trying to convert from gallery !!

Administrator
Administrator
acrylian   10-05-2010, 13:48
#5

(4) / (5) I have far memory that a similar issue has been reported by another user and seems related to a camera not following hte exif standard. Search the forum please. The name of an images is always its filename (the title is independend).

(6) Not all plugins are supported by all themes as written on top of the plugins tab. You may need to add the function yourself. The Zenpage theme has support for it by default. It has nothing to do with browsers.

Member
Member
gjunk   10-05-2010, 14:20
#6
  1. These are old images so may well have exif issues ... be nice if there was a nice easy global way to force the default back to filename.

  2. I am using the default zenpage theme - where should I see the album_menu displayed ? It most def appears the same with plugin on or off ... unless I am not setting something correctly.

gene/

Administrator
Administrator
acrylian   10-05-2010, 15:05
#7
  1. Well, the default is the filename if there is no exif data. So the fix is to adjust the exif data.

  2. The print_album_menu should be shown in the sidebar if the plugin is activated. If you enabled the menu_manager as you are using the snv you have to disable that first.

Member
Member
gjunk   10-05-2010, 16:17
#8
  1. Thats a bit tedious ... nearly 2,000 images ... blech

  2. I do not have menu_manager enabled - tho turning that on made no visible impact either.

    I am beginning to suspect something is amiss here ...

Administrator
Administrator
acrylian   10-05-2010, 16:19
#9

Well, maybe try a reupload then. See our demo how it should look like (the gallery part in the sidebar).

Member
Member
Blue Dragonfly   10-05-2010, 16:37
#10

gjunk - if the problem is the camera putting the wrong information in the EXIF header, maybe there is a firmware update for your camera to correct this? I can see how that problem would be very frustrating, but it sounds like zenphoto is doing the correct thing, but reading the incirrectly-set file data.

You could execute a single SQL query to update the image titles by setting them to the filename wherever the current title is the camera make/model that's currently incorrectly there. That will fix up the 2,000 or so images in a couple of seconds, if that. Of course, you'd still have to take care of new images as they are added, and that's no fun.

Does your image editing software let you bulk-edit EXIF data? You might be able to correct your images that way also.

Member
Member
gjunk   10-05-2010, 16:56
#11

Ah good ideas - I will poke around the mysql database and see what I can do ... yeh it would be nice if zen made it an option for dorked out exif data to alternatively use the filename ...

My image editing software is gimp.

gene/

Member
Member
gjunk   10-05-2010, 16:58
#12

I'll go find the demo and see what its supposed to look like ... You thinking I might do a fresh install with a new database (or prefix) ?

Administrator
Administrator
acrylian   10-05-2010, 17:18
#13

[i] yeh it would be nice if zen made it an option for dorked out exif data to alternatively use the filename ...[/i]
You will understand that we won't make options for things that rarely occur. You could probably use the image_filter to make a plugin that does this for you though.

A new database should first not be necessary for a reinstall.

Member
Member
gjunk   10-05-2010, 18:11
#14

Is the menu the part on the demo on the right side bar that has

         Gallery
            Flowers ..
            Impressionists ...

I dont have any sidebar at all!

Administrator
Administrator
acrylian   10-05-2010, 18:36
#15

Then you probably do not use the Zenpage theme (Zenpage plugin != Zenpage theme)

Member
Member
gjunk   10-05-2010, 19:20
#16
  1. Theme is the default theme -
    "Default
    Joen Asmussen and Levi Buzolic
    Version 1.2.6, 10/20/2007
    The default theme in 4 distinct flavors. After choosing this theme you can pick the theme color by going to the Admin Options tab and changing the Theme colors option"

  2. zenpage plugin is not turned on.

Plugins which are on are:
class-video v1.3.0
deprecated-functions
filter-zenphoto_seo v1.3.0
hitcounter v1.3.0
PHPMailer v1.3.0
print_album_menu v1.3
user_login-out v1.3.0
zenphoto_news v1.3.0
zenphoto_sendmail v1.3.0

gene

Member
Member
gjunk   10-05-2010, 19:23
#17

Also - I checked the webserver log for errors as well just in case - but I found none.

gene

Member
Member
gjunk   10-05-2010, 19:39
#18

resounding DUH on me (feel free to pile on the DUH's :-) ... you are 100% correct .. the default theme iz different than the zenpage them .. heh heh ... ok ok .. I am blind for missing that ... i did assume the default them was the right one ... silly me ...

Now it looks really different .. and much nicer too ;-)

Member
Member
sbillard   10-05-2010, 21:02
#19

Of course we actually have such an option. But of course, since the dorking will be situation dependent you will have to code the correction. Review the Zenphoto plugin architecture guide and pay particular attention to the filters. There is one that gets invoked when new images ar discovered that you should be able to use to correct any bad data.

Member
Member
Blue Dragonfly   10-05-2010, 21:35
#20

Good idea, using a filter. OBviously coding per-camera make & model exceptions into zenphoto to accommodate bad EXIF implementation would be band-aid workaround when the problem is the camera itself - that said, it's still a pain for people who have a misbehaving camera as the main source of photos for their site.

A custom filter would be ideal, in that it would detect the bad EXIF data and correct it seamlessly without the uploader having to worry about or remember it every time they add new photos, and would also not require hacking the core files and re-applying the hack each time a new version is released.

Pages (4): 1 2 3 4   
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.