Well, the plugin of that name included in 1.2.9 does not do what you want. It only marks thumbs for protected albums.
You need to disable this plugin and download the one of the same name from our website: http://www.zenphoto.org/2009/12/flag_thumbnail/
D'oh! You were right, it was a theme thing, I switched to the default one and and flag_thumb_as_new is working at least.
flag_thumbnail on the other hand is still missing from the plugin options tab.
I've just upgraded to the last nightly build and nothing changed.
Ok let me see if I got this right: flag_thumbnail_as_new has been replaced by flag_thumbnail. flag_thumbnail won't be included in any official release after 1.2.9 but I can still download from the site and use it if I want.
In order to make it work I need to put it /zenphoto/zp-core/zp-extensions and not zenphoto/plugins
Is everything correct?
The functionality of flag_thumbnail_as_new has been incorporated into the flag_thumbnail plugin that is now on the site. Both would be placed in the user plugins folder if you wish to use them. Neither are "officially supported" plugins. However, they do work and we see no issues with them working on up coming releases.
However, whether they will work with a particular theme will be dependent on how the theme is implemented. For instance, custom sized images must be identified as thumbnails if you wish to have them treated as thumbnails. There is a parameter for this. Please see the function definitions. (Note, there are functions for custom thumbs as well.)
Did you clean out all the old zenphoto files before upgrading and adding that plugin to the user plugin folder? There was a "standard" plugin of that name in the 1.2.9 release. The one that came with 1.2.9 cannot be placed in the user plugin folder (and does not have the flag new thumbs functionality) The one on the Website MUST be placed in the user plugin folder, but will be in conflict if the old one is still present.
Quote:For instance, custom sized images must be identified as thumbnails if you wish to have them treated as thumbnails. There is a parameter for this. Please see the function definitions. (Note, there are functions for custom thumbs as well.)
Ok how would I do that? And what is the exact function? Because I remember reading these topics a while ago and printCustomSizedImage was the only thing doing the trick. If there's a printCustomSizedThumb function now, sadly I can't find it.
http://www.zenphoto.org/support/topic.php?id=924&replies=7#post-4952
http://www.zenphoto.org/support/topic.php?id=5089#post-29754
Basically I want all my thumbs to be uncropped and have the same height (110px). Width shouldn't matter cause it will just scale accordingly to height and depending on the orientation of the photo. (Like this http://i44.tinypic.com/nxosi8.jpg)
I looked at the entire function list, and printCustomSizedImageThumbMaxSpace is the only function related to thumbs that could somehow substitute printCustomSizedImage for me, however I've just discovered that flag_thumbnail doesn't support printCustomSizedImageThumbMaxSpace either.
Is it possible that you did not install it correctly? After downloading and unzipping do not drop the folder but the folder content into the "plugins" folder. So there are two files, a php one and a folder.
Also note the "date to flag" as well as the "range" important. Even if you uploaded images a minute ago their internal date might be older if the actual files are. So they are not "new".
It works as expected with the zenpage theme in the current nightly.