Eklentiyi İndirebilmek İçin Cevap Yaz Modifikasyonu

Started by cepalani, July 04, 2010, 09:48:13 AM

Previous topic - Next topic

cepalani

Herkese merhabalar öncelikle. Diğer forum sistemlerinde gördüğümüz bu özelliği artık smfde de uygulayabileceğiz.Zamanında smf için aramıştım ancak bulamamıştım. Sordum soruşturdum sonunda bulabildim. Öncelikle Hide Tag Special modunu kurunuz. Sorunsuz kuruldu ise;

/Themes/Temanız/Display.template.php de bulun:
// Assuming there are attachments...
if (!empty($message['attachment']))
{
echo '
<hr width="100%" size="1" class="hrcolor" />
<div style="overflow: auto; width: 100%;">';
foreach ($message['attachment'] as $attachment)
{
if ($attachment['is_image'])
{
if ($attachment['thumbnail']['has_thumb'])
echo '
<a href="', $attachment['href'], ';image" id="link_', $attachment['id'], '" onclick="', $attachment['thumbnail']['javascript'], '"><img src="', $attachment['thumbnail']['href'], '" alt="" id="thumb_', $attachment['id'], '" border="0" /></a><br />';
else
echo '
<img src="' . $attachment['href'] . ';image" alt="" width="' . $attachment['width'] . '" height="' . $attachment['height'] . '" border="0" /><br />';
}
echo '
<a href="' . $attachment['href'] . '"><img src="' . $settings['images_url'] . '/icons/clip.gif" align="middle" alt="*" border="0" />&nbsp;' . $attachment['name'] . '</a> (', $attachment['size'], ($attachment['is_image'] ? ', ' . $attachment['real_width'] . 'x' . $attachment['real_height'] . ' - ' . $txt['attach_viewed'] : ' - ' . $txt['attach_downloaded']) . ' ' . $attachment['downloads'] . ' ' . $txt['attach_times'] . '.)<br />';
}

echo '
</div>';
}


Bununla Değiştirin:
// Assuming there are attachments...
if (!empty($message['attachment']))
{
if(!($context['user_post_avaible'])){
echo'<fieldset><font color="red" size="3"<b>Dosyaları İndirebilmek İçin Cevap Yazınız veya Teşekkür Ediniz </b></font></fieldset> ';
}else{

echo '

<div style="overflow: auto; width: 100%;">';
echo'
<fieldset><legend><b>Eklenmiş Dosya</b></legend>';
foreach ($message['attachment'] as $attachment)
{
if ($attachment['is_image'])
{
if ($attachment['thumbnail']['has_thumb'])
echo '
<a href="', $attachment['href'], ';image" id="link_', $attachment['id'], '" onclick="', $attachment['thumbnail']['javascript'], '"><img src="', $attachment['thumbnail']['href'], '" alt="" id="thumb_', $attachment['id'], '" border="0" /></a><br />';
else
echo '
<img src="' . $attachment['href'] . ';image" alt="" width="' . $attachment['width'] . '" height="' . $attachment['height'] . '" border="0" /><br />';
}

echo '
<a href="' . $attachment['href'] . '"><img src="' . $settings['images_url'] . '/icons/clip.gif" align="middle" alt="*" border="0" />&nbsp;' . $attachment['name'] . '</a> (', $attachment['size'], ($attachment['is_image'] ? ', ' . $attachment['real_width'] . 'x' . $attachment['real_height'] . ' - ' . $txt['attach_viewed'] : ' - ' . $txt['attach_downloaded']) . ' ' . $attachment['downloads'] . ' ' . $txt['attach_times'] . '.)<br />';
}

echo '
</div>';
}
}


Kodlama bu kadar.Kendinize göre yazıyı veya eklenti görünümünü değiştirebilirsiniz.Thank-O-Matic modunu kurarak teşekkür edildiğinde de eklentinin görünmesini sağlayabilirsiniz.
Eklenti gizlemede ディン1031'nın verdiği bilgi temel alınmıştır.Yapamazsanız veya sorularınız olursa bu konu altında bildiriniz.

Eklenti Gizli Haldeyken Görünüm:


Eklenti Açıldıktan Sonraki Hali:


ottomanmurat

Linkler Ölmüş Acaba Smf 2.0.8 için varmı bu sistem olursa cok iyi olur teşekkürler


ottomanmurat

Hocam Bu link için degil eklenti gizleme yani biri siteye birşey ekleyince onu açıyor

cee山

Quote from: ottomanmurat on July 21, 2014, 07:15:48 PM
Hocam Bu link için degil eklenti gizleme yani biri siteye birşey ekleyince onu açıyor
konu başlığı : Eklentiyi İndirebilmek İçin Cevap Yaz Modifikasyonu

:D buyur : http://custom.simplemachines.org/mods/index.php?mod=2953   ,   http://custom.simplemachines.org/mods/index.php?mod=2861 

işinizi görmez ise konudan devam edin. :) k.gelsin


etikom

Merhaba,

Öncelikle konu için çok teşekkürler. Fakat bu konuda verilen eklentilerin yada kodların hiçbiri smf son sürüm ile uyumlu çalışmıyor. Default temada maalesef hata veriyorlar.

Bana şöyle birşey lazım; "Konuya eklediğimiz linkleri sadece cevap yazanlar görsün" istiyorum. Bu mümkün mü?

f5blog

hxxp:webtaki.com/samsung-smart-tv-4a-uydu-kanal-listesi/ [nonactive] buradaki gibi bir eklenti nasıl yapabiliriz bu konuda yardımcı olabilecek varmı acaba?

ottomanmurat

CeeMoo dediklerin  sadece üye olmayanlar için ben buldum oldu ama su sorun var her link ekledigimizde hide kodlari girmek gerek şunu yapmak istiyorum eski linkleri de otomatik gizlesin eklenti yada yapacagımız manual kurulumla. varmdır böyle birşey



akaewn


Advertisement: