لتركيب install اي محرر على البوابه العربيه اتبع الاتي

1- ترفع مجلد المحرر للمجلد الرئيسي للمجله
2- تضيف كود code المحرر في قالب template form_code

انتهى الشرح طريقة

طبعا من اعدادات اللاخبار تضختار لا امام خيار استخدام محرر html

ملحوظه // بعض المحررات يكون صندوق النص مرفق فيها يعني تحتاج لحذف صندوق النص من قالب template news_table
وتحتاج لتعديل على ملف news.php تبحث عن هذا

رمز Code:
if($ues_editor == 1) $post = $apt->format_post($post); else $post = $apt->format_html_post($post);

وتستبدله مرتين مررررررررتين بهذا




رمز Code:
if($ues_editor == 1) $post = $apt->format_html_post($post); else $post = $apt->format_html_post($post);


كود code محرر fckeditor

رمز Code:
<script> var sBasePath = 'fckeditor/' ; var oFCKeditor = new FCKeditor( 'post' ) ; oFCKeditor.BasePath = sBasePath ; oFCKeditor.Height = 300 ; oFCKeditor.Value = 'اكتب المقال هنا' ; oFCKeditor.Create() ; </script>
كود code محرر tinymce

رمز Code:
<!-- tinyMCE --> <script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;tinymce/jscripts/tiny_mce/tiny_mce.js&quot;></script> <script language=&quot;javascript&quot; type=&quot;text/javascript&quot;> tinyMCE.init({ mode : &quot;textareas&quot;, theme : &quot;advanced&quot;, plugins : &quot;safari,spellchecker,style,layer,table,save,a dvhr,advimage,advlink,emotions,iespell,inlinepopup s,insertdatetime,preview,media,searchreplace,print ,contextmenu,paste,directionality,fullscreen,noned itable,visualchars,nonbreaking,xhtmlxtras,template ,pagebreak,imagemanager,filemanager&quot;, theme_advanced_buttons1_add_before : &quot;save,newdocument,separator&quot;, theme_advanced_buttons1_add : &quot;fontselect,fontsizeselect&quot;, theme_advanced_buttons2_add : &quot;separator,insertdate,inserttime,preview,sepa rator,forecolor,backcolor&quot;, theme_advanced_buttons2_add_before: &quot;cut,copy,paste,pastetext,pasteword,separator ,search,replace,separator&quot;, theme_advanced_buttons3_add_before : &quot;tablecontrols,separator&quot;, theme_advanced_buttons3_add : &quot;emotions,iespell,media,advhr,separator,print ,separator,ltr,rtl,separator,fullscreen&quot;, theme_advanced_buttons4 : &quot;insertlayer,moveforward,movebackward,absolut e,|,styleprops,|,spellchecker,cite,abbr,acronym,de l,ins,attribs,|,visualchars,nonbreaking,template,b lockquote,pagebreak,|,insertfile,insertimage&quot; , theme_advanced_toolbar_location : &quot;top&quot;, theme_advanced_toolbar_align : &quot;left&quot;, theme_advanced_statusbar_location : &quot;bottom&quot;, content_css : &quot;/example_data/example_full.css&quot;, plugin_insertdate_dateFormat : &quot;%Y-%m-%d&quot;, plugin_insertdate_timeFormat : &quot;%H:%M:%S&quot;, external_link_list_url : &quot;example_data/example_link_list.js&quot;, external_image_list_url : &quot;example_data/example_image_list.js&quot;, flash_external_list_url : &quot;example_data/example_flash_list.js&quot;, template_external_list_url : &quot;example_data/example_template_list.js&quot;, theme_advanced_resize_horizontal : false, theme_advanced_resizing : true, apply_source_formatting : true, spellchecker_languages : &quot;+English=en,Danish=da,Dutch=nl,Finnish=fi,Fr ench=fr,German=de,Italian=it,Polish=pl,Portuguese= pt,Spanish=es,Swedish=sv&quot; }); </script> <!-- /tinyMCE -->
لتحميل محرر fckeditor من هنا
http://www.fckeditor.net/download
مثال على المحرر
http://www.fckeditor.net/demo



ولتحميل محرر tinymce من هنا
http://tinymce.moxiecode.com/download.php
مثال على المحرر
http://tinymce.moxiecode.com/examples/full.php


وهنا موضوع جديد للمحرر ولكن الطريقه مختلفه للاخ احمد فتحي

إضافة محرر fckeditor الى البوابة العربية


وهنا ايضا شرح طريقة لمحرر مختلف ولكن افضل من ناحيه الصق (لصق المواضيع وخاصه الصور )

http://www.arabportal.info/forum.php...8#comment17996





©المشاركات المنشورة تعبر عن وجهة نظر صاحبها فقط، ولا تُعبّر بأي شكل من الأشكال عن وجهة نظر إدارة المنتدى©