0
EXE RANK
Kafle
Fexe Kullanıcısı
Görüntü:

Kurulum:Admin Kp>Şablon & Stil>Şablonlar>Temanız>Forum Görüntüleme Şablonlar>forumdisplay_thread İçindeki Kodları Silin Alttaki Kodları Yapıştırın;
Kod:
<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}">
<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']}
<a href="http://www.facebook.com/sharer.php?u={$mybb->settings['bburl']}/{$thread['threadlink']}" target=_blank>
<img src="http://img39.imageshack.us/img39/7271/iconfacebookmb.png" title="Face Book" align="right"></a>
<a href="http://twitter.com/home?status={$mybb->settings['bburl']}/{$thread['threadlink']}" target=_blank>
<img src="http://img138.imageshack.us/img138/6068/icontwittery.png" title="Twitter" align="right"></a>
<a href="http://www.google.com.tr/search?hl=tr&q={$thread['subject']}" rel="nofollow" target="_blank" title="{$thread['subject']}: Konusunu Google Dizinlerinde Ara/Bul">
<img src="http://img248.imageshack.us/img248/7330/googledg.png" title="Google" align="right"></a>
</span>{$attachment_count}
<div class="author smalltext">{$thread['profilelink']}</div>
</div>
</td>
<td align="center" class="{$bgcolor}{$thread_type_class}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$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>