MyBB Depo Forum

Orjinalini görmek için tıklayınız: Konu bilgilerini grafik ile oval nasıl yaparım?
Şu anda (Arşiv) modunu görüntülemektesiniz. Orjinal Sürümü Görüntüle internal link
Sayfalar: 1 2
Arkadaşlar 2 defa bununla ilgili konu açtım ama arkadaşlar anlatamadığım için herkez bana oval yapma kodunu veriyor. Son kez ayrıntılı bir şekilde anlatarak şu sorunumu bu sefer halletmek istiyorum.

Aşağıdaki resim WarRockTube sitesinden alınmıştır. Burada kırmızı işaretli yerlerde gördüğünüz gibi oval, oval ama bir kodla köşeleri oval olmuş değil kendisi zaten bir oval olan bir resim(thead).

resim

Aşağıdakide benim WarFace Online sitemden alınmış bir resim. Aşağıda kırmızı yerlerde gösterdiğim yerlerin

resim

Aşağıdaki gibi olmasını istiyorum. Nasıl yapıcam. Ana sayfamdaki alt forumların hepsinde aşağıdaki gibi fakat konu bilgileri kısmındaki yerler böyle değil.

resim

Bu sefer iyi anlattığımı düşünüyorum. Bu olamış birşey değil birçok sitede böyle. Lütfen bilen biri söylesin. Bunu bu sefer halledeyim. Şimdiden teşekkürler.
Yaklaşık 2 yıl kadar önce bunun nasıl yapıldığını anlatmıştım..

http://destek.mybb.com.tr/showthread.php?tid=445

Üsteki konuda yer alan yorumlarıda okumayı ihmal etmeyiniz.
Eğer ben yanlış anlamadıysam, herkes yine yanlış anlamış. Göz kırpma
Arkadaşın temasının sadece forumdisplay ve konu gösteriminin bir kısmı oval.. Anasayfadaki gibi forumdisplay ve konu gösterimi sayfalarının da köşelerin kesik şekilde olmasını istiyor.
(10-01-2013, Saat:20:15)xpserkan Adlı Kullanıcıdan Alıntı: [ -> ]Yaklaşık 2 yıl kadar önce bunun nasıl yapıldığını anlatmıştım..

http://destek.mybb.com.tr/showthread.php?tid=445

Üsteki konuda yer alan yorumlarıda okumayı ihmal etmeyiniz.

Serkan Hocam, sizin atmış olduğunuz konudaki anlatımın tamamı şuan sitemde doğru mevcut. Aşağıdaki ana sayfamdan görüntüye bakarsanız eğer ana sayfamdaki bütün alt forumların hepsinde kenarlar istediğim gibi yani burada sıkıntı yok.

resim

Fakat diyelimki bir konu açtık. Yorum yazdığım yerde var fakat "Konu bilgileri kısmında Yok". İşte anlatmak istediğim sorun bu.

resim

(10-01-2013, Saat:21:00)devmybb Adlı Kullanıcıdan Alıntı: [ -> ]Eğer ben yanlış anlamadıysam, herkes yine yanlış anlamış. Göz kırpma
Arkadaşın temasının sadece forumdisplay ve konu gösteriminin bir kısmı oval.. Anasayfadaki gibi forumdisplay ve konu gösterimi sayfalarının da köşelerin kesik şekilde olmasını istiyor.

resim
showthread şanlonuna ait kodları buraya ekleyin yapalım hocam..
(10-01-2013, Saat:22:43)xpserkan Adlı Kullanıcıdan Alıntı: [ -> ]showthread şanlonuna ait kodları buraya ekleyin yapalım hocam..

Buyrun Hocam.

Kod:
<html>
<head>

