First of all great software. Saved me a lot of work so far.
But now I have a little problem.
I created a dynamic album for a tag. Works fine.
But then again I update one of the images tag's but those changes don't have any influences on the "dynamic" album.
The image doesn't appear in the album.
It's the same with removing a tag from an image.
So I thought it's maybe a cache problem. No.
Refreshed the database. No.
Refreshed the metatags. No.
What am I missing?
Please help.
Zenphoto version 1.4.2.1 [9138]
MySql version: 5.1.52
PHP version: 5.3.8
Current gallery theme: MPView (myown)
Comments
Is there a theme file to theme dynamic albums?
Because I want them to use like "normal" Albums but they were treated in the index.php template and failed somehow at the loop
`
while (next_album()): ?>
" title="<?php echo gettext('View album:'); ?>
<?php echo getAnnotatedAlbumTitle(); ?>">
<?php printAlbumThumbImage(getAnnotatedAlbumTitle()); ?>
" title="<?php echo gettext('View album:'); ?>
<?php echo getAnnotatedAlbumTitle(); ?>">
<?php printAlbumTitle(); ?>
<?php endwhile; ?>
`
But the result looks like:
`
`
All the other albums work fine.
Thanks a lot.
Just realized that it uses the search.php for theming.
UPDATE: No just works only for the search .... not for the display process.. HELP again