ZenphotoCMS Forum
remove exposeZenPhotoInformations - 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: remove exposeZenPhotoInformations (/thread-5328.html)



remove exposeZenPhotoInformations - mikinoo - 2009-06-13

how to remove the comment produced by this function,i do not call it and the informations a re in the output...




remove exposeZenPhotoInformations - acrylian - 2009-06-13

To explain: This information is for us to help more quickly as we can check ourselves what version and which plugins a user is running. Many people are often not post these infos and we have to ask several times until we get the info needed.

Of course you can remove it by deleting or uncommenting line 134 in the root index.php file.




remove exposeZenPhotoInformations - sbillard - 2009-06-13

But, of course, if you have problems with this removed, be sure you provide us all the details it would have done. Otherwise we will not be able to help you.




remove exposeZenPhotoInformations - mikinoo - 2009-06-14

thank you very much. another tip for you:explicitly disable htmlentities conversion in tiny mce, zp is utf8 so it is to needed for 99% users and makes html code unreadable...




remove exposeZenPhotoInformations - acrylian - 2009-06-14

It is recommended to use zp in utf8 but you can also use another encoding. Of course you can configure tinymce yourself, too. Two places to look if you use the Zenpage plugin:

  1. zp-core/js/editor_config.js.php
  2. zp-core/plugins/zenpage/texteditorconfig.php



remove exposeZenPhotoInformations - mikinoo - 2009-06-16

and is it possible to remove tiny mce completely and replace it with a textarea?




remove exposeZenPhotoInformations - acrylian - 2009-06-16

Sure, for general image/album descriptions just remove the zp-core/js/editor_config.js.php file and tinymce will be gone.