![]() |
|
Pre-announcement: Zenpage - a CMS plugin for Zenphoto - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: Pre-announcement: Zenpage - a CMS plugin for Zenphoto (/thread-3742.html) Pages:
1
2
|
Pre-announcement: Zenpage - a CMS plugin for Zenphoto - dwn - 2008-09-21 Well, Best regards Pre-announcement: Zenpage - a CMS plugin for Zenphoto - plsk - 2008-09-22 hello, how to do for try svn version ? do you you have a link for download zenpage svn version ? by advance thank you Pre-announcement: Zenpage - a CMS plugin for Zenphoto - acrylian - 2008-09-22 It's still worked on it and actually currently not recommended for testing yet. It is planned to be released at the same date as Zenphoto 1.2.1. Thanks. Pre-announcement: Zenpage - a CMS plugin for Zenphoto - sterk - 2008-09-22 looking forward to it Pre-announcement: Zenpage - a CMS plugin for Zenphoto - designhowyouthink - 2008-09-26 hey! great news! that means i do not have to hack the header sections back into joomla any more! Pre-announcement: Zenpage - a CMS plugin for Zenphoto - bobtimo - 2008-09-26 Wow! Just what I'm waiting for! I come from a wysiwyg html editor, almost zero knowledge on cms, php, css. Took me a long time to figure out how to insert a very few text pages in my gallery. Haven't tried Wordpress, too. Pre-announcement: Zenpage - a CMS plugin for Zenphoto - flu - 2008-10-02 Hi Acrylian, Thank you for your time. Pre-announcement: Zenpage - a CMS plugin for Zenphoto - dwn - 2008-10-02 Hello Acrylian, 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: [b] My config: Thanks for great work on zenpage. Pre-announcement: Zenpage - a CMS plugin for Zenphoto - acrylian - 2008-10-02 Actually I just released it...:-) 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. Pre-announcement: Zenpage - a CMS plugin for Zenphoto - dwn - 2008-10-04 Hello, 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 Pre-announcement: Zenpage - a CMS plugin for Zenphoto - sbillard - 2008-10-04 You will have to use PHPmyAdmin to administer your database and make this change to the table structure. |