Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QUESTION disable HTML editor for one page only
#1
Any ideas how to switch off loading of ckeditor for the index page? Or for any page using the defined template?



How to hack line 314 of edit.php

PHP Code:
<?php if ($HTMLEDITOR != '') { ?>
to add one more condition, ex.
if ($templatename=='selectedtemplate') or [i]if ($id=='selectedpage') [/i]
? Would it be enough to add another condition only there?
Any suggestions welcome.
Reply




Users browsing this thread: 1 Guest(s)