Hızlı Topic Açmak

bLoOdLusT1912

Kadim Üye
1 Ağu 2007
5,470
41
Invision Power Board IPB Derslerinden Hızlı Topic Açmak:



Admin panelimize giriyoruz Look & Feel sekmesine tıklıyoruz, uygulayacağımız skin'in yanındaki menüden "Edit Template HTML"yi tıklıyoruz, Forum Index -> PageTop giriyoruz ve ;

Bu kodu bulun ;

Kod:
<a href="{$this->ipsclass->base_url}act=post&do=new_post&f={$data['id']}"><{A_POST}></a>



Bununla değiştirin ;

Kod:
<a id='reply-menu-{$data['id']}' href="{$this->ipsclass->base_url}act=post&do=new_post&f={$data['id']}"><{A_POST}></a>


Burayı bulun ;
<div class="borderwrap">
<div class="maintitle" style='padding:4px'>
<!-- TABLE FIX FOR MOZILLA WRAPPING-->


Ve hemen altına ekleyin ;
<script type='text/javascript'>
<!--
menu_build_menu('reply-menu-{$data['id']}',
new Array
(
img_item+" <a href='{$this->ipsclass->base_url}act=post&do=new_post&f={$data['id']}'>Konu Aç</a>",
img_item+" <a href='#mabsut_quick_editor' onclick="+'"'+"ShowHide('mabsut_open', 'mabsut_closed');menu_action_close(event);return false"+'"'+">Hızlı Konu Aç</a>"
));
-->
</script>



Buradaki işimiz bitti Save Template Bit diyerek kaydediyoruz.
Sıra, Edit Template HTML -> Forum Index -> TableEnd giriyoruz.



Burayı buluyoruz ;
Kod:
<a href="{$this->ipsclass->base_url}act=post&do=new_post&f={$data['id']}"><{A_POST}></a>


Bununla değiştiriyoruz ;
Kod:
<a id='reply-menuu-{$data['id']}' href="{$this->ipsclass->base_url}act=post&do=new_post&f={$data['id']}"><{A_POST}></a>



Burayı buluyoruz ;
Kod:
<!--IBF.FORUM_ACTIVE-->


