Mybb Hakkında Soru ve Sorunlarız, Yardım ve Destek için MybbDepo external Adresini Ziyaret Ediniz.
Sponsor Reklam

duyuru Güncel Duyurular!
Güncel MyBB Dökümanları.. Güncel + Orijinal MyBB Sürümleri..
bilgi mybb

Konuyu Oyla:
  • Derecelendirme: 5/5 - 2 oy
  • 1
  • 2
  • 3
  • 4
  • 5

Derecelendirme: 5/5 - 2 oy
[1.6] Gelişmiş Konu Bağlantı Araçları - (Resimli)
#85
Hocam footer'in altında birtane daha çıktı ne yapmalıyım ?
Ara
Cevapla
#86
Öneri-Fikir 
(20.10.2011, Saat: 20:03)Mecruh Adlı Kullanıcıdan Alıntı: Hocam footer'in altında birtane daha çıktı ne yapmalıyım ?


Hocam footer'ın en altından ne işi var bunun, sanırım siz kodları fazladan + yanlış yere eklediniz, çıkan fazla kodları siliniz, ve anlatımı tekrar dikkatli bir şekilde okuyarak işlem yapınız..
Bağış yapmak ister misin?
[email protected]
Ara
Cevapla
#87
Arkadaşlar birtürlü yapamadım anlatımı baktım ama olmadı lütfen yardımcı olurmusunuz. Size showthread.css ve showthread şablonunun içeriğini vereyim bir bakarmısınız acaba sorun nedir.

showthread.css

