07-24-2014, 10:26 PM
Admin KP - Şablon & Stil - Şablonlar - Kullandığınız Tema - Forum Görüntüleme Şablonları - Forumdisplay_thread şablonuna giriyoruz aşağıdaki kodu buluyoruz..
Aşağıdaki kod ile değiştiriyoruz..

Not -> Aşağıdaki linkten resimleri indirip anadizin'e atmanız gerekmektedir..
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 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>
Aşağıdaki kod ile değiştiriyoruz..
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}">
<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="images/paylas/icon-facebook.png" title="Face Book" align="right"></a>
<a href="http://twitter.com/home?status={$mybb->settings['bburl']}/{$thread['threadlink']}" target=_blank>
<img src="images/paylas/icon-twitter.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="images/paylas/google.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>

Not -> Aşağıdaki linkten resimleri indirip anadizin'e atmanız gerekmektedir..
Kod:
http://www73.zippyshare.com/v/18682619/file.html
eXpertBoss
☪