Hi all,
after looking and testing a lot of photo publishing software, I finally choose Zenphoto which seems to cover all my needs for the moment. It works, it's simple and light.
I also found the zenpage plugin, which seems a good idea, so I installed it too on my installation, and now I'm testing it to see if i really need it or not.
And something is bothering me: i can't find the way to create a zenpage page or article and easily link it to an actual gallery.
My ideal workflow would be:
- create a new gallery or subgallery in zenphoto
- put it in photos, set settings...
- create a new page or article with zenpage and use it to indicate the new gallery creation. I mean easily insert an image or thumbnail from my gallery which link to it.
is this possible and how?
or is the philosophy of zenpage totally different? ... and i missed it

Thanks in advance.
Comments
1. Use the CombiNews feature which will show each newly uploaded image as if it was posted in the news section automatically. But the drawback is that it will show every image, so if you post a lot of images that can be inconvenient. An option for latest albums automatically is planned for the next version that has no date set yet.
2. Be a little patient, there is an extra goodie on its way to do this. I had no time to finish this feature for the initial release...:-) Yes, this is a pre-announcement. Stay tuned on the forum or subscribe to the RSS on the zenpage site.
It seems to permit to combine in the same webpage galleries (from original zenphoto) and news (from zenpage).
But maybe i wasn't clear in my original post.
What I want to do (or know if it's not possible) is:
when creating a new page or article and choosing "insert a new image" to be able to insert photos from my galleries. Actually the image selector shows me a completely different directory hierarchy.
Looking on my server, my galleries are on /albums and the hierarchy that appears in this insert photo dialog is on /uploaded
Is this normal?
Is this possible to change this behaviour?
Or is there something wrong in my installation?
Yes, it is normal that the image selector points to /uploaded as this is meant for other files than the gallery ones that are already managed by Zenphoto's edit page. The reason to have that separate is that you do not want all files to appear in the gallery, right? Also Zenphoto doesn ot support all file types, so here you could manage pdfs for resumees, portfolioe extracts etc etc. Just everything not for the gallery itself.
Anyway, I did understand you correctly and you didn't read my first post correctly...:-) Please take again a look at 2.
So development is on the way to had this feature. In the meantime, is there a way to do what i want to do [1] or maybe to test your code?
If not... i'll simply stay tuned.
Thanks for your work and for responding so quickly.
[1] i have tested changing the `$folder = "../../../uploaded/";` in setup.php with no success
It is not possible to move the uploaded folder without hacking the file manager directly which is adapted third party work. The only workaround for now is to move the albums folder into the uploaded folder. You need to set the new path in zp-core/zp-config.php then ($conf['album_folder']).
But the coming feature will be much more convenient...:-)
- edit plugins/tinymce/plugins/ajaxfilemanager/inc/config.base.php to change the 'uploaded' references to 'albums' ones (CONFIG_SYS_DEFAULT_PATH and CONFIG_SYS_ROOT_PATH)
- edit plugins/zenpage/setup.php to do the same thing
It's not very clean (updates can break it all) but it works.
That's all... now i can test more heavily zenphoto and zenpage, and wait for the next releases.
You can use codeblocks or you can insert zenphoto objects into your pages.
I just now discovered that icon as well. I have to say when I saw the icon labeled as tinyzenpage.desc, it did not seem the place to look for this facility - I would not have checked it out except I finally tried that icon to see what it did.
But there is a troubleshooting entry how to use images in pages and articles which leads to a set of screenshots:
http://www.zenphoto.org/2009/03/troubleshooting-zenpage/#19
tinyZenpage is also mentioned on Zenpage's plugin page.
http://www.zenphoto.org/2009/03/zenpage-a-cms-plugin-for-zenphoto/#tinyzenpage
Update: Description added in the svn now. It will however not be translatable.
If you will work on this we developers will provide you all the support you might require.