djem: Комментарии

Главные вкладки

1 декабря 2007 в 0:32

Нашёл способ убрать сообщение "The ID for for excluding or including this element..." через правку fckeditor.module в папке модуля fckeditor. Комментируем строки:

<?php
// display the field id for administrators
if (user_access('administer fckeditor')) {
$element['#suffix'] .= '

The ID for for excluding or including this element is: '.$element['#id'].' - the path is: '.$_GET['q'].'

';
}
?>