|
MyBB Sürüm : 1.4.9
TinyMCE Sürüm : 3.2.7
Demo : Linkleri görmek için üye girişi yapmalısınız. Üye ol
Gelişmiş Editör ile Wordpress,Vbulletin forumlar gibi kopyaladığınız resimler direk olarak konunuza eklenecektir.
Ekran Görüntüleri :
![[Resim: 3dfk0.jpg]](http://i34.tinypic.com/3dfk0.jpg)
Kurulum :
Adımları Sırasıyla yaptığınızda sorun olmayacaktır.
Adım 1 : Ekteki Tam paketi ftp nize upload edin.
Adım 2 : Hostunuzun panelinden veritabanı ve veritabanı kullanıcısı oluşturun.
Adım 3 : Veritabanını oluşturduktan sonra phpmyadmine girip oluşturduğunuz veritabanına tıklayıp İçeri aktar yönetemi ile paket içindeki gelismispaket.sql dosyasını içeri aktarın.
![[Resim: 11gkahy.jpg]](http://i38.tinypic.com/11gkahy.jpg)
Adım 4:
inc/config.php içini oluşturduğunuz veritabanı ve şifre bilgileri ile değiştirin.
Adım 5 :
inc/setting.php içindeki mybbturkiye.com bölümlerini sitenizin adı ile değiştirin.
$settings['cookiepath'] = "/test/"; bölümününü
$settings['cookiepath'] = "/"; ile değiştirin.
Not : Her eklediğiniz foruma html kullanım izni verin.
Giriş Hesap Bilgileri :
Kullanıdı : Admin
Şifre : 123456
Bilgileri kurulumdan sonra değiştirmeyi unutmayın.
Diğer temalarda ve sonradan sadece editör kurulumu yapmak içinse aşağıdaki adımları takip edin.
Adım 1 :
Paket içindeki inc klasörü ve jscript klasörünü sitenize kopyalayın.Eklentilerden TinyMCE eklentisini aktif edin ve aşağıdaki şablon düzenlemelerini yapın.
Kontrol Paneli >> Şablon & Tema >> Şablon Grupları >> Kullandığınız Tema Şablonu
>> Mesaj Düzenleme şablonlar >> editpost
Bulun :
Kod:
<script type="text/javascript" src="jscripts/post.js?ver=1400"></script>
</head>
Değiştirin :
Kod:
<script type="text/javascript" src="jscripts/tiny_mce/tiny_mce.js"></script>
<script type="text/javascript">
<!-- // --><![CDATA[
tinyMCE.init({
theme : "advanced",
mode : "textareas",
language : "tr",
plugins : "safari,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",
theme_advanced_buttons1 : "save,newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect,fontselect,fontsizeselect",
theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|,insertdate,inserttime,preview,|,forecolor,backcolor",
theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl,|,fullscreen",
theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,pagebreak",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "center",
theme_advanced_styles : "Code=codeStyle;Quote=quoteStyle",
entity_encoding : "raw",
add_unload_trigger : false,
remove_linebreaks : false
});
// ]]>
</script>
</head>
Silin :
Kontrol Paneli >> Şablon & Tema >> Şablon Grupları >> Kullandığınız Tema Şablonu
>> Yeni Konu Şablonlar >> newthread
Bulun :
Kod:
<script type="text/javascript" src="jscripts/post.js?ver=1400"></script>
</head>
Değiştirin :
Kod:
<script type="text/javascript" src="jscripts/tiny_mce/tiny_mce.js"></script>
<script type="text/javascript">
<!-- // --><![CDATA[
tinyMCE.init({
theme : "advanced",
mode : "textareas",
language : "tr",
plugins : "safari,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",
theme_advanced_buttons1 : "save,newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect,fontselect,fontsizeselect",
theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|,insertdate,inserttime,preview,|,forecolor,backcolor",
theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl,|,fullscreen",
theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,pagebreak",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "center",
theme_advanced_styles : "Code=codeStyle;Quote=quoteStyle",
entity_encoding : "raw",
add_unload_trigger : false,
remove_linebreaks : false
});
// ]]>
</script>
</head>
Silin :
Kontrol Paneli >> Şablon & Tema >> Şablon Grupları >> Kullandığınız Tema Şablonu
>> Yeni Cevap Şablonlar >> newreply
Bulun :
Kod:
<script type="text/javascript" src="jscripts/post.js?ver=1400"></script>
</head>
Değiştirin :
Kod:
<script type="text/javascript" src="jscripts/tiny_mce/tiny_mce.js"></script>
<script type="text/javascript">
<!-- // --><![CDATA[
tinyMCE.init({
theme : "advanced",
mode : "textareas",
language : "tr",
plugins : "safari,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",
theme_advanced_buttons1 : "save,newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect,fontselect,fontsizeselect",
theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|,insertdate,inserttime,preview,|,forecolor,backcolor",
theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl,|,fullscreen",
theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,pagebreak",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "center",
theme_advanced_styles : "Code=codeStyle;Quote=quoteStyle",
entity_encoding : "raw",
add_unload_trigger : false,
remove_linebreaks : false
});
// ]]>
</script>
</head>
Silin :
Kontrol Paneli >> Şablon & Tema >> Şablon Grupları >> Kullandığınız Tema Şablonu
>> Kullanıcı Kontrol Paneli şablonlar >> usercp_editsig
Bul :
Kod:
{$headerinclude}
</head>
Değiştir :
Kod:
{$headerinclude}
<script type="text/javascript" src="jscripts/tiny_mce/tiny_mce.js"></script>
<script type="text/javascript">
<!-- // --><![CDATA[
tinyMCE.init({
theme : "advanced",
mode : "textareas",
language : "tr",
plugins : "safari,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",
theme_advanced_buttons1 : "save,newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect,fontselect,fontsizeselect",
theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|,insertdate,inserttime,preview,|,forecolor,backcolor",
theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl,|,fullscreen",
theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,pagebreak",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "center",
theme_advanced_styles : "Code=codeStyle;Quote=quoteStyle",
entity_encoding : "raw",
add_unload_trigger : false,
remove_linebreaks : false
});
// ]]>
</script>
</head>
Silin :
Kontrol Paneli >> Şablon & Tema >> Şablon Grupları >> Kullandığınız Tema Şablonu
>> özel Mesajlaşma şablonlar >> private_send
Bul :
Kod:
<script type="text/javascript" src="jscripts/usercp.js?ver=1400"></script>
</head>
Değiştir :
Kod:
<script type="text/javascript" src="jscripts/usercp.js?ver=1400"></script>
<script type="text/javascript" src="jscripts/tiny_mce/tiny_mce.js"></script>
<script type="text/javascript">
<!-- // --><![CDATA[
tinyMCE.init({
theme : "advanced",
mode : "textareas",
language : "tr",
plugins : "safari,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",
theme_advanced_buttons1 : "save,newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect,fontselect,fontsizeselect",
theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|,insertdate,inserttime,preview,|,forecolor,backcolor",
theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl,|,fullscreen",
theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,pagebreak",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "center",
theme_advanced_styles : "Code=codeStyle;Quote=quoteStyle",
entity_encoding : "raw",
add_unload_trigger : false,
remove_linebreaks : false
});
// ]]>
</script>
</head>
Silin :
Şifre :www.mybbturkiye.com
Ekli Dosya(lar)
Ücretli MyBB İşlemleriniz için Linkleri görmek için üye girişi yapmalısınız. Üye ol
Google SEO, Sitemap yapımı, Eklenti Kurulumu, Tema ve Logo Yapımı işlemleriniz yapılır.
|
|
|
|
|