Smf Hot Editor Türkçe Sorunsuz...

Smf Destek/Smf Hot Editor Türkçe Sorunsuz... => Burada Ercan Üstadın Hoditörde Birkaç Sorun Çıktı Ve Bende Sorunsuz Hale Getirmeye Çalıştım Bilindiği gibi çoğu arkadaşımız bu modifikasyonu kurarak randıman alamadığını diğer modifikasyonlarla çakıştığını şikayetinde bulundular. Ben hepsine bir çözüm buldum. 1- Pm gönderme sıkıntısı düzeltildi.

Gönderen Konu: Smf Hot Editor Türkçe Sorunsuz...  (Okunma sayısı 992 defa)

0 Üye ve 1 Ziyaretçi konuyu incelemekte.

Çevrimdışı KraL 42

  • Tam Üye
  • *
  • İleti: 215
  • Karma: 5
  • Cinsiyet: Bay
  • ΛŁЄM ßUЧSΛ KRΛŁ ßЄИIM
    • KRALWAREZCİ- Program - Oyun - DivX HD MP4 Filmler - 3GP Filmler - LigTvCyberTR- Program - Oyun - Warez - DivX HD MP4 Filmler - 3GP Filmler - Photoshop - LigTv
  • Smf Sürümü: 1.0.18
  • Web Siteniz: WwW.KRALWAREZCİ.CoM
Smf Hot Editor Türkçe Sorunsuz...
« : 08 Mart 2009, 19:52:38 »
Burada Ercan Üstadın Hoditörde Birkaç Sorun Çıktı Ve Bende Sorunsuz Hale Getirmeye Çalıştım

Bilindiği gibi çoğu arkadaşımız bu modifikasyonu kurarak randıman alamadığını diğer modifikasyonlarla çakıştığını şikayetinde bulundular. Ben hepsine bir çözüm buldum.

1- Pm gönderme sıkıntısı düzeltildi.

2- Profilinizdeki / kimlik bilgisindeki hatalar düzeltildi.




3- Artık Hızlı cevap menüsündende mesaj,smiley..vs gönderebileceksiniz.Bu gönderme hatasıda düzeltildi.

Başlıyoruz.

Lütfen aşağıdaki modifikasyonları eksiksiz yapınız.

1-Öncelikle Hızlı cevaba smileyli/colorbarlı/yazı stilli/yazı boyutlu/popup url li gelişmiş editör modifikasyonunu kuracağız.

Bu Smileyli kurmamızın sebebi forumda hızlı cevaptan değilde mesaj alanında smiley gönderdiğimiz zaman çıkmıyor. Hata veriyor.Bu yüzden bu modifikasyonu kuruyoruz.Böyle idare edeceksiniz

Kullandığınız temanın Display template php dosyasını açın

Bul:
Kod: [Seç]
<a name="quickreply"></a>( bu kodda dahil )

Taki
Kod: [Seç]
?>koduna kadar ( bu koduda dahil ederek siliniz. )

Burda Kodları veriyorum Duman oluyor.Ekde verdiğim Hızlı Cevap Modifikasyonu.php dosyasının manuel anlatımı var.Ne yapacağınız İçinde Yazılı.

Son Olarak Alttaki default/style.css ve kullandığın temanın style.css dosyasını düzenleyiniz.

Default/style.css dosyasını aç

Bul:

Kod: [Seç]
/* Normal, standard links. */
a:link
{
   color: #476C8E;
   text-decoration: none;
}

Altına Ekle

Kod: [Seç]
/*   Color Bar CSS Class   */
.colorbar {
   width:450px;
}
.colorcell {
   height:18px;
}
.colorbox {
   border-color:#808080;
   border-width:1px;
   border-style:solid;
   width:18px;
   height:18px;
   overflow:hidden;
}
.colorboxspacer {
   width:18px;
   height:18px;
}

Kullandığınız temanın style.css dosyasını açın

Bul:
Kod: [Seç]
/* Normal, standard links. */
a:link
{
   color: NOT: BURASI DEĞİŞİR
   text-decoration: none;
}

Altına ekle

