..:: BİLGİ VADİSİ ::.. BİLGİ VADİSİ RSS   TWİTTER   BİLGİ VADİSİ FORUM FACE GRUBU  

Anasayfa Kimler Çevrimiçi Bugünkü Mesajlar Forumları Okundu Kabul Et
Geri git   ..:: BİLGİ VADİSİ ::.. > VBULLETİN DESTEK BÖLÜMÜ > VBULLETİN 3 SERİSİ > 3.X Tema Editlemeleri
Google

   

 
Konu Bilgileri
Konu Başlığı
3.6.x - 3.7.x Hide Hack - Sorunsuz - Türkçe Anlatım
Konudaki Cevap Sayısı
5
Şuan Bu Konuyu Görüntüleyenler
 
Görüntülenme Sayısı
957

 
 
Seçenekler Stil
Eski 28.08.08, 01:28   #1
makinist
 
makinist - ait Kullanıcı Resmi (Avatar)
Kullanıcı Bilgileri
 
Üye Numarası: 1
Üyelik tarihi: 16.07.2008
Nereden: Yalova
Yaşım: 46
Mesajlar: 4.211
Konular: 2124
Rep Bilgisi
Rep Gücü : 10
Rep Puanı : 1000
Rep Seviyesi : makinist isimli üye Tecrübe puanını kapatmıştır.
Aktivite
Level: 48 [♥ Bé-Yêu ♥♥ Bé-Yêu ♥♥ Bé-Yêu ♥♥ Bé-Yêu ♥♥ Bé-Yêu ♥]
Paylaşım: 119 / 1190
Güç: 1403 / 57165
Tecrübe: 61%

İletişim
bir 3.6.x - 3.7.x Hide Hack - Sorunsuz - Türkçe Anlatım

Öncelikle ftp adresimizde bazı dosyaları düzenlememiz gerekiyor; ancak ben bu dosyaların editlenmiş hâlini koydum dosyaya. Şimdi template editlemelerine geçelim.


Admincp > Biçimler & Şablonlar > Şablonu Değiştir >

editor_toolbar_on templatesinde ara:

PHP- Kodu:
$vBeditTemplate[extrabuttons
Üstüne ekle:

PHP- Kodu:
<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> 

MEMBERINFO templatesinde ara:


PHP- Kodu:
<if condition="$show['usernotes']"

Üstüne Ekle:


PHP- Kodu:
<if condition="$vboptions['enable_htnx_tag']">
<
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> 


postbit templatesinde ara:


PHP- Kodu:
<div>
$vbphrase[posts]: $post[posts]
 </
div

Altına Ekle:


PHP- Kodu:
<if condition="$vboptions['enable_htnx_tag'] AND in_array(THIS_SCRIPT, array('showthread', 'showpost', 'editpost'))">
<
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]&amp;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 templatesinde ara:


PHP- Kodu:
<div>
$vbphrase[posts]: $post[posts]
</
div

Üstüne Ekle:



PHP- Kodu:
<if condition="$vboptions['enable_htnx_tag'] AND in_array(THIS_SCRIPT, array('showthread', 'showpost', 'editpost'))">
<
div>
 <
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]&amp;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 templatesinde ara:


PHP- Kodu:
<if condition="$show['spacer']">
</
div>
$spacer_close
</if> 

Üstüne Ekle:


PHP- Kodu:
<table cellpadding="$stylevar[cellpadding]cellspacing="0" border="0" width="100%">
<
tr>
<
td class="alt1"><span class="smallfont">$thanks_bit</span></td>
</
tr>
</
table>
</
td>
</
tr>
</
table>
</if> 

SHOWTHREAD templatesinde ara:

PHP- Kodu:
return qr_prepare_submit(this$vboptions[postminchars]); 

Bunlarla Değiştir:

PHP- Kodu:
return qr_prepare_submit(this$vboptions[postminchars], <if condition="!$vboptions[enable_hrply_tag]">1<else />0</if>); 

showthread_quickreply ve postbit_quickedit templatelerinde ara:


PHP- Kodu:
<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- Kodu:
<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> 

Son olarak xml dosyasını ürün yöneticisinden import ediyoruz. ve upload klasörü içindeki dosyaları ftp mizdeki yerlerine atıyoruz.

Rar Şifresi: vb-destek.org


Sizlere bazı hide hack kodlarının kullanımı açıklayayım:


PHP- Kodu:
[HIDE] => Belli mesajı olan üyelerin gizli mesajı görmesini sağlar.
[
HIDE-REPLY] => Konuya cevap yazan üyelerin gizli mesajı görmesini sağlar.
[
HIDE-THANKS] => Konuya teşekkür eden üyelerin gizli mesajı görmesini sağlar


Alıntıdır
ww.uydulife.tv
Eklenmiş Dosya Eklentiyi Görebilmek için Konuya Teşekkürler Yazıp Sayfayı F5 İle Yenileyiniz...
__________________



LÜTFEN VERİLEN EMEĞE SAYGI DUYALIM


makinist isimli Üye şimdilik offline konumundadır   Alıntı ile Cevapla
 

Bookmarks

Etiketler
hide hack


Konuyu Toplam 1 Üye okuyor. (0 Kayıtlı üye ve 1 Misafir)
 

Yetkileriniz
Yeni Mesaj yazma yetkiniz Aktif değil dir.
Mesajlara Cevap verme yetkiniz aktif değil dir.
Eklenti ekleme yetkiniz Aktif değil dir.
Kendi Mesajınızı değiştirme yetkiniz Aktif değildir dir.

BB code is Açık
Smileler Açık
[IMG] Kodları Açık
HTML-KodlarıKapalı

Gitmek istediğiniz klasörü seçiniz


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Dizayn ve Kurulum : Makinist
Forum SEO by Zoints

E-Marine Education | Vbulletin | Tosfed |
www.bilgivadisi.biz   www.bilgivadisi.biz