Kod:
ul.thread_tools, ul.thread_tools li {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.thread_tools li {
    padding-left: 26px;
    padding-bottom: 4px;
    margin-bottom: 3px;
    font-size: 11px;
}

ul.thread_tools li.printable {
    background: url(images/printable.gif) no-repeat 0px 0px;
}

ul.thread_tools li.sendthread {
    background: url(images/send.gif) no-repeat 0px 0px;
}

ul.thread_tools li.subscription_add {
    background: url(images/subscribe.gif) no-repeat 0px 0px;
}

ul.thread_tools li.subscription_remove {
    background: url(images/unsubscribe.gif) no-repeat 0px 0px;
}

/* PostBit Link Css */
.yazdir {
    background: url(images/yazdir.png) no-repeat 0px 0px;
    padding: 2px;
    padding-left: 20px;
}

.ark_gonder {
    background: url(images/gonder.png) no-repeat 0px 0px;
    padding: 2px;
    padding-left: 20px;
}

.abone_add {
    background: url(images/abone_ol.png) no-repeat 0px 0px;
    padding: 2px;
    padding-left: 20px;
    
    /* Sosyal Bookmark Paylas Css */
    
    .sosyal-paylasDiv {
    display: block;
    padding: 0px;
    float: left;
}

ul.sosyal-paylas {
    width: 300px;
    margin: 0 auto;
    list-style: none;
}

ul.sosyal-paylas li {
    padding:0 4px 0 0;
}

ul.sosyal-paylas {
}

ul.sosyal-paylas li {
    float:left;
}

ul.sosyal-paylas li a {
    display:block; height:17px; width:17px; background:url(images/arac/sosyal-bookmark.png) no-repeat;
}

ul.sosyal-paylas li a span {
    display:none;
}

ul.sosyal-paylas li a.google {
    background-position:0 0px;
}

ul.sosyal-paylas li a.google:hover {
    background-position:-20px 0px;
}

ul.sosyal-paylas li a.facebook {
    background-position:0 -20px;
}

ul.paylas li a.facebook:hover {
    background-position: -20px -20px;
}

ul.paylas li a.digg {
    background-position:0 -40px;
}

ul.sosyal-paylas li a.digg:hover {
    background-position:-20px -40px;
}

ul.sosyal-paylas li a.twiter {
    background-position:0 -60px;
}

ul.sosyal-paylas li a.twiter:hover {
    background-position:-20px -60px;
}

ul.sosyal-paylas li a.yahoo {
    background-position:0 -80px;
}

ul.sosyal-paylas li a.yahoo:hover {
    background-position:-20px -80px;
}

ul.sosyal-paylas li a.mixx {
    background-position:0 -100px;
}

ul.sosyal-paylas li a.mixx:hover {
    background-position:-20px -100px;
}

ul.sosyal-paylas li a.stumbleupon {
    background-position:0 -120px;
}

ul.sosyal-paylas li a.stumbleupon:hover {
    background-position:-20px -120px;
}

ul.sosyal-paylas li a.delicious {
    background-position:0 -140px;
}

ul.sosyal-paylas li a.delicious:hover {
    background-position:-20px -140px;
}

ul.sosyal-paylas li a.reddit {
    background-position:0 -160px;
}

ul.sosyal-paylas li a.reddit:hover {
    background-position:-20px -160px;
}

ul.sosyal-paylas li a.myspace {
    background-position:0 -180px;
}

ul.sosyal-paylas li a.myspace:hover {
    background-position:-20px -180px;
}

ul.sosyal-paylas li a.friendfeed {
    background-position:0 -200px;
}

ul.sosyal-paylas li a.friendfeed:hover {
    background-position:-20px -200px;
}

ul.sosyal-paylas li a.buzz {
    background-position:0 -220px;
}

ul.sosyal-paylas li a.buzz:hover {
    background-position:-20px -220px;
}

ul.sosyal-paylas li a.linkedin {
    background-position:0 -240px;
}

ul.sosyal-paylas li a.linkedin:hover {
    background-position:-20px -240px;
}

ul.sosyal-paylas li a.netSabah {
    background-position:0 -260px;
}

ul.sosyal-paylas li a.netSabah:hover {
    background-position:-20px -260px;
}


}

.abone_remove {
    background: url(images/abone_iptal.png) no-repeat 0px 0px;
    padding: 2px;
    padding-left: 20px;
}

.google_ara {
    background: url(images/icons/google.ico) no-repeat 0px 0px;
    width: 15px;
    height: 15px;
    padding: 2px;
    padding-left: 20px;
}

.yahoo_ara {
    background: url(images/icons/yahoo.gif) no-repeat 0px 0px;
    width: 15px;
    height: 15px;
    padding: 2px;
    padding-left: 20px;
}

.bing_ara {
    background: url(images/icons/bing.ico) no-repeat 0px 0px;
    width: 15px;
    height: 15px;
    padding: 2px;
    padding-left: 20px;
}

/* Sosyal Bookmark Paylas Css */
.sosyal-paylasDiv {
    display: block;
    padding: 0px;
    float: left;
}

ul.sosyal-paylas {
    width: 300px;
    margin: 0 auto;
    list-style: none;
}

ul.sosyal-paylas li {
padding:0 4px 0 0;
}

ul.sosyal-paylas {
}

ul.sosyal-paylas li {
float:left;
}

ul.sosyal-paylas li a {
display:block; height:17px; width:17px; background:url(images/arac/sosyal-bookmark.png) no-repeat;
}

ul.sosyal-paylas li a span {
display:none;
}

ul.sosyal-paylas li a.google {
background-position:0 0px;
}

ul.sosyal-paylas li a.google:hover {
background-position:-20px 0px;
}

ul.sosyal-paylas li a.facebook {
background-position:0 -20px;
}

ul.paylas li a.facebook:hover {
    background-position: -20px -20px;
}

ul.paylas li a.digg {
background-position:0 -40px;
}

ul.sosyal-paylas li a.digg:hover {
background-position:-20px -40px;
}

ul.sosyal-paylas li a.twiter {
background-position:0 -60px;
}

ul.sosyal-paylas li a.twiter:hover {
background-position:-20px -60px;
}

ul.sosyal-paylas li a.yahoo {
background-position:0 -80px;
}

ul.sosyal-paylas li a.yahoo:hover {
background-position:-20px -80px;
}

ul.sosyal-paylas li a.mixx {
background-position:0 -100px;
}

ul.sosyal-paylas li a.mixx:hover {
background-position:-20px -100px;
}

ul.sosyal-paylas li a.stumbleupon {
background-position:0 -120px;
}

ul.sosyal-paylas li a.stumbleupon:hover {
background-position:-20px -120px;
}

ul.sosyal-paylas li a.delicious {
background-position:0 -140px;
}

ul.sosyal-paylas li a.delicious:hover {
background-position:-20px -140px;
}

ul.sosyal-paylas li a.reddit {
background-position:0 -160px;
}

ul.sosyal-paylas li a.reddit:hover {
background-position:-20px -160px;
}

ul.sosyal-paylas li a.myspace {
background-position:0 -180px;
}

ul.sosyal-paylas li a.myspace:hover {
background-position:-20px -180px;
}

ul.sosyal-paylas li a.friendfeed {
background-position:0 -200px;
}

ul.sosyal-paylas li a.friendfeed:hover {
background-position:-20px -200px;
}

ul.sosyal-paylas li a.buzz {
background-position:0 -220px;
}

ul.sosyal-paylas li a.buzz:hover {
background-position:-20px -220px;
}

ul.sosyal-paylas li a.linkedin {
background-position:0 -240px;
}

ul.sosyal-paylas li a.linkedin:hover {
background-position:-20px -240px;
}

ul.sosyal-paylas li a.netSabah {
background-position:0 -260px;
}

ul.sosyal-paylas li a.netSabah:hover {
background-position:-20px -260px;
}

showthread şablonu

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>
</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="float: right;">
                    <span class="smalltext"><strong><a rel="nofollow" href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->threaded}</a> | <a rel="nofollow" href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->linear}</a></strong></span>
                </div>
                <div>
                    {$usersbrowsing}
                </div>
            </td>
        </tr>
        <tr>
            <td class="trow1">
                {$ratethread}