Kod: [Seç]
/*   Color Bar CSS Class   */
.colorbar {
   width:450px;
}
.colorcell {
   height:18px;
}
.colorbox {
   border-color:#808080;
   border-width:1px;
   border-style:solid;
   width:18px;
   height:18px;
   overflow:hidden;
}
.colorboxspacer {
   width:18px;
   height:18px;
}

Ekte verdiğim color.js dosyasını kullandığınız temanın ve default temasının içine ( index.template.php dosyasının bulunduğu yere ) atınız.

Ekte verdiğim resimler adlı klasörünün içindekileri kullandığınız temanın ve default temasının images/bbc klasörünün içine atınız.

Böylelikle Gelişmiş hızlı cevap modifikasyonunu kurmuş olduk.



2-Şimdi Kuracağımız Modifikasyon İmzaya Gelişmiş Editor

Bu modifikasyonunu kurmamızın sebebi biraz sonra kuracağımız smf hot editor programı ile mesaj alanında yazacağınız bbc kodlarının çakışmaması içindir. Böylelikle hem smf hot editor modifikasyonunu kullanmış olacaksınız. hemde imzaya gelişmiş editor modifikasyonunu kullanmış olacaksınız.
Bu modifikasyonu kurmuş olduğunuz zaman bu görünümü elde etmiş olacaksınız.




Başlıyoruz.

Kullandığınız temanın Profile.template.php dosyasını açınız.

Bul:

Kod: [Seç]
echo '
                        </td>
                        <td>
                           <textarea class="editor" onkeyup="calcCharLeft();" name="signature" rows="5" cols="50">', $context['member']['signature'], '</textarea><br />';


Değiştir ( Replace )

Kod: [Seç]
echo '
                        </td>
                        <td>
                        <script language="JavaScript" type="text/javascript">
                  function bbc_highlight(something, mode)
                  {
                     something.style.backgroundImage = "url(" + smf_images_url + (mode ? "/bbc/bbc_hoverbg.gif)" : "/bbc/bbc_bg.gif)");
                  }
               </script>';
      // load the post variables
      loadLanguage('Post');
      // The below array makes it dead easy to add images to this page. Add it to the array and everything else is done for you!
      $context['bbc_tags'] = array();
      $context['bbc_tags'][] = array(
         'bold' => array('code' => 'b', 'before' => '', 'after' => '', 'description' => $txt[253]),
         'italicize' => array('code' => 'i', 'before' => '', 'after' => '', 'description' => $txt[254]),
         'underline' => array('code' => 'u', 'before' => '', 'after' => '', 'description' => $txt[255]),
         'img' => array('code' => 'img', 'before' => '', 'description' => $txt[435]),
         'url' => array('code' => 'url', 'before' => '', 'after' => '', 'description' => $txt[257]),
         'email' => array('code' => 'email', 'before' => '', 'after' => '', 'description' => $txt[258]),
         'ftp' => array('code' => 'ftp', 'before' => '', 'after' => '', 'description' => $txt[434]),
         'size' => array('code' => 'size', 'before' => '', 'after' => '', 'description' => $txt[532]),
         'face' => array('code' => 'font', 'before' => '', 'after' => '', 'description' => $txt[533]),
         'pre' => array('code' => 'pre', 'before' => '[pre]', 'after' => '[/pre]', 'description' => $txt[444]),
         'left' => array('code' => 'left', 'before' => '', 'after' => '', 'description' => $txt[445]),
         'center' => array('code' => 'center', 'before' => '', 'after' => '', 'description' => $txt[256]),
         'right' => array('code' => 'right', 'before' => '', 'after' => '', 'description' => $txt[446]),
         'list' => array('code' => 'list', 'before' => ' ', 'after' => '  ', 'description' => $txt[261]),
      );
      // Here loop through the array, printing the images/rows/separators!
      foreach ($context['bbc_tags'][0] as $image => $tag)
      {
         // Is there a "before" part for this bbc button? If not, it can't be a button!!
         if (isset($tag['before']))
         {
            // Is this tag disabled?
            if (!empty($context['disabled_tags'][$tag['code']]))
               continue;

            // If there's no after, we're just replacing the entire selection in the post box.
            if (!isset($tag['after']))
               echo '<a href="javascript:void(0);" onclick="replaceText('', $tag['before'], '', document.forms.creator.signature); return false;">';
            // On the other hand, if there is one we are surrounding the selection.
            else
               echo '<a href="javascript:void(0);" onclick="surroundText('', $tag['before'], '', '', $tag['after'], '', document.forms.creator.signature); return false;">';

            // Okay... we have the link. Now for the image and the closing </a>!
            echo '<img onmouseover="bbc_highlight(this, true);" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" src="', $settings['images_url'], '/bbc/', $image, '.gif" align="bottom" width="23" height="22" alt="', $tag['description'], '" title="', $tag['description'], '" style="background-image: url(', $settings['images_url'], '/bbc/bbc_bg.gif); margin: 1px 2px 1px 1px;" /></a>';
         }
      }
