В файле class.bbcode.php
Найдите
Код:
function textbbcode($form, $name) {
И замените на
Код:
function textbbcode($form, $name, $text="") {
Найти
Код:
<td colspan="2"><textarea name="<?= $name ?>" id="<?= $name ?>" class="f_textarea" onclick="setNewField(this.name, document.getElementById( '<?= $form ?>' ))" /></textarea>
Заменить
Код:
<td colspan="2"><textarea name="<?= $name ?>" id="<?= $name ?>" class="f_textarea" onclick="setNewField(this.name, document.getElementById( '<?= $form ?>' ))" /><?=$text;?></textarea>
Теперь в edit.php в news.php будут отображатся ваше содержимое