Thank You Hack(Teşekkür Hack) 3.5.X

alper1990

New member
BenCesur' Alıntı:
Yok ordan değil. Postbit ve Postbit_legacy e eklenen kodlarıdaki Posts ve Times sözcüklerini değiştirmek gerekiyor. ve bu sözcükle sanırım her şablonda 5 er taneydi..

İşte altta (kırmızı olan sözcükler)

<if condition="$post[userid]">$vbphrase[posts]/$vbphrase[post_thanks_thanks]: $post[posts]/$post[post_thanks_user_amount] <br> <if condition="$post[post_thanks_thanked_times] == 1"> <phrase 1="$post[post_thanks_thanked_times] Time" 2="$post[post_thanks_thanked_posts] Post">$vbphrase[post_thanks_thanks_amount]</phrase> <else /> <if condition="$post[post_thanks_thanked_posts] == 1"> <phrase 1="$post[post_thanks_thanked_times] Times" 2="$post[post_thanks_thanked_posts] Post">$vbphrase[post_thanks_thanks_amount]</phrase> <else /> <phrase 1="$post[post_thanks_thanked_times] Times" 2="$post[post_thanks_thanked_posts] Posts">$vbphrase[post_thanks_thanks_amount]</phrase> </if> </if> </if>



Teşekkürler...:clap:




Onun sebebi ise Teşekkür düğmesini ./images/buttons klasörüne atmamış olabilirsin.. yada kodları eksik yazmış olabilirsin..

sağol arkadaşım cok yardımcı oldun valla ama şu mesaja yazısını kaldıramadım nerden bulcaz silcez bunu

Üyelik Tarihi: Sep 2006
Bulunduğu Yer: İZMİR
Mesajlar/Teşekkürler: 3/2
2 Mesajına Mesaja 3 Kere Teşekkür Edilmiş
 

strvrqpl

New member
" The Following User Says Thank You to XaQue For This Useful Post: Remove All Remove Your Thanks "

Peki Buton eklendikten Sonra Bu İngilizce Yazılar Nasıl Turkcelestırılecek Aradım Ama Bulamadım Yardımcı Olursanı Sewınırım... İyi Forumlar...
 

mucukmucuk

New member
arkadaşlar navbardaki kodu bulamadım ya allah aşkına yardım edin ..

Forumhome -->> Navbar -->> ????


Gerisi yoq :( Lütfen heLp
 

PasHasan

New member
Arkadaslar Benim şöyle bir sorum olucak. Herşey tamam güzel calisti fakat bende teşekkür butonu bozuq cikior yani '' x Thanks '' anlatabildim mi hane resimler acilamayinca basinda bir carpi oluo yaa öle yani.Bunu nasil halledebilirim.
 

fadex

New member
arkadaslar ben tesekkur butunun xml uzantısı olan dosyayı ımport ederken hata alıyorum sureklı bır turlu yukluyemedım yardımcı olun No file uploaded and no local file found. aldıgım hatada bu yardımlarını beklıyorum
 

a1a2a3

New member
ArkadaŞlar BÜyÜk Bİ YanliŞimiz Var VedİĞİİz Dosyadakİ Ek Ler De Bİ Sorun Var
M/t DeĞİl

M/ettİĞİn TeŞekkÜr

Ek Olarak Hackhell Dakİ TeŞekkÜr Xml Dosyasini Upload Edİp Verİrsenİz Bence Daha İyİ Olur YÖnetİcİlere Seslenİyorum Koskoca Bİ Sİteyİ YÖnetİyorlar Bİ Produckt İndİrmek Bu Kodarmi Zor Acaba !!!!!!!!!
 

mcersel

New member
post_thanks.gif dosyasını /images/buttons/ klasorune upload edin. Ardından .xml dosyasını upload edin. (admincp -> Plugin System -> Manage Products -> [Add/Import Product])


postbit ve postbit_lagacy templatelerinde alttakini bul

PHP:
$vbphrase[posts]: $post[posts]
alttaki ile değiştir

PHP:
<if condition="$post[userid]">$vbphrase[posts]/$vbphrase[post_thanks_thanks]: $post[posts]/$post[post_thanks_user_amount] <br> <if condition="$post[post_thanks_thanked_times] == 1"> <phrase 1="$post[post_thanks_thanked_times] Time" 2="$post[post_thanks_thanked_posts] Post">$vbphrase[post_thanks_thanks_amount]</phrase> <else /> <if condition="$post[post_thanks_thanked_posts] == 1"> <phrase 1="$post[post_thanks_thanked_times] Times" 2="$post[post_thanks_thanked_posts] Post">$vbphrase[post_thanks_thanks_amount]</phrase> <else /> <phrase 1="$post[post_thanks_thanked_times] Times" 2="$post[post_thanks_thanked_posts] Posts">$vbphrase[post_thanks_thanks_amount]</phrase> </if> </if> </if>
alttakini bul

PHP:
<!-- controls -->
hemen altına ekle

PHP:
$post_thanks_button
alttakini bul

PHP:
<!-- / post #$post[postid] -->
hemen altına ekle

PHP:
$post_thanks
navbar template inde alttakini bul

PHP:
<td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
hemen altına ekle

PHP:
</tr> <tr> <td class="vbmenu_option"><a href="search.php?do=findallthanks">$vbphrase[post_thanks_search]</a></td>
MEMBERINFO template inde alttakini bul

PHP:
$vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
alttaki ile değiştir

PHP:
$vbphrase[total_posts]/$vbphrase[post_thanks_total_thanks]: <strong>$userinfo[posts]/$userinfo[post_thanks_user_amount]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
<br>
<if condition="$userinfo[post_thanks_thanked_times] == 1">
<phrase 1="$userinfo[post_thanks_thanked_times] Time" 2="$userinfo[post_thanks_thanked_posts] Post">$vbphrase[post_thanks_thanks_amount]</phrase>
<else />
<if condition="$userinfo[post_thanks_thanked_posts] == 1">
<phrase 1="$userinfo[post_thanks_thanked_times] Times" 2="$userinfo[post_thanks_thanked_posts] Post">$vbphrase[post_thanks_thanks_amount]</phrase>
<else />
<phrase 1="$userinfo[post_thanks_thanked_times] Times" 2="$userinfo[post_thanks_thanked_posts] Posts">$vbphrase[post_thanks_thanks_amount]</phrase>
</if>
</if> </td>
</tr> </td>
</tr> <tr>
<td>
<a href="search.php?$session[sessionurl]do=findthanks&u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[post_thanks_search_user]</phrase></a>
dosyalar ektedir... Zip password: www.hackhell.com
 

MeynaQ

New member
O Yok Bu Yok Wella Çalıştı Emegine Sağlım Ama Teşekkür Butonuna Basıldımı Yenileniyor Sayfa Yenilenmeyeni Lazımdı Bana Simdi Hepsini Sil Yeniden Yükle İyimi:)Emege Saygı Ellerine Sağlık...
 
Üst