echo '                           <textarea class="editor" onkeyup="calcCharLeft();" name="signature" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onchange="storeCaret(this);" rows="5" cols="50">', $context['member']['signature'], '</textarea><br />';

Böylelikle bu modifikasyonuda kurmuş olduk.


Şimdi asıl önemli olan Smf Hot Editor Modifikasyonunu kurmaya


3- Smf Hot Editor Türkçe Modifikasyonunun Kurulumu

Başlıyoruz.

Kullandığınız Temanın Display.template.php Dosyasını aç

Bul:

Kod: [Seç]
var smf_template_body_edit = '<div id="error_box" style="padding: 4px; color: red;"></div><textarea class="editor" name="message" rows="12" style="width: 94%; margin-bottom: 10px;">%body%</textarea><br /><input type="hidden" name="sc" value="', $context['session_id'], '" /><input type="hidden" name="topic" value="', $context['current_topic'], '" /><input type="hidden" name="msg" value="%msg_id%" /><div style="text-align: center;"><input type="submit" name="post" value="', $txt[10], '" onclick="return modify_save('' . $context['session_id'] . '');" accesskey="s" />&nbsp;&nbsp;', $context['show_spellchecking'] ? '<input type="button" value="' . $txt['spell_check'] . '" onclick="spellCheck('quickModForm', 'message');" />&nbsp;&nbsp;' : '', '<input type="submit" name="cancel" value="', $txt['modify_cancel'], '" onclick="return modify_cancel();" /></div>';
Değiştir ( Replace )

Kod: [Seç]
//HotEditor MOD QUICK EDIT / MODIFY POST
var edit_session_id = "', $context['session_id'], '";
var smf_template_body_edit = '<div id="error_box" style="padding: 4px; color: red;"></div><iframe frameborder=0 width=100% height=550px src="hoteditor_quickedit.html" scrolling=no target="_top"></iframe><textarea style="visibility:hidden;width:1px;height:1px" id="message" class="editor" name="message" rows="12" style="width: 94%; margin-bottom: 10px;">%body%</textarea><input type="hidden" name="sc" value="', $context['session_id'], '" /><input type="hidden" name="topic" value="', $context['current_topic'], '" /><input type="hidden" name="msg" value="%msg_id%" /><div style="text-align: center;"><input type="hidden" name="post" value="', $txt[10], '" onclick="return modify_save('' . $context['session_id'] . '');" accesskey="s" />&nbsp;&nbsp;', $context['show_spellchecking'] ? '<input type="button" value="' . $txt['spell_check'] . '" onclick="spellCheck('quickModForm', 'message');" />&nbsp;&nbsp;' : '', '<input type="hidden" name="cancel" value="', $txt['modify_cancel'], '" onclick="return modify_cancel();" /></div>';

Kullandığınız Temanın Post.template.php dosyasını aç

Bul:

Kod: [Seç]
function template_postbox(&$message)
Değiştir ( Replace )

Kod: [Seç]
// This function displays all the stuff you'd expect to see with a message box, the box, BBC buttons and of course smileys.
function template_postbox(&$message)
{
   global $context, $settings, $options, $txt, $modSettings;   

   // Now start printing all of the smileys.
   if (!empty($context['smileys']['postform']))
   {
      echo '
         <tr>
            <td align="right"></td>
            <td valign="middle">';

      // Show each row of smileys.
      foreach ($context['smileys']['postform'] as $smiley_row)
      {
         foreach ($smiley_row['smileys'] as $smiley)
         {
            $smiley_src= $settings['smileys_url'] . '/' . $smiley['filename'];
            print "<img style='cursor:hand;cursor:pointer' onmousedown="if(editor_type==1){WriteHTML('<img src=$smiley_src>','editor');}else{WriteTEXT('','editor');}" src="$smiley_src" alt="$smiley[description]" title="$smiley[description]" />&nbsp;&nbsp;";
         }

         // If this isn't the last row, show a break.
         if (empty($smiley_row['last']))
            echo '<br />';
      }

      // If the smileys popup is to be shown... show it!
      if (!empty($context['smileys']['popup']))
         echo '
               <a href="javascript:moreSmileys();">[', $txt['more_smileys'], ']</a>';

      echo '
            </td>
         </tr>';
   }

   // If there are additional smileys then ensure we provide the javascript for them.
   if (!empty($context['smileys']['popup']))
   {
      echo '
         <script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
            var smileys = [';

      foreach ($context['smileys']['popup'] as $smiley_row)
      {
         echo '
               [';
         foreach ($smiley_row['smileys'] as $smiley)
         {
            echo '
                  ["', $smiley['code'], '","', $smiley['filename'], '","', $smiley['js_description'], '"]';
            if (empty($smiley['last']))
               echo ',';
         }

         echo ']';
         if (empty($smiley_row['last']))
            echo ',';
      }

      echo '];
            var smileyPopupWindow;

            function moreSmileys()
            {
               var row, i;

               if (smileyPopupWindow)
                  smileyPopupWindow.close();

               smileyPopupWindow = window.open("", "add_smileys", "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=480,height=220,resizable=yes");
               smileyPopupWindow.document-.-write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html>');
               smileyPopupWindow.document-.-write('    <head>       <title>', $txt['more_smileys_title'], '</title>       <link rel="stylesheet" type="text/css" href="', $settings['theme_url'], '/style.css" />    </head>');
               smileyPopupWindow.document-.-write('    <body style="margin: 1ex;">       <table width="100%" cellpadding="5" cellspacing="0" border="0" class="tborder">          <tr class="titlebg"><td align="left">', $txt['more_smileys_pick'], '</td></tr>          <tr class="windowbg"><td align="left">');

               for (row = 0; row < smileys.length; row++)
               {
                  for (i = 0; i < smileys[row].length; i++)
                  {
                     smileys[row][2] = smileys[row][2].replace(/"/g, '&quot;');
                     smileyPopupWindow.document-.-write('<a href="javascript:void(0);" onclick="window.opener.replaceText(&quot; ' + smileys[row] + '&quot;, window.opener.document.forms.', $context['post_form'], '.', $context['post_box_name'], '); window.focus(); return false;"><img src="', $settings['smileys_url'], '/' + smileys[row][1] + '" alt="' + smileys[row][2] + '" title="' + smileys[row][2] + '" style="padding: 4px;" border="0" /></a> ');                  }
                  smileyPopupWindow.document-.-write("<br />");
               }

               smileyPopupWindow.document-.-write('</td></tr>          <tr><td align="center" class="windowbg"><a href="javascript:window.close();">', $txt['more_smileys_close_window'], '</a></td></tr>       </table>    </body> </html>');
               smileyPopupWindow.document.close();
            }
         // ]]></script>';
   }

// Finally the most important bit - the actual Hoteditor box to write in!
//HotEditor MOD
print<<<HTML_CODE
         <tr>
            <td valign="top" align="right"></td>
            <td>
               <textarea style="visibility:hidden;position:absolute;top:-20;left:-20;width:1px;height:1px" class="editor" id="hoteditor_holder" name="$context[post_box_name]" >$message</textarea>
               <style type="text/css">@import url(richedit/styles/office2007/style.css);</style>         
               <script language="JavaScript" type="text/javascript" src="richedit/editor.js?version=4.2"></script>           
               <script language="JavaScript" type="text/javascript">
                  var getdata =document.getElementById("hoteditor_holder").value;
                  getdata=getdata.replace(//gi,"[STRIKE]");
                  getdata=getdata.replace(//gi,"[/STRIKE]");
                  Instantiate("max","editor", getdata , "100%", "300px");         
                  function get_hoteditor_data(){
                     if (HTML_ON == "no"){
                        alert ("Please uncheck the HTML checkbox");
                        return false;
                     }
                     else{
                        setCodeOutput();
                        var bbcode_output=document.getElementById("hoteditor_bbcode_ouput_editor").value;//Output to BBCode
                        document.getElementById("hoteditor_holder").value = bbcode_output;
                     }
                  }
               </script>
            </td>
         </tr>
HTML_CODE;
}

function template_postbox_old(&$message)

Bul:

Kod: [Seç]
replaceText(text, document.forms.postmodify.message);
Değiştir ( Replace )

Kod: [Seç]
//HotEditor MOD
if(editor_type=="0"){//BBCode Editor
   WriteTEXT(text,"editor");
}
else{//WYSIWYG Editor
   text=BBCodeToHTML(text);
   WriteHTML(text,"editor");
}

Bul:

Kod: [Seç]
<input type="submit" name="post" value="', $context['submit_label'], '" tabindex="', $context['tabindex']++, '" onclick="return submitThisOnce(this);" accesskey="s" />
<input type="submit" name="preview" value="', $txt[507], '" tabindex="', $context['tabindex']++, '" onclick="return event.ctrlKey || previewPost();" accesskey="p" />';

Değiştir ( Replace )

Kod: [Seç]
<input type="submit" name="post" value="', $context['submit_label'], '" tabindex="', $context['tabindex']++, '" onclick="return get_hoteditor_data();submitThisOnce(this);" accesskey="s" />
<input type="submit" name="preview" value="', $txt[507], '" tabindex="', $context['tabindex']++, '" onclick="return event.ctrlKey || get_hoteditor_data();previewPost();" accesskey="p" />';

Kullandığın Temanın Profile.template.php dosyasını aç

Bul:

Kod: [Seç]
<form action="', $scripturl, '?action=profile2" method="post" accept-charset="', $context['character_set'], '" name="creator" id="creator" enctype="multipart/form-data">
Değiştir ( Replace )

Kod: [Seç]
<form onSubmit="return get_hoteditor_data();" action="', $scripturl, '?action=profile2" method="post" accept-charset="', $context['character_set'], '" name="creator" id="creator" enctype="multipart/form-data">
Buraya Dikkat Kullandığın temanın değil Default Temanın script.js Dosyasını Aç

Bul:

Kod: [Seç]
function submitonce(theform)
{
   smf_formSubmitted = true;
}

Değiştir ( Replece )

Kod: [Seç]
function submitonce(theform)
{
   //HotEditor MOD
   get_hoteditor_data();

   smf_formSubmitted = true;
}

Bul:

Kod: [Seç]
// Replaces the currently selected text with the passed text.
function replaceText(text, textarea)
{
   // Attempt to create a text range (IE).
   if (typeof(textarea.caretPos) != "undefined" && textarea.createTextRange)
   {
      var caretPos = textarea.caretPos;

      caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text;
      caretPos.select();
   }
   // Mozilla text range replace.
   else if (typeof(textarea.selectionStart) != "undefined")
   {
      var begin = textarea.value.substr(0, textarea.selectionStart);
      var end = textarea.value.substr(textarea.selectionEnd);
      var scrollPos = textarea.scrollTop;

      textarea.value = begin + text + end;

      if (textarea.setSelectionRange)
      {
         textarea.focus();
         textarea.setSelectionRange(begin.length + text.length, begin.length + text.length);
      }
      textarea.scrollTop = scrollPos;
   }
   // Just put it on the end.
   else
   {
      textarea.value += text;
      textarea.focus(textarea.value.length - 1);
   }
}

Değiştir ( Replace )

Kod: [Seç]
// Replaces the currently selected text with the passed text.
function replaceText(text, textarea)
{
// Attempt to create a text range (IE).
if (typeof(textarea.caretPos) != "undefined" && textarea.createTextRange)
{
var caretPos = textarea.caretPos;

caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text;
caretPos.select();
}
// Mozilla text range replace.
else if (typeof(textarea.selectionStart) != "undefined")
{
var begin = textarea.value.substr(0, textarea.selectionStart);
var end = textarea.value.substr(textarea.selectionEnd);
var scrollPos = textarea.scrollTop;

textarea.value = begin + text + end;

if (textarea.setSelectionRange)
{
textarea.focus();
textarea.setSelectionRange(begin.length + text.length, begin.length + text.length);
}
textarea.scrollTop = scrollPos;
}
// Just put it on the end.
else
{
textarea.value += text;
textarea.focus(textarea.value.length - 1);
}
if(editor_type==1){
text=BBCodeToHTML(text);
WriteHTML(text,"editor");
}
else{
WriteTEXT(text,"editor");
}
}

Sources/Subs.php Dosyasını Aç

Bul:

Kod: [Seç]
$codes = array(
Sonrasına Ekle

Kod: [Seç]
//HotEditor MOD
array(
   'tag' => 'highlight',
   'type' => 'unparsed_equals',
   'test' => '(#[da-fA-F]{3}|#[da-fA-F]{6}|[A-Za-z]{1,12})]',
   'before' => '<span style="background-color: $1;">',
   'after' => '</span>',
),
array(
   'tag' => 'strike',
   'before' => '<strike>',
   'after' => '</strike>',
),


Rapidshare İndireceğiniz Smf Hot Editor Klasörünün İçindekileri Forum Klasörünün İçine Atınız. Eğer Forum Klasörünüz Smf İse Smf Klasörünün İçine Forumun Ana Dizinde İse Ana Dizine Atınız.

Bitti Geçmiş Olsun...
Emeğe Saygı (+) Lütfen  :)
« Son Düzenleme: 08 Mart 2009, 19:59:33 Gönderen: hhy89 »
KRALWAREZCİ

KRALWAREZCİ- Program - Oyun - DivX HD MP4 Filmler - 3GP Filmler - Photoshop -  LigTv

Çevrimdışı hhy89

  • Yönetici
  • *
  • İleti: 9511
  • Karma: 496
  • www.SmfMod.com
  • Smf Sürümü: 2.0 RC3
  • Web Siteniz: smfmod.com
Ynt: Smf Hot Editor Türkçe Sorunsuz...
« Yanıtla #1 : 08 Mart 2009, 20:05:17 »
bunda da sorunlar oluscak ama emege saygı + rep
Php-SEO-MySQL-Ajax-JavaScript-Css-HTML
Günlük Yaz
Yeni Modları Takip Etmek Için
*Amacımız balık vermek degil balık tutmayı ogretmek ;)
*Smfyi herkes sever ama siz abartın ;)
*“İnsanların en hayırlısı, insa

Çevrimdışı KraL 42

  • Tam Üye
  • *
  • İleti: 215
  • Karma: 5
  • Cinsiyet: Bay
  • ΛŁЄM ßUЧSΛ KRΛŁ ßЄИIM
    • KRALWAREZCİ- Program - Oyun - DivX HD MP4 Filmler - 3GP Filmler - LigTvCyberTR- Program - Oyun - Warez - DivX HD MP4 Filmler - 3GP Filmler - Photoshop - LigTv
  • Smf Sürümü: 1.0.18
  • Web Siteniz: WwW.KRALWAREZCİ.CoM
Ynt: Smf Hot Editor Türkçe Sorunsuz...
« Yanıtla #2 : 08 Mart 2009, 20:09:48 »
bunda da sorunlar oluscak ama emege saygı + rep

Üstad Bu Uygulama İle Üstünden Gittim Hatalardan Kurtuldum... :D

(+) İçin SaqoL
KRALWAREZCİ

KRALWAREZCİ- Program - Oyun - DivX HD MP4 Filmler - 3GP Filmler - Photoshop -  LigTv

Çevrimdışı cografik

  • Tam Üye
  • *
  • İleti: 114
  • Karma: 5
  • Cinsiyet: Bay
  • ALLAH yar ve yardımcımız olsun
    • İslam Forumu
Ynt: Smf Hot Editor Türkçe Sorunsuz...
« Yanıtla #3 : 08 Mart 2009, 21:26:40 »
aslında hatasız olsa şimdiki 2.0 sürümündeki versiyonundan daha iyi bir ediyör ama sorunlu diyorlar hep bende bi sitemde kullanıyorum ama bazen sorun çıkarıyor
Eğer Bir Gün Dünyayla İlgili Büyük Bir Derdin Olursa Rabbine Dönüp Benim Büyük Bir Derdim Var Deme,
Derdine Dönüp Benim Büyük Bir Rabbim Var De

Herbişey Blogum & Cografya ve Eğitim Portal ve Forumu & İslamın Forumu

Çevrimdışı Tattoocu_CarteL

  • Ŧąŧŧơơ¢ų ©ǻяŦξ₤
  • Yönetici
  • *
  • İleti: 2663
  • Karma: 131
  • Cinsiyet: Bay
  • S. M. F. MOD
    • SMF MOD
  • Smf Sürümü: 2.0 RC3
  • Web Siteniz: SmfMod.coM
Ynt: Smf Hot Editor Türkçe Sorunsuz...
« Yanıtla #4 : 15 Mart 2009, 12:36:48 »
aslında modda sıkıntı çıkması daha önce kurulan modifikasyonlarla alakalı bir durum diye düşünüyorum. smf alanında bir siteye en çok mod kuran kişilerden biri benimdir belki ama bende hiç sorunsuz olmuştu. demekki siteden siteye fark edebiliyor. umarım bu hatasız olur teşekkürler paylaşim için

Çevrimdışı deanwinchester

  • Yeni Üye
  • *
  • İleti: 20
  • Karma: 0
  • Cinsiyet: Bay
  • www.SmfMod.com
  • Smf Sürümü: 1.1.11
  • Web Siteniz: www.antalyafrm.com
Ynt: Smf Hot Editor Türkçe Sorunsuz...
« Yanıtla #5 : 28 Aralık 2009, 11:52:03 »
kardeş link ölmüş :-[

Çevrimdışı hhy89

  • Yönetici
  • *
  • İleti: 9511
  • Karma: 496
  • www.SmfMod.com
  • Smf Sürümü: 2.0 RC3
  • Web Siteniz: smfmod.com
Ynt: Smf Hot Editor Türkçe Sorunsuz...
« Yanıtla #6 : 28 Aralık 2009, 15:09:44 »
ercan hocamınkine bakın
Php-SEO-MySQL-Ajax-JavaScript-Css-HTML
Günlük Yaz
Yeni Modları Takip Etmek Için
*Amacımız balık vermek degil balık tutmayı ogretmek ;)
*Smfyi herkes sever ama siz abartın ;)
*“İnsanların en hayırlısı, insa

Çevrimdışı kullanici62

  • Yeni Üye
  • *
  • İleti: 4
  • Karma: 0
  • www.SmfMod.com
  • Smf Sürümü: 2.0 RC2
  • Web Siteniz: http://ayyildizforum.net
Ynt: Smf Hot Editor Türkçe Sorunsuz...
« Yanıtla #7 : 03 Ocak 2010, 20:29:54 »
display.template.php dosyasındaki değişiklikte sorun yaşayanlar şu şekilde değiştirebilirler.

Kod: [Seç]
    //HotEditor MOD QUICK EDIT / MODIFY POST
var edit_session_id = "', $context['session_id'], '";
var smf_template_body_edit = \'<div id="error_box" style="padding: 4px; color: red;"></div><iframe frameborder="0" width="100%" height="550px" src="/hoteditor_quickedit.html" scrolling="no" target="_top"></iframe><textarea style="visibility:hidden;width:1px;height:1px" id="message" class="editor" name="message" rows="12" style="width: 94%; margin-bottom: 10px;">%body%</textarea><input type="hidden" name="sc" value="', $context['session_id'], '" /><input type="hidden" name="topic" value="', $context['current_topic'], '" /><input type="hidden" name="msg" value="%msg_id%" /><div style="text-align: center;"><input type="hidden" name="post" value="', $txt[10], '" onclick="return modify_save(\\\'' . $context['session_id'] . '\\\');" accesskey="s" />&nbsp;&nbsp;', $context['show_spellchecking'] ? '<input type="button" value="' . $txt['spell_check'] . '" onclick="spellCheck(\\\'quickModForm\\\', \\\'message\\\');" />&nbsp;&nbsp;' : '', '<input type="hidden" name="cancel" value="', $txt['modify_cancel'], '" onclick="return modify_cancel();" /></div>\';

arkadaşın verdiği kod yanlış gibi ama deneyenler yazsın yinede buraya. Yinede ortada BÜYÜK bir emek var makale yazarına çok çok teşekkür ediyor, saygılarımı sunuyorum.

Çevrimdışı hhy89

  • Yönetici
  • *
  • İleti: 9511
  • Karma: 496
  • www.SmfMod.com
  • Smf Sürümü: 2.0 RC3
  • Web Siteniz: smfmod.com
Ynt: Smf Hot Editor Türkçe Sorunsuz...
« Yanıtla #8 : 03 Ocak 2010, 21:24:09 »
kardesim burası 1 bolumu
Php-SEO-MySQL-Ajax-JavaScript-Css-HTML
Günlük Yaz
Yeni Modları Takip Etmek Için
*Amacımız balık vermek degil balık tutmayı ogretmek ;)
*Smfyi herkes sever ama siz abartın ;)
*“İnsanların en hayırlısı, insa