<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>
&nbsp;<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>
            </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>
<div class="smalltext" style="margin: 10px 0px; text-align: center;"><img src="images/arrow_down.gif" alt="v" style="vertical-align: middle;">&nbsp;<b>{$lang->konu_infos}</b>&nbsp;<img src="images/arrow_down.gif" alt="v" style="vertical-align: middle;"></div>
            </td>
        </tr>
<tr>
<td class="trow1">
<span class="smalltext"><center><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></center></span>
</td>
        <tr>
            <td class="tfoot"> </td>
        </tr>
    </table>
    <br />
    <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}">{$lang->next_oldest}</a> | <a rel="nofollow" href="{$next_newest_link}">{$lang->next_newest}</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>
    {$sharebuttons}
    {$quickreply}
<br />
<!-- @Anahtar Kelimeler -->

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" width="100%">
<thead>
<tr>
<td class="thead">
<div><center><strong>Anahtar Kelimeler</strong></center></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
<tr>
<td class="trow1">
<p align="left">{$thread['subject']} indir, {$thread['subject']} Videosu, {$thread['subject']} online izle, {$thread['subject']} Bedava indir, {$thread['subject']} Yükle, {$thread['subject']} Hakkında, {$thread['subject']} nedir, {$thread['subject']} Free indir, {$thread['subject']} oyunu, {$thread['subject']} download</td>
</tr>
</tbody>
</table>

<!-- /@Anahtar Kelimeler -->
    {$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="trow1" width="130"><img src="images/arac/tag-icon.png" alt="{$thread['subject']} Konusunun Etiketleri" border="0" style="vertical-align: middle;"> <b>Etiketler</b></td>
<td class="trow1"><span style="color: rgb(30, 144, 255);"></span>{$eti}{$tags}</td>
</tr><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> Direk 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 />
    <div class="float_right" style="text-align: right;">
        {$moderationoptions}
        {$forumjump}
    </div>
    <br style="clear: both;" />
    {$footer}
</body>
</html>

Gelişmiş Konu Bağlantı Araçları Sitemdeki Şuanki ekran görüntüsü

83632120204729140690.jpg
Ara
Cevapla
#88
Öneri-Fikir 
Bunları deneyin hocam düzenleme yaptım, aşağıdaki kodları showthread şablonundaki kodlarınızla komple değiştirin..

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>
</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="float: right;">
                    <span class="smalltext"><strong><a rel="nofollow" href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->threaded}</a> | <a rel="nofollow" href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->linear}</a></strong></span>
                </div>
                <div>
                    {$usersbrowsing}
                </div>
            </td>
        </tr>
        <tr>
            <td class="trow1">
                {$ratethread}

<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>
&nbsp;<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>
            </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>
<div class="smalltext" style="margin: 10px 0px; text-align: center;"><img src="images/arrow_down.gif" alt="v" style="vertical-align: middle;">&nbsp;<b>{$lang->konu_infos}</b>&nbsp;<img src="images/arrow_down.gif" alt="v" style="vertical-align: middle;"></div>
            </td>
        </tr>