<title>{$thread['subject']} - {$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
    var quickdelete_confirm = "{$lang->quickdelete_confirm}";
// -->
</script>
<script type="text/javascript" src="jscripts/thread.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/thankyoulike.js?ver=150"></script>
<script type="text/javascript">
<!--
    var tylEnabled = "{$mybb->settings['g33k_thankyoulike_enabled']}";
    var tylCollapsible = "{$mybb->settings['g33k_thankyoulike_collapsible']}";
    var tylUser = "{$mybb->user['uid']}";
-->
</script>
</head>
<body>
    {$header}<br />
    {$pollbox}

    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">
        <tr>
            <td class="thead" align="center"><h2 class="title"><strong>{$thread['threadprefix']}{$thread['subject']}</strong></h2></td>
        </tr>
        <tr>
            <td class="tcat smalltext">
                <div style="text-align: center;">
<span class="smalltext"><img src="{$theme['imgdir']}/icons/user.gif" style="vertical-align: middle;" alt="Yazar" height="16" width="16" border="0" />&nbsp;{$lang->konu_user} <b>$thread[username]</b> - <img src="{$theme['imgdir']}/icons/okunma.png" style="vertical-align: middle;" height="16" width="16" alt="Görüntüleme - Okunma" border="0" />&nbsp;{$lang->konu_view} <b>$thread[views]</b> - <img src="images/icons/yorum.png" style="vertical-align: middle;" border="0" height="16" width="16" alt="Yorum" />&nbsp;{$lang->konu_posts} <b>$thread[replies]</b></span>    
                </div>
            </td>
        </tr>
        <tr>

            <td class="trow1">
<div style="margin-top: 13px; padding-right: 10px;" class="float_right">
<a href="http://www.google.com.tr/search?hl=tr&q=$thread[subject]" class="google_ara smalltext" target="_blank" title="$thread[subject]: Konusunu Google Dizinlerinde Ara/Bul"></a>
<a href="http://www.bing.com/search?q=$thread[subject]" class="bing_ara smalltext" target="_blank" title="$thread[subject]: Konusunu Msn Search (Bing) Dizinlerinde Ara/Bul"></a>
<a href="http://search.yahoo.com/search?p=$thread[subject]" class="yahoo_ara smalltext" target="_blank" title="$thread[subject]: Konusunu Yahoo! Dizinlerinde Ara/Bul"></a>
</div>
<table cellspacing='0' cellpadding='0' width='120' border='0'>
<tr>{$lang->kalite}<span style='font-weight:bold; font-size:9px; color:crimson'> % $kalite</span>
<td width='3' height='13' class='nopad'><img width='3' height='13' src='images/kalite/img_left.gif' alt='' /></td>
<td width='114' height='13' class='nopad' style='line-height: 13px;background: url(images/kalite/img_backing.gif) repeat-x top left;text-align: left;'><img src='images/kalite/green.gif' width="$kalite" height='9' alt='' /><img src='images/kalite/mp.gif' height='9' alt='' /></td>
<td width='3' height='13' class='nopad'><img width='3' height='13' src='images/kalite/img_right.gif' alt='' /></td>
</tr></table><div style="padding: 2px 130px; margin-top: -25px;">
<a rel="nofollow" href="printthread.php?tid={$tid}" class="yazdir smalltext">{$lang->view_printable}</a>
&nbsp;<a rel="nofollow" href="sendthread.php?tid={$tid}" class="ark_gonder smalltext">{$lang->send_thread}</a>
&nbsp;<a rel="nofollow" href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}" class="abone_{$add_remove_subscription} smalltext">{$add_remove_subscription_text}</a>
                </div>
            </td>
        </tr>
        <tr>
            <td class="trow2">
                <div style="float: left; margin: 0px 0px;">
                    {$newreply}{$newthread}
                </div>
                <div style="float: right; margin: 0px 0px;">
                    {$multipage}
                </div>
            </td>
        </tr>

<tr>
<td class="trow1">
<!-- AddThis Button BEGIN --><div style="float: left;">
<div class="addthis_toolbox addthis_default_style ">
<a rel="nofollow" class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a rel="nofollow" class="addthis_button_tweet"></a>
<a rel="nofollow" class="addthis_button_google_plusone" g:plusone:size="medium"></a>
</div></div><!-- AddThis Button END -->
{$ratethread}
</td>


        <tr>
            <td class="tfoot"> </td>
        </tr>
    </table>
    <br />
    
<table class="tborder" border="0" cellpadding="4" cellspacing="1">
<tbody>
<tr>
<td class="trow1 smalltext">
{$usersbrowsing}
</td>
</tr>
</tbody></table>

