MyBB Depo Forum
tag cloud konu altındaki etiketleri gizleme - Baskı Önizleme

+- MyBB Depo Forum (https://mybbdepo.com)
+-- Forum: MyBB 1.6 Depo (https://mybbdepo.com/mybb-1-6-depo-forumu)
+--- Forum: MyBB 1.6 Çözülmüş Soru ve Sorunlar (https://mybbdepo.com/mybb-1-6-cozulmus-soru-ve-sorunlar-forumu)
+--- Konu Başlığı: tag cloud konu altındaki etiketleri gizleme (/tag-cloud-konu-altindaki-etiketleri-gizleme-konusu.html)

Sayfalar: 1 2 3


tag cloud konu altındaki etiketleri gizleme - absinthe1991 - 13-12-2012

resim

bunları bir ara gizlemiştimde şimdi nasıl yapıldığını unuttum bilen biri varmı


tag cloud konu altındaki etiketleri gizleme - SvMedeT - 13-12-2012

Merhaba absinthe1991,

Site adresinizi code tagleri içinde alabilirmiyim.


tag cloud konu altındaki etiketleri gizleme - absinthe1991 - 13-12-2012

site adresim http://islamiyetr.com/


tag cloud konu altındaki etiketleri gizleme - SvMedeT - 13-12-2012

Hocam, dediğiniz eklentinin ayarlarını bilmiyorum. Belki eklenti ayarlarından yapabilirsiniz.

Eğer iştediğiniz ayar yok işe;

Temanızın forumdisplay_thread şablonunun kodlarını burada paylaşırmısınız.


tag cloud konu altındaki etiketleri gizleme - absinthe1991 - 13-12-2012

<tr>
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt="{$folder_label}" title="{$folder_label}" /></td>
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%">{$icon}</td>
<td class="{$bgcolor}{$thread_type_class}">
{$attachment_count}
<div>
<span>{$prefix} {$gotounread}{$thread['threadprefix']}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</span>
<div class="author smalltext">{$thread['profilelink']}{$tags}</div>
</div>
</td>
<td align="center" class="{$bgcolor}{$thread_type_class}"><a href="javascript:MyBB.whoPosted({$thread['tid']});" rel="nofollow">{$thread['replies']}</a>{$unapproved_posts}</td>
<td align="center" class="{$bgcolor}{$thread_type_class}">{$thread['views']}</td>
{$rating}
<td class="{$bgcolor}{$thread_type_class}" style="white-space: nowrap; text-align: right;">
<span class="lastpost smalltext">{$lastpostdate} {$lastposttime}<br />
<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
</td>
{$modbit}
</tr>


buyrun kodlar bunlar


tag cloud konu altındaki etiketleri gizleme - SvMedeT - 13-12-2012

Diğer kodun yedeğini alıp bununla değiştirip kontrol edermisiniz.

Kod:
<tr>
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt="{$folder_label}" title="{$folder_label}" /></td>
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%">{$icon}</td>
<td class="{$bgcolor}{$thread_type_class}">
{$attachment_count}
<div>
<span>{$prefix} {$gotounread}{$thread['threadprefix']}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</span>
</div>
</td>
<td align="center" class="{$bgcolor}{$thread_type_class}"><a href="jMyBB.whoPosted({$thread['tid']});" rel="nofollow">{$thread['replies']}</a>{$unapproved_posts}</td>
<td align="center" class="{$bgcolor}{$thread_type_class}">{$thread['views']}</td>
{$rating}
<td class="{$bgcolor}{$thread_type_class}" style="white-space: nowrap; text-align: right;">
<span class="lastpost smalltext">{$lastpostdate} {$lastposttime}<br />
<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
</td>
{$modbit}
</tr>



tag cloud konu altındaki etiketleri gizleme - absinthe1991 - 14-12-2012

tamamdır halloldu teşekkürler yardım için


Cvp: tag cloud konu altındaki etiketleri gizleme - absinthe1991 - 14-12-2012

birde konuların üzerinde görünen etiket bulutu var onu nasıl gizleyebiilirim