Çevrimdışı kullanici62

  • Yeni Üye
  • *
  • İleti: 4
  • Karma: 0
  • www.SmfMod.com
  • Smf Sürümü: 2.0 RC2
  • Web Siteniz: http://ayyildizforum.net
Ynt: Smf Hot Editor Türkçe Sorunsuz...
« Yanıtla #9 : 04 Ocak 2010, 10:59:23 »
:) biliyorum ben de 1 için konuştum zaten.

Çevrimdışı hhy89

  • Yönetici
  • *
  • İleti: 9511
  • Karma: 496
  • www.SmfMod.com
  • Smf Sürümü: 2.0 RC3
  • Web Siteniz: smfmod.com
Ynt: Smf Hot Editor Türkçe Sorunsuz...
« Yanıtla #10 : 04 Ocak 2010, 15:41:34 »
o kod herkeste yok baska temalarda olan zaten orada belirtmis bu kod olmayanlar oradaki ile degistirsinler
Php-SEO-MySQL-Ajax-JavaScript-Css-HTML
Günlük Yaz
Yeni Modları Takip Etmek Için
*Amacımız balık vermek degil balık tutmayı ogretmek ;)
*Smfyi herkes sever ama siz abartın ;)
*“İnsanların en hayırlısı, insa

Çevrimdışı muratgorken

  • Yeni Üye
  • *
  • İleti: 9
  • Karma: 0
  • www.SmfMod.com
    • Gbh
  • Smf Sürümü: 2.0 RC2
  • Web Siteniz: http://www.gitarbenimhayatim.com