<div id="posts" style="margin: 0px 0px;">
        {$posts}
    </div>



    <br />
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
        <tr>
            <td colspan="2" class="thead">
                {$search_thread}
                <div style="margin-top: 2px;">
                    <strong>&laquo; <a rel="nofollow" href="{$next_oldest_link}"><font color="white">{$lang->next_oldest}</font></a> | <a rel="nofollow" href="{$next_newest_link}"><font color="white">{$lang->next_newest}</font></a> &raquo;</strong>
                </div>
            </td>
        </tr>
        <tr>
            <td class="trow1">
                <div style="float: left; margin: 1px 0px;">
                    {$newreply}{$newthread}
                </div>
                <div style="float: right; margin: 1px 0px;">
                    {$multipage}
                </div>
            </td>
        </tr>
        <tr>
            <td class="tfoot"> </td>
        </tr>
    </table>
    {$quickreply}
    {$threadexbox}
    <br />
<table class="tborder" style="clear: both;" border="0" cellpadding="4" cellspacing="1">
<tr>
<td class="thead" colspan="2"><div><strong>{$lang->konu_arac}</strong></div></td>
</tr>
<tbody>
<tr>
<td class="trow2" width="130"><img src="images/arac/link-icon.png" alt="{$thread['subject']} Konusunun Linki " border="0" style="vertical-align: middle;"><b> Direkt Link</b></td>
<td class="trow2"><input class="textbox" name="url" title="{$thread['subject']}: Konusuna Ait Konu Linki." value="{$mybb->settings['bburl']}/{$navbits[4]['url']}" onclick="this.select();" size="99" type="text"></td>
</tr>
<tr>
<td class="trow1" width="130"><img src="images/arac/html-icon.png" alt="{$thread['subject']} Konusunun HTML Kodu " border="0" style="vertical-align: middle;"><b> HTML Link</b></td>
<td class="trow1"><input class="textbox" name="html" title="{$thread['subject']}: Konusunu Bloğunuzda Paylaşmak İçin Kodu Kopyalayınız." value="&lt;a href=&quot;{$mybb->settings['bburl']}/{$navbits[4]['url']}&quot;&gt;{$thread['subject']}&lt;/a&gt;" onclick="this.select();" size="99" type="text"></td>
</tr>
<tr>
<td class="trow2" width="130"><img src="images/arac/mykod-icon.png" alt="{$thread['subject']} Konusu BBCode Linki" border="0" style="vertical-align: middle;"><b> BBCode Link</b></td>
<td class="trow2"><input class="textbox" name="bbcode" title="{$thread['subject']}: Konusunu Forumunuzda Paylaşmak İçin Kodu Kopyalayınız." value="[url={$mybb->settings['bburl']}/{$navbits[4]['url']}]{$thread['subject']}[/url]" onclick="this.select();" size="99" type="text"></td>
</tr>
<tr>
<td class="trow1" width="130"><img src="images/arac/paylas-icon.png" alt="{$thread['subject']} Konusunu Paylaş" border="0" style="vertical-align: middle;"> <b> Sosyal Paylaş</b></td>
<td class="trow1">
<div class="sosyal-paylasDiv"><ul class="sosyal-paylas">
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://net.sabah.com.tr/net?shareUrl='+encodeURIComponent(location.href)); return false;" class="netSabah" title="Sabah net"><span>Sabah net</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://www.google.com/bookmarks/mark?op=edit&amp;bkmk='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title)+'&amp;source=Fotomac', 'google','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600'); return false;" class="google" title="google"><span>google</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(location.href), 'facebook','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600'); return false;" class="facebook" title="facebook"><span>facebook</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://digg.com/submit?phase=2&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title), 'digg','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600'); return false;" class="digg" title="digg"><span>digg</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://twitter.com/?status='+encodeURIComponent(location.href), 'twitter','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600'); return false;" class="twiter" title="twiter"><span>twiter</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u='+encodeURIComponent(location.href), 'yahoo','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600'); return false;" class="yahoo" title="yahoo"><span>yahoo</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://www.mixx.com/submit/story?title='+encodeURIComponent(document.title)+'&amp;page_url='+encodeURIComponent(location.href), 'mixx','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600'); return false;" class="mixx" title="mixx"><span>mixx</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://www.stumbleupon.com/submit?url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title), 'stumbleupon','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600'); return false;" class="stumbleupon" title="stumbleupon"><span>stumbleupon</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://del.icio.us/post?url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title), 'delicious','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600'); return false;" class="delicious" title="delicious"><span>delicious</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://reddit.com/submit?url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title), 'reddit','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600'); return false;" class="reddit" title="reddit"><span>reddit</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://www.myspace.com/index.cfm?fuseaction=postto&amp;u='+encodeURIComponent(location.href)+'&amp;t='+encodeURIComponent(document.title), 'MySpace','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600'); return false;" class="myspace" title="myspace"><span>myspace</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://friendfeed.com/share/bookmarklet/frame#url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title), 'friendfeed','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600'); return false;" class="friendfeed" title="friendfeed"><span>friendfeed</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://www.google.com/reader/link?url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title), 'buzz','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600');return false;" class="buzz" title="google buzz"><span>google buzz</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://www.linkedin.com/shareArticle?mini=true&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title)+'&amp;summary='+encodeURIComponent(document.title),'linkedin','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600');return false;" class="linkedin" title="linkedin"><span>linkedin</span></a></li>
</ul></div></td>
</tr>
</tbody></table>
{$similarthreads}
<br />
<table class="tborder" border="0" cellpadding="4" cellspacing="1">
<tbody><tr>
<td class="thead"><strong>{$lang->konu_anahtar}</strong></td>
</tr>
<tr>
<td class="trow1">
<p align="left"><a href="{$mybb->settings['bburl']}/{$navbits[4]['url']}">{$thread['subject']} indir</a>, <a href="{$mybb->settings['bburl']}/{$navbits[4]['url']}">{$thread['subject']} Videosu</a>, <a href="{$mybb->settings['bburl']}/{$navbits[4]['url']}">{$thread['subject']} online izle</a>, <a href="{$mybb->settings['bburl']}/{$navbits[4]['url']}">{$thread['subject']} Bedava indir</a>, <a href="{$mybb->settings['bburl']}/{$navbits[4]['url']}">{$thread['subject']} Yükle</a>, <a href="{$mybb->settings['bburl']}/{$navbits[4]['url']}">{$thread['subject']} Hakkında</a>, <a href="{$mybb->settings['bburl']}/{$navbits[4]['url']}">{$thread['subject']} nedir</a>, <a href="{$mybb->settings['bburl']}/{$navbits[4]['url']}">{$thread['subject']} Free indir</a>, <a href="{$mybb->settings['bburl']}/{$navbits[4]['url']}">{$thread['subject']} oyunu</a>, <a href="{$mybb->settings['bburl']}/{$navbits[4]['url']}">{$thread['subject']} download</a></p>
</td>
</tr>
</tbody></table>
<br />
<table class="tborder" border="0" cellpadding="4" cellspacing="1">
<tbody>
<tr>
<td class="trow1 smalltext">
{$usersbrowsing}
</td>
</tr>
</tbody></table>
<br />
    <div class="float_right" style="text-align: right;">
        {$moderationoptions}
        {$forumjump}
    </div>
    <br style="clear: both;" />
    {$footer}
