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
http://vincent.bourganel.free.fr/zenphoto/index.php?p=news&title=installing-a-guestbook-installation-d-un-livre-d-or
Good idea.
I had not thought of when I installed my guestbook.
in fact, I have a problem with version 1.4.0.1
with 1.3.1.2, if I wrote some code in contentbonus, it appeared as such, contrary to codeblocks where the code is interpreted.
with 1.4.0, the code is interpreted both in the 2 blocks, and you do not see the code, but its result.
see the same news :
with 1.3.1.2 : http://vincent.bourganel.free.fr/zenphoto_test1/index.php?p=news&title=installing-a-guestbook-installation-d-un-livre-d-or
with 1.4.0.1 : http://vincent.bourganel.free.fr/zenphoto/index.php?p=news&title=installing-a-guestbook-installation-d-un-livre-d-or
something has changed with the latest version?
how write some code in a news/page with no interpretation of it ?
by the way, that's the problem:
whether I use the text editor (tiny) or HTML editor, the result is the same : my code is intrepreted as code and not text.
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 ?
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
Hi
I added the option and it's OK.
Thanks for your investiguations on that issue.