Ynt: Smf Hot Editor Türkçe Sorunsuz...
« Yanıtla #11 : 04 Şubat 2010, 13:35:17 »
link kırık kardesm:)

Çevrimdışı yakicikli

  • Yeni Üye
  • *
  • İleti: 20
  • Karma: 0
  • www.horozlardiyari.com
    • www.horozlardiyari.com
  • Smf Sürümü: 2.0 RC3
  • Web Siteniz: http://www.horozlardiyari.com
Ynt: Smf Hot Editor Türkçe Sorunsuz...
« Yanıtla #12 : 23 Nisan 2010, 00:23:49 »
smf 1.1.11 için sorunsuz bi EDİTÖR yok sanırım
link kırık ayrıca uzunnnn araştırma sonucu buldum o dosyaları ama hata veriyor malesefff

Çevrimdışı pesindeyiz

  • Yeni Üye
  • *
  • İleti: 6
  • Karma: 0
  • www.SmfMod.com
  • Smf Sürümü: 1.0.11
  • Web Siteniz: www.fullforum.biz
Ynt: Smf Hot Editor Türkçe Sorunsuz...
« Yanıtla #13 : 03 Temmuz 2010, 19:32:14 »
link kırık rapidshare ye nie up edion kamill


GoogleTagged - Etiketler