FaLCoN_TiGeR
∂єѕιgη ву ƒαℓ¢ση
Öncelikle ekte vermiş olduğum dosyaları ftp deki dosyalarla değiştiriniz.
Admincp > Biçimler Şablonlar >Editliyecegimiz Temayı Acıyoruz
Temanın
editor_toolbar_on templesini acıyoruz
Bunu bul
Üstüne ekle
memberinfo templesini acıyoruz
Bul
Üstüne ekle
posbit templesini acıyoruz
Bul
Altına ekle
postbit_legacy templesini acıyoruz
Bul
postbit_wrapper templesini acıyoruz
bul
üstüne ekle
SHOWTHREAD templesini acıyoruz
Bul
Bununla degiştir
showthread_quickreply, postbit_quickedit bu ıkı teplette
bul
altına ekle
en son olarak xml dosyasını urun yonetıcısınden ımport edip images klasorlerını ftp de yerlerıne yukledıgımızde hide hack sorunsuz kullanıma hazır.
Eklentiyi İndiR.
Rar Şifresi: hackhell.com
Admincp > Biçimler Şablonlar >Editliyecegimiz Temayı Acıyoruz
Temanın
editor_toolbar_on templesini acıyoruz
Bunu bul
PHP:
$vBeditTemplate[extrabuttons]
Üstüne ekle
PHP:
<if condition="in_array(THIS_SCRIPT, array('newthread', 'newreply', 'editpost'))">
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<if condition="$vboptions[enable_hide_tag]"><td><div class="imagebutton" id="{$editorid}_cmd_wrap0_hide"><img src="$stylevar[imgdir_editor]/hide.gif" width="41" height="20" alt="$vbphrase[wrap_hide_tags]" /></div></td></if>
<if condition="$vboptions[enable_showtogroups_tag]"><td><div class="imagebutton" id="{$editorid}_cmd_wrap0_showtogroups"><img src="$stylevar[imgdir_editor]/showtogroups.gif" width="31" height="20" alt="$vbphrase[wrap_showtogroups_tags]" /></div></td></if>
<if condition="$vboptions[enable_htnx_tag]"><td><div class="imagebutton" id="{$editorid}_cmd_wrap0_hide-thanks"><img src="$stylevar[imgdir_editor]/htnx.gif" width="41" height="20" alt="$vbphrase[wrap_htnx_tags]" /></div></td></if>
<if condition="$vboptions[enable_hrply_tag]"><td><div class="imagebutton" id="{$editorid}_cmd_wrap0_hide-reply"><img src="$stylevar[imgdir_editor]/hrply.gif" width="41" height="20" alt="$vbphrase[wrap_hrply_tags]" /></div></td></if>
</if>
memberinfo templesini acıyoruz
Bul
PHP:
<if condition="$show['usernotes']">
Üstüne ekle
PHP:
<if condition="$vboptions['enable_htnx_tag']">
PHP:
<div class="fieldset">
<div style="padding:$stylevar[formspacer]px">
<img src='$stylevar[imgdir_misc]/thanks.gif' alt="$vbphrase[total_thanks_received]" border="0" /> = $thanks_count
</div>
</div>
</if>
posbit templesini acıyoruz
Bul
PHP:
<div>
PHP:
$vbphrase[posts]: $post[posts]
</div>
Altına ekle
PHP:
<if condition="$vboptions['enable_htnx_tag'] AND in_array(THIS_SCRIPT, array('showthread', 'showpost', 'editpost'))">
PHP:
<div>
<if condition="$bbuserinfo['userid'] == $post['userid'] OR in_array($post['postid'], $hidetag['said_thanks'])">
<img src='$stylevar[imgdir_misc]/thanks.gif' alt="" border="0" />
<else />
<a href="showthread.php?t=$post[threadid]&thanks=$post[postid]"><img src='$stylevar[imgdir_misc]/thanks.gif' alt="$vbphrase[say_thank_you]" border="0" /></a>
</if> = $post_thanks_count $vbphrase[for_this_post] / $user_thanks_count $vbphrase[total]
</div>
</if>
postbit_legacy templesini acıyoruz
Bul
PHP:
<div>
PHP:
$vbphrase[posts]: $post[posts]
</div>
PHP:
<if condition="$vboptions['enable_htnx_tag'] AND in_array(THIS_SCRIPT, array('showthread', 'showpost', 'editpost'))">
PHP:
<br />
<if condition="$bbuserinfo['userid'] == $post['userid'] OR in_array($post['postid'], $hidetag['said_thanks'])">
<img src='$stylevar[imgdir_misc]/thanks.gif' alt="" border="0" />
<else />
<a href="showthread.php?t=$post[threadid]&thanks=$post[postid]"><img src='$stylevar[imgdir_misc]/thanks.gif' alt="$vbphrase[say_thank_you]" border="0" /></a>
</if> =
<br />
<strong>$post_thanks_count</strong> $vbphrase[for_this_post],<br />
<strong>$user_thanks_count</strong> $vbphrase[total]
</div>
</if>
postbit_wrapper templesini acıyoruz
bul
PHP:
<if condition="$show['spacer']">
PHP:
</div>
$spacer_close
</if>
üstüne ekle
PHP:
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%">
PHP:
<tr>
<td class="alt1"><span class="smallfont">$thanks_bit</span></td>
</tr>
</table>
</td>
</tr>
</table>
</if>
SHOWTHREAD templesini acıyoruz
Bul
PHP:
return qr_prepare_submit(this, $vboptions[postminchars]);
Bununla degiştir
PHP:
return qr_prepare_submit(this, $vboptions[postminchars], <if condition="!$vboptions[enable_hrply_tag]">1<else />0</if>);
showthread_quickreply, postbit_quickedit bu ıkı teplette
bul
PHP:
<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_quote"><img src="$stylevar[imgdir_editor]/quote.gif" width="21" height="20" alt="$vbphrase[wrap_quote_tags]" /></div></td>
altına ekle
PHP:
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
PHP:
<if condition="$vboptions[enable_hide_tag]"><td><div class="imagebutton" id="{$editorid}_cmd_wrap0_hide"><img src="$stylevar[imgdir_editor]/hide.gif" width="41" height="20" alt="$vbphrase[wrap_hide_tags]" /></div></td></if>
<if condition="$vboptions[enable_showtogroups_tag]"><td><div class="imagebutton" id="{$editorid}_cmd_wrap0_showtogroups"><img src="$stylevar[imgdir_editor]/showtogroups.gif" width="31" height="20" alt="$vbphrase[wrap_showtogroups_tags]" /></div></td></if>
<if condition="$vboptions[enable_htnx_tag]"><td><div class="imagebutton" id="{$editorid}_cmd_wrap0_hide-thanks"><img src="$stylevar[imgdir_editor]/htnx.gif" width="41" height="20" alt="$vbphrase[wrap_htnx_tags]" /></div></td></if>
<if condition="$vboptions[enable_hrply_tag]"><td><div class="imagebutton" id="{$editorid}_cmd_wrap0_hide-reply"><img src="$stylevar[imgdir_editor]/hrply.gif" width="41" height="20" alt="$vbphrase[wrap_hrply_tags]" /></div></td></if>
en son olarak xml dosyasını urun yonetıcısınden ımport edip images klasorlerını ftp de yerlerıne yukledıgımızde hide hack sorunsuz kullanıma hazır.
Eklentiyi İndiR.
Rar Şifresi: hackhell.com