2015-01-05, 04:28 AM
(آخر تعديل لهذه المشاركة: 2015-01-05, 04:43 AM بواسطة أبو العصافير.)
تم حل المشكلة ..
الحل كالتالي :
إذهب للمجلد inc وابحث عن الملف functions.php
وستبدله بــ :
الطريقة اشتغلت معي على السرفر المحلي .. ويتم حاليًا تجربتها على المنتدى
الحل كالتالي :
إذهب للمجلد inc وابحث عن الملف functions.php
ثم ابحث عن :
PHP كود :
function build_mycode_inserter($bind="message", $smilies = true)
{
وستبدله بــ :
PHP كود :
/* - PL:ckeditor - /* function build_mycode_inserter($bind="message", $smilies = true)
/* - PL:ckeditor - /* {
/* + PL:ckeditor + */ function build_mycode_inserter($bind="message", $smilies = true)
/* + PL:ckeditor + */ {if(function_exists("ckeditor_build") && is_ckeditor_avilable()) { return ckeditor_build($bind, $smilies);}
الطريقة اشتغلت معي على السرفر المحلي .. ويتم حاليًا تجربتها على المنتدى