</body>
</html>
Aşağıdaki kodları komple showthread şablonu ile değişin, muhtemelen isteiğiniz olacaktır.
Bu arada işlem yapmadan önce, showthread şablonunun yedeğini almayı unutmayın.
Kod:
<html>
<head>

<title>{$thread['subject']} - {$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
    var quickdelete_confirm = "{$lang->quickdelete_confirm}";
// -->
</script>
<script type="text/javascript" src="jscripts/thread.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/thankyoulike.js?ver=150"></script>
<script type="text/javascript">
<!--
    var tylEnabled = "{$mybb->settings['g33k_thankyoulike_enabled']}";
    var tylCollapsible = "{$mybb->settings['g33k_thankyoulike_collapsible']}";
    var tylUser = "{$mybb->user['uid']}";
-->
</script>
</head>
<body>
    {$header}<br />
    {$pollbox}
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="images/theadl.png" alt="" /></td>
<td class="orta1" style="white-space:nowrap;" align="center"><h2 class="title"><strong>{$thread['threadprefix']}{$thread['subject']}</strong></h2></td>
<td><img src="images/orta2.png" alt="" /></td>
<td class="thead2"></td>
<td><img src="images/theadr.png" alt="" /></td>
</tr>
</table>
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">
        <tr>
            <td class="tcat smalltext">
                <div style="text-align: center;">
<span class="smalltext"><img src="{$theme['imgdir']}/icons/user.gif" style="vertical-align: middle;" alt="Yazar" height="16" width="16" border="0" />&nbsp;{$lang->konu_user} <b>$thread[username]</b> - <img src="{$theme['imgdir']}/icons/okunma.png" style="vertical-align: middle;" height="16" width="16" alt="Görüntüleme - Okunma" border="0" />&nbsp;{$lang->konu_view} <b>$thread[views]</b> - <img src="images/icons/yorum.png" style="vertical-align: middle;" border="0" height="16" width="16" alt="Yorum" />&nbsp;{$lang->konu_posts} <b>$thread[replies]</b></span>    
                </div>
            </td>
        </tr>
        <tr>

            <td class="trow1">
<div style="margin-top: 13px; padding-right: 10px;" class="float_right">
<a href="http://www.google.com.tr/search?hl=tr&q=$thread[subject]" class="google_ara smalltext" target="_blank" title="$thread[subject]: Konusunu Google Dizinlerinde Ara/Bul"></a>
<a href="http://www.bing.com/search?q=$thread[subject]" class="bing_ara smalltext" target="_blank" title="$thread[subject]: Konusunu Msn Search (Bing) Dizinlerinde Ara/Bul"></a>
<a href="http://search.yahoo.com/search?p=$thread[subject]" class="yahoo_ara smalltext" target="_blank" title="$thread[subject]: Konusunu Yahoo! Dizinlerinde Ara/Bul"></a>
</div>
<table cellspacing='0' cellpadding='0' width='120' border='0'>
<tr>{$lang->kalite}<span style='font-weight:bold; font-size:9px; color:crimson'> % $kalite</span>
<td width='3' height='13' class='nopad'><img width='3' height='13' src='images/kalite/img_left.gif' alt='' /></td>
<td width='114' height='13' class='nopad' style='line-height: 13px;background: url(images/kalite/img_backing.gif) repeat-x top left;text-align: left;'><img src='images/kalite/green.gif' width="$kalite" height='9' alt='' /><img src='images/kalite/mp.gif' height='9' alt='' /></td>
<td width='3' height='13' class='nopad'><img width='3' height='13' src='images/kalite/img_right.gif' alt='' /></td>
</tr></table><div style="padding: 2px 130px; margin-top: -25px;">
<a rel="nofollow" href="printthread.php?tid={$tid}" class="yazdir smalltext">{$lang->view_printable}</a>
&nbsp;<a rel="nofollow" href="sendthread.php?tid={$tid}" class="ark_gonder smalltext">{$lang->send_thread}</a>
&nbsp;<a rel="nofollow" href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}" class="abone_{$add_remove_subscription} smalltext">{$add_remove_subscription_text}</a>
                </div>
            </td>
        </tr>
        <tr>
            <td class="trow2">
                <div style="float: left; margin: 0px 0px;">
                    {$newreply}{$newthread}
                </div>
                <div style="float: right; margin: 0px 0px;">
                    {$multipage}
                </div>
            </td>
        </tr>

