Нашёл способ убрать сообщение "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'].'
И снова о формах в администрировании, на этот раз Content
access arguments
Как убрать лишнее при подключении FCKeditor
Нашёл способ убрать сообщение "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'] .= '
';
}
?>