![]() |
|
Installing a guestbook - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Installing a guestbook (/thread-8162.html) |
Installing a guestbook - vincent3569 - 2011-01-26 Following the creation of the zpArdoise theme, many people have asked me how to install and use a guestbook. Rather than respond to every request, I dedicated a post on the subject : Follow the link to read the tip Installing a guestbook - acrylian - 2011-01-26 Technically you could also use the comments on a Zenpage page as a guestbook. Of course that misses pagination unless you do some extra coding (actually a custom comment_from plugin.) Installing a guestbook - vincent3569 - 2011-01-26 Good idea. in fact, I have a problem with version 1.4.0.1 see the same news : something has changed with the latest version? Installing a guestbook - acrylian - 2011-01-26 Not that I do remember. If you use the texteditor and add it via that it should be used as text and not as code. Btw, I see code in both but the 1.4.0.1 one looks incomplete. Installing a guestbook - vincent3569 - 2011-01-26 by the way, that's the problem: Installing a guestbook - acrylian - 2011-01-26 Indeed, I can reproduce this. But besides that we updated TinyMCE I don't remember any changes. I Installing a guestbook - vincent3569 - 2011-01-26 I temporarily solved my problem by copying the correct code directly into the mysql database and it works well. I have to create a ticket for this issue ? Installing a guestbook - acrylian - 2011-01-27 No, we will try to look into it. But you probably could solve it by making your own tinymce configuration. Probably need to enable htmlentities encoding. See the tinymce website wiki for more info about that. Installing a guestbook - acrylian - 2011-01-28 We found what fixes it. Either the TinyMCE guys changed a default behaviour or we lost a config option. Anyway, it is now fixed in the nightly. If you want to add it yourself add this option to the config file used: http://tinymce.moxiecode.com/wiki.php/Configuration:encoding Installing a guestbook - vincent3569 - 2011-01-29 Hi I added the option and it's OK. Thanks for your investiguations on that issue. |