<tr>
<td class="trow1">
<span class="smalltext"><center><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></center></span>
</td>
        <tr>
            <td class="tfoot"> </td>
        </tr>
    </table>
    <br />
    <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}">{$lang->next_oldest}</a> | <a rel="nofollow" href="{$next_newest_link}">{$lang->next_newest}</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>
    {$sharebuttons}
    {$quickreply}
<br />
<!-- @Anahtar Kelimeler -->

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" width="100%">
<thead>
<tr>
<td class="thead">
<div><center><strong>Anahtar Kelimeler</strong></center></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
<tr>
<td class="trow1">
<p align="left">{$thread['subject']} indir, {$thread['subject']} Videosu, {$thread['subject']} online izle, {$thread['subject']} Bedava indir, {$thread['subject']} Yükle, {$thread['subject']} Hakkında, {$thread['subject']} nedir, {$thread['subject']} Free indir, {$thread['subject']} oyunu, {$thread['subject']} download</td>
</tr>
</tbody>
</table>

<!-- /@Anahtar Kelimeler -->
    {$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="trow1" width="130"><img src="images/arac/tag-icon.png" alt="{$thread['subject']} Konusunun Etiketleri" border="0" style="vertical-align: middle;"> <b>Etiketler</b></td>
<td class="trow1"><span style="color: rgb(30, 144, 255);"></span>{$eti}{$tags}</td>
</tr><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> Direk Link</b></td>
<td class="trow2"><input class="textbox" name="url" title="{$thread['subject']}: Konusuna Ait Konu Linki." value="{$mybb->settings['bburl']}/{$navbits[2]['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[2]['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[2]['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[2]['url']}">{$thread['subject']} Videosu</a>, <a href="{$mybb->settings['bburl']}/{$navbits[2]['url']}">{$thread['subject']} online izle</a>, <a href="{$mybb->settings['bburl']}/{$navbits[2]['url']}">{$thread['subject']} Bedava indir</a>, <a href="{$mybb->settings['bburl']}/{$navbits[2]['url']}">{$thread['subject']} Yükle</a>, <a href="{$mybb->settings['bburl']}/{$navbits[2]['url']}">{$thread['subject']} Hakkında</a>, <a href="{$mybb->settings['bburl']}/{$navbits[2]['url']}">{$thread['subject']} nedir</a>, <a href="{$mybb->settings['bburl']}/{$navbits[2]['url']}">{$thread['subject']} Free indir</a>, <a href="{$mybb->settings['bburl']}/{$navbits[2]['url']}">{$thread['subject']} oyunu</a>, <a href="{$mybb->settings['bburl']}/{$navbits[2]['url']}">{$thread['subject']} download</a></p>
</td>
</tr>
</tbody></table>
<br />
    <div class="float_right" style="text-align: right;">
        {$moderationoptions}
        {$forumjump}
    </div>
    <br style="clear: both;" />
    {$footer}
</body>
</html>

Not: Kodları şablona yapıştırmadan önce mutlaka not.txt içine kaydedip sonra şablona ekleyiniz, aksi halde kayma yada bozulmalar oluşabilir..
Bağış yapmak ister misin?
[email protected]
Ara
Cevapla
#89
Usta oldu gibi ama tam konu urlsini eklemiyo kategori urlsini ekliyor galiba, bi bakabilirseniz tekrar size zahmet

ekran görüntüsü

66772007989876178996.jpg


konu :
Kod:
http://www.theatlantis.org/konu-hakkimizda.html
Ara
Cevapla
#90
Öneri-Fikir 
Evet hocam kategori linkini ekliyor, bu durumda eski haline çevirin ve zamanla düzelmesini bekleyin, bunun için gerekli bilgiler konuya yazılan yorumlarda mevcut, eklenti google seo eklentisine göre haraket ettiği için bazı linklerin oturması/çıkması zaman alabiliyor, bazende sunucudan dolayı linkler tam çıkmaya biliyor .. Öneri-Fikir

Bağış yapmak ister misin?
[email protected]
Ara
Cevapla
#91
57353904648930789488.png

Bendede olmadı.
Showthread böyle
Kod:
<html>
<head>
<title>{$thread['subject']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
    var quickdelete_confirm = "{$lang->quickdelete_confirm}";
// -->
</script>
<script type="text/javascript" src="jscripts/thread.js?ver=1400"></script>
<script type="text/javascript" src="jscripts/fitonpage.js?ver=210"></script>
<script type="text/javascript">
<!--
    var fitonpage_on = "{$mybb->settings['g33k_fitonpage_enabled']}";
    var fitonpage_resize = "{$mybb->settings['g33k_fitonpage_resize']}";
    var fitonpage_fluid = "{$mybb->settings['g33k_fitonpage_fluid']}";
    var fitonpage_topbar_resized = "{$lang->fitonpage_topbar_resized}";
    var fitonpage_topbar_full = "{$lang->fitonpage_topbar_full}";
    var fitonpage_topbar_text_class = "{$mybb->settings['g33k_fitonpage_topbar_text_class']}";
    var fitonpage_topbar_bground = "{$mybb->settings['g33k_fitonpage_topbar_bground']}";
    var fitonpage_topbar_icon = "{$mybb->settings['g33k_fitonpage_topbar_icon']}";
    var fitonpage_location = "showthread";
-->
</script>
</head>
<body>
    {$header}
    {$pollbox}
    <div class="float_left">
        {$multipage}
    </div>
    <div class="float_left">
        {$newreply}
    </div>
    {$ratethread}
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
        <tr>
            <td class="thead" colspan="2">
                <div style="float: right;">
                    <span class="smalltext"><strong><a href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->threaded}</a> | <a href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->linear}</a></strong></span>
                </div>
                <div>
                    <strong>{$thread['subject']}</strong>
                </div>
            </td>
        </tr>
        {$classic_header}
    </table>
    <div id="posts">
        {$posts}
    </div>
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="border-top-width: 0;">
        <tr>
            <td colspan="2" class="tfoot">
                {$search_thread}
                <div>
                    <strong>&laquo; <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> &raquo;</strong>
                </div>
            </td>
        </tr>
    </table>
    <div class="float_left">
        {$multipage}
    </div>
    <div style="padding-top: 4px;" class="float_right">
        {$newreply}
    </div>
    <br style="clear: both;" />
    {$quickreply}
    {$threadexbox}
