remove exposeZenPhotoInformations

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

Comments

  • acrylian Administrator, Developer
    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.
  • 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.
  • 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...
  • acrylian Administrator, Developer
    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`
  • and is it possible to remove tiny mce completely and replace it with a textarea?
  • acrylian Administrator, Developer
    Sure, for general image/album descriptions just remove the `zp-core/js/editor_config.js.php` file and tinymce will be gone.
Sign In or Register to comment.