Ve hemen Altına ekliyoruz ;
Kod:
<script type='text/javascript'>
Kod:
[COLOR=white]<!--[/COLOR]
[COLOR=white]menu_build_menu('reply-menuu-{$data['id']}',[/COLOR]
[COLOR=white]new Array[/COLOR]
[COLOR=white]([/COLOR]
[COLOR=white]  img_item+" <a href='{$this->ipsclass->base_url}act=post&do=new_post&f={$data['id']}'>Full Functional</a>",[/COLOR]
[COLOR=white]  img_item+" <a href='#mabsut_quick_editor' onclick="+'"'+"ShowHide('mabsut_open', 'mabsut_closed');menu_action_close(event);return false"+'"'+">Quick Topic</a>"[/COLOR]
[COLOR=white]));[/COLOR]
[COLOR=white]-->[/COLOR]
[COLOR=white]</script>[/COLOR]
[COLOR=white]<!-- START - QUICK TOPIC -->[/COLOR]
[COLOR=white]<style type='text/css'>@import url({$this->ipsclass->vars['board_url']}/style_images/<#IMG_DIR#>/folder_editor_images/css_rte.css);</style>[/COLOR]
[COLOR=white]<script type='text/javascript' src='jscripts/ips_text_editor_lite.js'></script>[/COLOR]
 
[COLOR=white]<a name='#mabsut_quick_editor'></a>[/COLOR]
[COLOR=white]<div id='mabsut_open' style='display:none;position:relative;width:100%'>[/COLOR]
[COLOR=white]<form id='postingform' name='REPLIER' action='{$this->ipsclass->base_url}' method='post'>[/COLOR]
[COLOR=white]<input type='hidden' name='act' value='Post'>[/COLOR]
[COLOR=white]<input type='hidden' name='CODE' value='01' />[/COLOR]
[COLOR=white]<input type='hidden' name='auth_key' value='{$this->ipsclass->md5_check}' />[/COLOR]
[COLOR=white]<input type='hidden' name='f' value='{$data['id']}' />[/COLOR]
[COLOR=white]<input type='hidden' name='enableemo' value='yes' />[/COLOR]
[COLOR=white]<input type='hidden' name='enablesig' value='yes' />[/COLOR]
[COLOR=white]<input type='hidden' name='fast_reply_used' value='1' />[/COLOR]
 
[COLOR=white]<div class='borderwrap'>[/COLOR]
 
[COLOR=white]<div class='maintitle' align='left'><{CAT_IMG}> Hızlı Konu Aç</div>[/COLOR]
 
[COLOR=white]<div align='center' class='row2' style='padding:2px'>[/COLOR]
[COLOR=white]Başlık Adı: <input type="text" size="50" maxlength="{$this->ipsclass->vars['topic_title_max_len']}" name="TopicTitle" value="{$data['TITLE']}" tabindex="1" />   [/COLOR]
[COLOR=white]Başlık Açıklaması: <input type="text" size="50" maxlength="{$this->ipsclass->vars['topic_title_max_len']}" name="TopicDesc" value="{$data['DESC']}" tabindex="2" />[/COLOR]
[COLOR=white]<div id='fast-reply-controls' align='center' style='width:75%;padding:2px; margin:0 auto 0 auto' class='rte-buttonbar'>[/COLOR]
 
[COLOR=white]<table cellpadding='2' cellspacing='0' width='100%'>[/COLOR]
 
[COLOR=white] <tr>[/COLOR]
 
[COLOR=white]    <td width='5%' align='left' nowrap='nowrap'>[/COLOR]
[COLOR=white]      <table cellpadding='0' cellspacing='0' width='100%'>[/COLOR]
[COLOR=white]        <tr>[/COLOR]
[COLOR=white]          <td><div class='rte-normal' id='fast-reply_cmd_bold'><img src='style_images/<#IMG_DIR#>/folder_editor_images/rte-bold.png' alt='{$this->ipsclass->lang['js_tt_bold']}' title='{$this->ipsclass->lang['js_tt_bold']}' /></div></td>[/COLOR]
[COLOR=white]          <td><div class='rte-normal' id='fast-reply_cmd_italic'><img src='style_images/<#IMG_DIR#>/folder_editor_images/rte-italic.png' alt='{$this->ipsclass->lang['js_tt_italic']}' title='{$this->ipsclass->lang['js_tt_italic']}' /></div></td>[/COLOR]
[COLOR=white]          <td><div class='rte-normal' id='fast-reply_cmd_underline'><img src='style_images/<#IMG_DIR#>/folder_editor_images/rte-underlined.png' alt='{$this->ipsclass->lang['js_tt_underline']}' title='{$this->ipsclass->lang['js_tt_underline']}' /></div></td>[/COLOR]
[COLOR=white]          <td><div class='rte-normal' id='fast-reply_cmd_createlink'><img src='style_images/<#IMG_DIR#>/folder_editor_images/rte-link-button.png' alt='{$this->ipsclass->lang['js_rte_lite_link']}' title='{$this->ipsclass->lang['js_rte_lite_link']}' /></div></td>[/COLOR]
[COLOR=white]          <td><div class='rte-normal' id='fast-reply_cmd_insertimage'><img src='style_images/<#IMG_DIR#>/folder_editor_images/rte-image-button.png' alt='{$this->ipsclass->lang['js_rte_lite_img']}' title='{$this->ipsclass->lang['js_rte_lite_img']}' /></div></td>[/COLOR]
[COLOR=white]          <td><div class='rte-normal' id='fast-reply_cmd_emoticon'><img src='style_images/<#IMG_DIR#>/folder_editor_images/rte-emo-button.png' alt='{$this->ipsclass->lang['js_tt_emoticons']}' title='{$this->ipsclass->lang['js_tt_emoticons']}' /></div></td>[/COLOR]
[COLOR=white]        </tr>[/COLOR]
[COLOR=white]      </table>[/COLOR]
[COLOR=white]    </td>[/COLOR]
 
[COLOR=white]    <td width='1%' align='right' nowrap='nowrap'>[/COLOR]
[COLOR=white]      <table cellpadding='0' cellspacing='0' width='100%'>[/COLOR]
[COLOR=white]        <tr>[/COLOR]
[COLOR=white]          <td><div class='rte-normal' id='fast-reply_cmd_ipb_quote'><img src='style_images/<#IMG_DIR#>/folder_editor_images/rte-quote-button.png' alt='{$this->ipsclass->lang['js_rte_lite_quote']}' title='{$this->ipsclass->lang['js_rte_lite_quote']}' /></div></td>[/COLOR]
[COLOR=white]          <td><div class='rte-normal' id='fast-reply_cmd_ipb_code'><img src='style_images/<#IMG_DIR#>/folder_editor_images/rte-code-button.png' alt='{$this->ipsclass->lang['js_rte_lite_code']}' title='{$this->ipsclass->lang['js_rte_lite_code']}' /></div></td>[/COLOR]
[COLOR=white]          <td>[/COLOR]
[COLOR=white]            <div class='rte-normal' id='fast-reply_resize_up' style='padding:0px;margin:0px;'><img src='style_images/<#IMG_DIR#>/folder_editor_images/rte-resize-up.gif' alt='' /></div>[/COLOR]
[COLOR=white]          <div class='rte-normal' id='fast-reply_resize_down' style='padding:0px;margin:0px;padding-top:1px'><img src='style_images/<#IMG_DIR#>/folder_editor_images/rte-resize-down.gif' alt='' title='' /></div>[/COLOR]
[COLOR=white]          </td>[/COLOR]
[COLOR=white]        </tr>[/COLOR]
[COLOR=white]      </table>[/COLOR]
[COLOR=white]    </td>[/COLOR]
 
[COLOR=white]<div style='padding-bottom:2px'>[/COLOR]
[COLOR=white]  <textarea style='margin:0px;padding:2px;width:98%' tabindex='3' name='Post' id='fast-reply_textarea' class='rte-iframe' cols='80' rows='15'>{$data['content']}</textarea>[/COLOR]
[COLOR=white]</div>[/COLOR]
 
[COLOR=white]      <td align='center' valign='middle' width='50%'>[/COLOR]
[COLOR=white]        <div style='padding:2px'>[/COLOR]
[COLOR=white]        <input type='submit' name='submit' value='Yeni Konu' class='button' tabindex='4' accesskey='s' />[/COLOR]
[COLOR=white]        <input type='submit' name='preview' value='Önizleme' class='button' tabindex='5' accesskey='f' />[/COLOR]
[COLOR=white]        <input type='button' name='mabsut' onclick="ShowHide('mabsut_open', 'mabsut_closed')" value='Kapat' class='button' tabindex='6' accesskey='c' />[/COLOR]
[COLOR=white]        </div>[/COLOR]
[COLOR=white]      </td>[/COLOR]
[COLOR=white]                 </tr>[/COLOR]
[COLOR=white]</table>[/COLOR]
 
 
 
[COLOR=white]</div>[/COLOR]
[COLOR=white]</div>[/COLOR]
[COLOR=white]</div>[/COLOR]
[COLOR=white]</form>[/COLOR]
[COLOR=white]<br />[/COLOR]
[COLOR=white]</div>[/COLOR]
[COLOR=white]<script type='text/javascript'>[/COLOR]
[COLOR=white]IPS_Lite_Editor['fast-reply'] = new ips_text_editor_lite('fast-reply');[/COLOR]
[COLOR=white]IPS_Lite_Editor['fast-reply'].init();[/COLOR]
[COLOR=white]IPS_Lite_Editor['fast-reply'].text_obj.style.height = '120px';[/COLOR]
[COLOR=white]</script>[/COLOR]
[COLOR=white]<!-- END QUICK TOPIC -->[/COLOR]

Kurulum bitti.

648quicktoptopicviewam8.jpg


Yeni konu aç diyoruz ve Quick Topic'i seçiyoruz ve hızlıca konu açıyoruz
 
Üst

Turkhackteam.org internet sitesi 5651 sayılı kanun’un 2. maddesinin 1. fıkrasının m) bendi ile aynı kanunun 5. maddesi kapsamında "Yer Sağlayıcı" konumundadır. İçerikler ön onay olmaksızın tamamen kullanıcılar tarafından oluşturulmaktadır. Turkhackteam.org; Yer sağlayıcı olarak, kullanıcılar tarafından oluşturulan içeriği ya da hukuka aykırı paylaşımı kontrol etmekle ya da araştırmakla yükümlü değildir. Türkhackteam saldırı timleri Türk sitelerine hiçbir zararlı faaliyette bulunmaz. Türkhackteam üyelerinin yaptığı bireysel hack faaliyetlerinden Türkhackteam sorumlu değildir. Sitelerinize Türkhackteam ismi kullanılarak hack faaliyetinde bulunulursa, site-sunucu erişim loglarından bu faaliyeti gerçekleştiren ip adresini tespit edip diğer kanıtlarla birlikte savcılığa suç duyurusunda bulununuz.