Some may heard of this side project I was working on for some time (sadly not as continously as I wanted) and a few of you even may already wait for it.
So that you all can believe that this is really coming, I posted a small fun pre-announcement teaser movie on Google video that you can watch here:
http://zenpage.maltem.de or directly on
http://video.google.de/videoplay?docid=-8656658204129385574&hl=deSadly Google video made it a lot more blurry than it originally is, so that the included screenshots are a little hard to see, but to prevent my host from possible bandwidth overload I choose to post it there...:-) Hopefully you get an idea of the coming real thing.
That will probably be within the next days. I need to do some testing, some doc writing and setup a small project site under the above adress. Although Zenphoto contains some offical support for this, it will not be included in the offical Zenphoto package and kept separate for now. But we may decide to make this an full official plugin later.
Post comments or any preliminary questions on this thread if you like.
Comments
I just can't wait !
@code: It adds management capability for normal custom pages and includes also a news section with categories. I call it "news section" because I don't really want even try to compete with something complete as Wordpress.
The target are portfolio sites without the need of a full featured blog or an overloaded CMS. So if the center of your site is the gallery this might be something for you..:-)
zenpage is looking good! I have been patiently waiting for this since you mentioned sometime back:-) I will be converting two sites to use it as soon as you release it. I know the wait will have been worth it.
Thanks for all your work.
Brilliant work, acrylian!
don't want to use an other cms system just for contact and links and so on..
good work acrylian... I have downloaded SVN version yesterday and it looks like everything works fine. I am looking forward for final version.
Best regards
how to do for try svn version ? do you you have a link for download zenpage svn version ?
by advance
thank you
the 1.2.1 ZP version is out, maybe I've missed something but I haven't see something about the Zenpage plugin.
Is it postponed ?
Thank you for your time.
i don't know if zenpage is released now also, but i have downloaded newest SVN version and installed it into 1.2.1 release. Everything works fine, except of CombiNews. When I enable this option and open gallery an SQL error appears:
Zenphoto Error
MySQL Query ( (SELECT date, id, title, content, codeblock, titlelink, author FROM `zp_zenpage_news` ORDER BY date) UNION (SELECT images.date, images.id, images.title, images.desc, albums.folder, images.filename, albums.title FROM `zp_images` AS images, `zp_albums` AS albums WHERE albums.id = images.albumid ORDER BY images.mtime) ORDER By date DESC LIMIT 0,10 ) failed. Error: Illegal mix of collations for operation 'UNION'
My config:
MySQL 5.0.45
Collation: utf8_unicode_ci
Thanks for great work on zenpage.
Thanks for the report. As the error says your tables have probably a different collation. That might be because of older zenphoto tables that are somehow different than the new ones zenpage created. Did you check that via phpmyadmin?
I did not encounter this in all the test though. Of course I will try to look into it.
you are right about that I have different collations in my tables. At first look everything seem to be allright and set to utf8_unicode_ci on all tables. But when I look at rows for example in zp_images then I see that each row is set to utf8_general_ci... Now I don't know how to set collation to utf8_unicode_ci on all rows in DB, or table. Can you help me with this ?
Thanks