<tr>
<td class="trow1">
<!-- AddThis Button BEGIN --><div style="float: left;">
<div class="addthis_toolbox addthis_default_style ">
<a rel="nofollow" class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a rel="nofollow" class="addthis_button_tweet"></a>
<a rel="nofollow" class="addthis_button_google_plusone" g:plusone:size="medium"></a>
</div></div><!-- AddThis Button END -->
{$ratethread}
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="images/altl.png" alt="" /></td>
<td class="tfoot2"></td>
<td><img src="images/altr.png" alt="" /></td>
</table>
<br />
    
<table class="tborder" border="0" cellpadding="4" cellspacing="1">
<tbody>
<tr>
<td class="trow1 smalltext">
{$usersbrowsing}
</td>
</tr>
</tbody></table>

<div id="posts" style="margin: 0px 0px;">
        {$posts}
    </div>



    <br />
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
        <tr>
            <td colspan="2" class="thead">
                {$search_thread}
                <div style="margin-top: 2px;">
                    <strong>&laquo; <a rel="nofollow" href="{$next_oldest_link}"><font color="white">{$lang->next_oldest}</font></a> | <a rel="nofollow" href="{$next_newest_link}"><font color="white">{$lang->next_newest}</font></a> &raquo;</strong>
                </div>
            </td>
        </tr>
        <tr>
            <td class="trow1">
                <div style="float: left; margin: 1px 0px;">
                    {$newreply}{$newthread}
                </div>
                <div style="float: right; margin: 1px 0px;">
                    {$multipage}
                </div>
            </td>
        </tr>
        <tr>
            <td class="tfoot"> </td>
        </tr>
    </table>
    {$quickreply}
    {$threadexbox}
    <br />