<br />
<table class="tborder" style="clear: both;" border="0" cellpadding="4" cellspacing="1">
<tr>
<td class="thead" colspan="2"><div><strong>{$thread['threadprefix']}{$thread['subject']} konusu</strong></div></td>
</tr>
<tbody>
<tr><td class="trow1" width="130"><img src="images/arac/tag-icon.png" alt="{$thread['subject']} Konusunun Etiketleri" border="0" style="vertical-align: middle;"> <b>Etiketler</b></td>
<td class="trow1"><span style="color: rgb(30, 144, 255);"></span>{$eti}{$tags}</td>
</tr><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> Direk 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>
<br />
    {$similarthreads}
    <br />

    <div class="float_left">
        <ul class="thread_tools">
            <li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
            <li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>
            <li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}">{$add_remove_subscription_text}</a></li>
        </ul>
    </div>

    <div class="float_right" style="text-align: right;">
        {$moderationoptions}
        {$forumjump}
    </div>
    <br style="clear: both;" />
    {$footer}
</body>
</html>
Ara
Cevapla

Konu ile Alakalı Benzer Konular
Konular Yazar Yorumlar Okunma Son Yorum
Eklenti [1.6] Konu Sonrası vB Stil Reklam Alanı Plugin xpserkan 0 8,603 05.06.2014, Saat: 17:35
Son Yorum: xpserkan



Konuyu Okuyanlar: 1 Ziyaretçi

istanbul escorts - şişli escort - seks hikaye - porno - escort bayan

© 2009-2024 MyBB.Com.TR Internet Hizmetleri, MyBBGrup.Com Alt Kuruluşudur.

Web sitemiz dahilindeki tüm sayfalar, bu sayfaları gösteren tüm ekranlar ve içerdiği her türlü bilgi ve bağlı materyal, yerleşim ve öğeler, (çözüm ortaklarının logoları ve yasal hakları hariç) MyBB.Com.TR'ye aittir.
Yazılı izin olmaksızın ve kaynak belirtilmedikçe, (Kaynak göstererek alıntı yapılabilir.) kopyalanamaz ya da yayınlanamaz. MyBB.Com.TR sitesindeki içerik-ler 5070 sayılı kanun kapsamında dijital zaman damgasıyla ve DMCA tarafından korunmaktadır.
Tüm hakları, (insafiyet ile) saklıdır.



teknoloji forumu , haber

sex hikaye - porno izle - türk ifşa istanbul escort