<table class="tborder" style="clear: both;" border="0" cellpadding="4" cellspacing="1">
<tr>
<td class="thead" colspan="2"><div><strong>{$lang->konu_arac}</strong></div></td>
</tr>
<tbody>
<tr>
<td class="trow2" width="130"><img src="images/arac/link-icon.png" alt="{$thread['subject']} Konusunun Linki " border="0" style="vertical-align: middle;"><b> Direkt Link</b></td>
<td class="trow2"><input class="textbox" name="url" title="{$thread['subject']}: Konusuna Ait Konu Linki." value="{$mybb->settings['bburl']}/{$navbits[4]['url']}" onclick="this.select();" size="99" type="text"></td>
</tr>
<tr>
<td class="trow1" width="130"><img src="images/arac/html-icon.png" alt="{$thread['subject']} Konusunun HTML Kodu " border="0" style="vertical-align: middle;"><b> HTML Link</b></td>
<td class="trow1"><input class="textbox" name="html" title="{$thread['subject']}: Konusunu Bloğunuzda Paylaşmak İçin Kodu Kopyalayınız." value="&lt;a href=&quot;{$mybb->settings['bburl']}/{$navbits[4]['url']}&quot;&gt;{$thread['subject']}&lt;/a&gt;" onclick="this.select();" size="99" type="text"></td>
</tr>
<tr>
<td class="trow2" width="130"><img src="images/arac/mykod-icon.png" alt="{$thread['subject']} Konusu BBCode Linki" border="0" style="vertical-align: middle;"><b> BBCode Link</b></td>
<td class="trow2"><input class="textbox" name="bbcode" title="{$thread['subject']}: Konusunu Forumunuzda Paylaşmak İçin Kodu Kopyalayınız." value="[url={$mybb->settings['bburl']}/{$navbits[4]['url']}]{$thread['subject']}[/url]" onclick="this.select();" size="99" type="text"></td>
</tr>
<tr>
<td class="trow1" width="130"><img src="images/arac/paylas-icon.png" alt="{$thread['subject']} Konusunu Paylaş" border="0" style="vertical-align: middle;"> <b> Sosyal Paylaş</b></td>
<td class="trow1">
<div class="sosyal-paylasDiv"><ul class="sosyal-paylas">
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://net.sabah.com.tr/net?shareUrl='+encodeURIComponent(location.href)); return false;" class="netSabah" title="Sabah net"><span>Sabah net</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://www.google.com/bookmarks/mark?op=edit&amp;bkmk='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title)+'&amp;source=Fotomac', 'google','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600'); return false;" class="google" title="google"><span>google</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(location.href), 'facebook','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600'); return false;" class="facebook" title="facebook"><span>facebook</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://digg.com/submit?phase=2&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title), 'digg','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600'); return false;" class="digg" title="digg"><span>digg</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://twitter.com/?status='+encodeURIComponent(location.href), 'twitter','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600'); return false;" class="twiter" title="twiter"><span>twiter</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u='+encodeURIComponent(location.href), 'yahoo','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600'); return false;" class="yahoo" title="yahoo"><span>yahoo</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://www.mixx.com/submit/story?title='+encodeURIComponent(document.title)+'&amp;page_url='+encodeURIComponent(location.href), 'mixx','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600'); return false;" class="mixx" title="mixx"><span>mixx</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://www.stumbleupon.com/submit?url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title), 'stumbleupon','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600'); return false;" class="stumbleupon" title="stumbleupon"><span>stumbleupon</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://del.icio.us/post?url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title), 'delicious','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600'); return false;" class="delicious" title="delicious"><span>delicious</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://reddit.com/submit?url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title), 'reddit','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600'); return false;" class="reddit" title="reddit"><span>reddit</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://www.myspace.com/index.cfm?fuseaction=postto&amp;u='+encodeURIComponent(location.href)+'&amp;t='+encodeURIComponent(document.title), 'MySpace','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600'); return false;" class="myspace" title="myspace"><span>myspace</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://friendfeed.com/share/bookmarklet/frame#url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title), 'friendfeed','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600'); return false;" class="friendfeed" title="friendfeed"><span>friendfeed</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://www.google.com/reader/link?url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title), 'buzz','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600');return false;" class="buzz" title="google buzz"><span>google buzz</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://www.linkedin.com/shareArticle?mini=true&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title)+'&amp;summary='+encodeURIComponent(document.title),'linkedin','toolbar=yes,scr​ollbars=yes,resizable=yes,width=800,height=600');return false;" class="linkedin" title="linkedin"><span>linkedin</span></a></li>
</ul></div></td>
</tr>
</tbody></table>
{$similarthreads}
<br />
<table class="tborder" border="0" cellpadding="4" cellspacing="1">
<tbody><tr>
<td class="thead"><strong>{$lang->konu_anahtar}</strong></td>
</tr>
<tr>
<td class="trow1">
<p align="left"><a href="{$mybb->settings['bburl']}/{$navbits[4]['url']}">{$thread['subject']} indir</a>, <a href="{$mybb->settings['bburl']}/{$navbits[4]['url']}">{$thread['subject']} Videosu</a>, <a href="{$mybb->settings['bburl']}/{$navbits[4]['url']}">{$thread['subject']} online izle</a>, <a href="{$mybb->settings['bburl']}/{$navbits[4]['url']}">{$thread['subject']} Bedava indir</a>, <a href="{$mybb->settings['bburl']}/{$navbits[4]['url']}">{$thread['subject']} Yükle</a>, <a href="{$mybb->settings['bburl']}/{$navbits[4]['url']}">{$thread['subject']} Hakkında</a>, <a href="{$mybb->settings['bburl']}/{$navbits[4]['url']}">{$thread['subject']} nedir</a>, <a href="{$mybb->settings['bburl']}/{$navbits[4]['url']}">{$thread['subject']} Free indir</a>, <a href="{$mybb->settings['bburl']}/{$navbits[4]['url']}">{$thread['subject']} oyunu</a>, <a href="{$mybb->settings['bburl']}/{$navbits[4]['url']}">{$thread['subject']} download</a></p>
</td>
</tr>
</tbody></table>
<br />
<table class="tborder" border="0" cellpadding="4" cellspacing="1">
<tbody>
<tr>
<td class="trow1 smalltext">
{$usersbrowsing}
</td>
</tr>
</tbody></table>
<br />
    <div class="float_right" style="text-align: right;">
        {$moderationoptions}
        {$forumjump}
    </div>
    <br style="clear: both;" />
    {$footer}
</body>
</html>
(12-01-2013, Saat:00:47)xpserkan Adlı Kullanıcıdan Alıntı: [ -> ]Aşağıdaki kodları komple showthread şablonu ile değişin, muhtemelen isteiğiniz olacaktır.
Bu arada işlem yapmadan önce, showthread şablonunun yedeğini almayı unutmayın.

Hocam Allah sizden razı olsun, çok teşekkür ederim. İşte ekran görüntüsü

resim

Hocam bu konu hakkında son birşey sormak istiyorum aşağıdaki yerleride değişitirme imkanımız varmı?
Çünkü görünüm açısından daha hoş daha güzel olur.


resim
Sayfalar: 1 2