MyBBDepo - Türkiyenin MyBB Deposu Forumuna Hoşgeldiniz
Eğer sitemize yaptığınız ilk ziyaretiniz ise, lütfen öncelikle Forum Kurallarını okuyunuz. Forumumuzda bilgi alışverişinde bulunabilmeniz için Kayıt olmalısınız. Üye olmayanlar forumumuzdan yararlanamazlar.
Eğer zaten kayıtlı kullanıcı iseniz, lütfen kullanıcı adınız ve şifreniz ile, Giriş yapınız. (Sitemize üyelik ücretsizdir).
Power avatar
Konuyu Oyla:
  • Derecelendirme: 5/5 - 1 oy
  • 1
  • 2
  • 3
  • 4
  • 5

Derecelendirme: 5/5 - 1 oy

Konu bilgilerini grafik ile oval nasıl yaparım?


Sponsor Reklam

Çevrimdışı xpserkan
 Tarih: 12-01-2013, Saat:01:48
#9
showthread_quickreply şablonundaki kodları buraya ekleyin önce onu yapalım hocam. Diğerlerini ayrı olarak yaparım Göz kırpma
Cevapla
Bunu Beğenenler: Power

Çevrimdışı Power
 Tarih: 12-01-2013, Saat:02:00
#10
(12-01-2013, Saat:01:48)xpserkan Adlı Kullanıcıdan Alıntı: showthread_quickreply şablonundaki kodları buraya ekleyin önce onu yapalım hocam. Diğerlerini ayrı olarak yaparım Göz kırpma

Çok saolun Hocam.
İşte showthread_quickreply şablon kodum

Kod:
<br />
<form method="post" action="newreply.php?tid={$tid}&amp;processed=1" name="quick_reply_form" id="quick_reply_form">
    <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
    <input type="hidden" name="subject" value="Cvp: {$thread['subject']}" />
    <input type="hidden" name="action" value="do_newreply" />
    <input type="hidden" name="posthash" value="{$posthash}" id="posthash" />
    <input type="hidden" name="quoted_ids" value="" id="quoted_ids" />
    <input type="hidden" name="lastpid" id="lastpid" value="{$last_pid}" />
    <input type="hidden" name="from_page" value="{$page}" />
    <input type="hidden" name="tid" value="{$tid}" />
    <input type="hidden" name="method" value="quickreply" />

    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
        <thead>
            <tr>
                <td class="thead" colspan="2">
                    <div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['quickreply']}.gif" id="quickreply_img" class="expander" alt="[-]" title="[-]" /></div>
                    <div><strong>{$lang->quick_reply}</strong></div>
                </td>
            </tr>
        </thead>
        <tbody style="{$collapsed['quickreply_e']}" id="quickreply_e">
            <tr>
                <td class="trow1" valign="top" width="21%">
                    <strong>{$lang->message_options}</strong><br />
                        <span class="smalltext">
                    <label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" {$postoptionschecked['signature']} />&nbsp;<strong>{$lang->signature}</strong></label><br />
                    <label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" />&nbsp;<strong>{$lang->disable_smilies}</strong></label>{$closeoption}</span><br />{$clickablesmilies}
                </td>
                <td class="trow1">
                    <div style="width: 600px">
                        <textarea style="width: 689px; padding: 4px; margin: 0;" rows="18" cols="80" name="message" id="message" tabindex="1"></textarea>
{$codebuttons}

                    </div>
                    <div class="editor_control_bar" style="width: 600px; padding: 4px; margin-top: 3px; display: none;" id="quickreply_multiquote">
                        <span class="smalltext">
                            {$lang->quickreply_multiquote_selected} <a rel="nofollow" href="./newreply.php?tid={$tid}&amp;load_all_quotes=1" onclick="return Thread.loadMultiQuoted();">{$lang->quickreply_multiquote_now}</a> {$lang->or} <a rel="nofollow" href="javascript:Thread.clearMultiQuoted();">{$lang->quickreply_multiquote_deselect}</a>.
                        </span>
                    </div>
                </td>
            </tr>
            {$captcha}
            <tr>
                <td colspan="2" align="center" class="tfoot"><input type="submit" class="button" value="{$lang->post_reply}" tabindex="2" accesskey="s" id="quick_reply_submit" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="3" /></td>
            </tr>
        </tbody>
    </table>
</form>
Cevapla
Bunu Beğenenler:

Çevrimdışı xpserkan
 Tarih: 12-01-2013, Saat:02:11
#11
Aşağıdaki kodları, showthread_quickreply şablonu ile değiştirin hocam.
İşlem yapmadan önce, showthread_quickreply şablonunun yedeğini almayı unutmayın.

Kod:
<br />
<form method="post" action="newreply.php?tid={$tid}&amp;processed=1" name="quick_reply_form" id="quick_reply_form">
    <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
    <input type="hidden" name="subject" value="{$thread['subject']}" />
    <input type="hidden" name="action" value="do_newreply" />
    <input type="hidden" name="posthash" value="{$posthash}" id="posthash" />
    <input type="hidden" name="quoted_ids" value="" id="quoted_ids" />
    <input type="hidden" name="lastpid" id="lastpid" value="{$last_pid}" />
    <input type="hidden" name="from_page" value="{$page}" />
    <input type="hidden" name="tid" value="{$tid}" />
    <input type="hidden" name="method" value="quickreply" />
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="images/theadl.png" alt="" /></td>
<td class="orta1" style="white-space:nowrap;"><strong>{$lang->quick_reply}</strong></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">
            <tr>
                <td class="trow1" valign="top" width="21%">
                    <strong>{$lang->message_options}</strong><br />
                        <span class="smalltext">
                    <label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" {$postoptionschecked['signature']} />&nbsp;<strong>{$lang->signature}</strong></label><br />
                    <label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" />&nbsp;<strong>{$lang->disable_smilies}</strong></label>{$closeoption}</span>{$clickablesmilies}
                </td>
                <td class="trow1">
                    <div style="width: 600px">
                        <textarea style="width: 689px; padding: 4px; margin: 0;" rows="15" cols="80" name="message" id="message" tabindex="1"></textarea>
{$codebuttons}
                    </div>
                    <div class="editor_control_bar" style="width: 600px; padding: 4px; margin-top: 3px; display: none;" id="quickreply_multiquote">
                        <span class="smalltext">
                            {$lang->quickreply_multiquote_selected} <a rel="nofollow" href="./newreply.php?tid={$tid}&amp;load_all_quotes=1" onclick="return Thread.loadMultiQuoted();">{$lang->quickreply_multiquote_now}</a> {$lang->or} <a rel="nofollow" href="javascript:Thread.clearMultiQuoted();">{$lang->quickreply_multiquote_deselect}</a>.
                        </span>
                    </div>
                </td>
            </tr>
            {$captcha}
    </table>
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="images/altl.png" alt="" /></td>
<td class="tfoot2"align="center"><input type="submit" class="button" value="{$lang->post_reply}" tabindex="2" accesskey="s" id="quick_reply_submit" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="3" /></td>
<td><img src="images/altr.png" alt="" /></td>
</table>
</form>
Cevapla
Bunu Beğenenler: Power

Çevrimdışı Power
 Tarih: 12-01-2013, Saat:02:15
#12
(12-01-2013, Saat:02:11)xpserkan Adlı Kullanıcıdan Alıntı: Aşağıdaki kodları, showthread_quickreply şablonu ile değiştirin hocam.
İşlem yapmadan önce, showthread_quickreply şablonunun yedeğini almayı unutmayın.

Hızlı cevap kısmıda tamam Gülümseme

resim
Cevapla
Bunu Beğenenler:

Çevrimdışı xpserkan
 Tarih: 12-01-2013, Saat:02:28
#13
Buyrun hocam, aşağıdaki kodları showthread şablonu ile komple değiştirin, tüm alanlar değişecektir..

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;"><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 cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="images/theadl.png" alt="" /></td>
<td class="orta1" style="white-space:nowrap;"><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></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">
        <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>
    </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>
    {$quickreply}
    {$threadexbox}
    <br />
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="images/theadl.png" alt="" /></td>
<td class="orta1" style="white-space:nowrap;"><strong>Konu Bağlantı Araçları</strong></td>
<td><img src="images/orta2.png" alt="" /></td>
<td class="thead2"></td>
<td><img src="images/theadr.png" alt="" /></td>
</tr>
</table>
<table class="tborder" style="clear: both;" border="0" cellpadding="4" cellspacing="1">
<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>
</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>
{$similarthreads}
<br />
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="images/theadl.png" alt="" /></td>
<td class="orta1" style="white-space:nowrap;"><strong>Konu İle Alakalı Anahtar Kelimeler</strong></td>
<td><img src="images/orta2.png" alt="" /></td>
<td class="thead2"></td>
<td><img src="images/theadr.png" alt="" /></td>
</tr>
</table>
<table class="tborder" border="0" cellpadding="4" cellspacing="1">
<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>
</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>
<br />
    <div class="float_right" style="text-align: right;">
        {$moderationoptions}
        {$forumjump}
    </div>
    <br style="clear: both;" />
    {$footer}
</body>
</html>
Cevapla
Bunu Beğenenler: Power

Çevrimdışı Power
 Tarih: 12-01-2013, Saat:02:38
#14
(12-01-2013, Saat:02:28)xpserkan Adlı Kullanıcıdan Alıntı: Buyrun hocam, aşağıdaki kodları showthread şablonu ile komple değiştirin, tüm alanlar değişecektir..

showthread şablonunun yedeğini almayı unutmayın.

Tek kelimeyle müthiş oldu Hocam. Gece yarısı bununla uğraştığınız ve ilgilendiğiniz için çok teşekkür ederim.

resim
Cevapla
Bunu Beğenenler:

Çevrimdışı xpserkan
 Tarih: 12-01-2013, Saat:02:43
#15
Rica ederim hocam, birde size oval kodları vereyim belki ilerde lazım olur..

üst kısım için oval kodlar:

Kod:
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="images/theadl.png" alt="" /></td>
<td class="orta1" style="white-space:nowrap;"><strong>BURAYA BAŞLIK</strong></td>
<td><img src="images/orta2.png" alt="" /></td>
<td class="thead2"></td>
<td><img src="images/theadr.png" alt="" /></td>
</tr>
</table>

Alt kısım için oval kodlar:

Kod:
<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>

Bu arada temanızın şu anki halinin .xml yedeğini indirin kenarda dursun, ne olur ne olmaz.. Göz kırpma

Ayrıca vermiş olduğum oval kodları kendinizi geliştirmek içinde kullanabilirsiniz. Önemli olan değişmesi gereken kısımların doğru alan kodlarını bulup uyarlamak. Bunun içinde demo bir tema ile kendinizi geliştirmenizi tavsiye ediyorum..
Cevapla
Bunu Beğenenler: Power

Çevrimdışı Power
 Tarih: 12-01-2013, Saat:02:47
(Son Düzenleme: 12-01-2013, Saat:03:31, Düzenleyen: Power.)
#16
(12-01-2013, Saat:02:43)xpserkan Adlı Kullanıcıdan Alıntı: Rica ederim hocam, birde size oval kodları vereyim belki ilerde lazım olur..

üst kısım için oval kodlar:

Kod:
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="images/theadl.png" alt="" /></td>
<td class="orta1" style="white-space:nowrap;"><strong>BURAYA BAŞLIK</strong></td>
<td><img src="images/orta2.png" alt="" /></td>
<td class="thead2"></td>
<td><img src="images/theadr.png" alt="" /></td>
</tr>
</table>

Alt kısım için oval kodlar:

Kod:
<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>

Bu arada temanızın şu anki halinin .xml yedeğini indirin kenarda dursun, ne olur ne olmaz.. Göz kırpma

Ayrıca vermiş olduğum oval kodları kendinizi geliştirmek içinde kullanabilirsiniz. Önemli olan değişmesi gereken kısımların doğru alan kodlarını bulup uyarlamak. Bunun içinde demo bir tema ile kendinizi geliştirmenizi tavsiye ediyorum..

Tamam hocam temanın yedeğini aldım. Kodlar içinde teşekkürler. Grafik yaratma konusunda kendimi iyi görüyorumda işte Mybb'de foruma eklemede sıkıntı yaşıyorum onuda zamanla aşarım umarım Gülümseme



Hocam Gülümseme
Önceki Hali
resim
Sonraki Hali
resim

showthread_similarthreads Şablonunu aşağıdaki kodla değiştirdim.

Kod:
<br />
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="images/theadl.png" alt="" /></td>
<td class="orta1" style="white-space:nowrap;"><strong>Konu ile Alakalı Benzer Konular</strong></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">
<tr>
<td class="tcat" align="center" colspan="2"><span class="smalltext"><strong>{$lang->thread}</strong></span></td>
<td class="tcat" align="center"><span class="smalltext"><strong>{$lang->author}</strong></span></td>
<td class="tcat" align="center"><span class="smalltext"><strong>{$lang->replies}</strong></span></td>
<td class="tcat" align="center"><span class="smalltext"><strong>{$lang->views}</strong></span></td>
<td class="tcat" align="center"><span class="smalltext"><strong>{$lang->lastpost}</strong></span></td>
</tr>
{$similarthreadbits}
</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>
Cevapla
Bunu Beğenenler:

 


Konu ile Alakalı Benzer Konular
Konular Yazar Yorumlar Okunma Son Yorum
  [1.8] thead sorununu nasıl duzeltirim erdal038 6 5,110 14-06-2015, Saat:15:40
Son Yorum: ReDMaD
  konu açma hakkında soru ? qoksel123 4 4,538 24-11-2014, Saat:16:53
Son Yorum: SvMedeT
  Özel url nasıl oluyor Laplap 3 3,549 11-09-2014, Saat:19:57
Son Yorum: Laplap
SSS Sitemdeki Tarayıcı İkonunu Nasıl Değiştiririm ? PowerTeam 3 3,362 01-09-2014, Saat:23:57
Son Yorum: BlackCat
  Konu İçi Hatası Mybb Den İyi Anlayan Yardım Edebilirmi Xecutioner20 2 2,708 01-09-2014, Saat:01:59
Son Yorum: Xecutioner20



Konuyu Okuyanlar: 1 Ziyaretçi

istanbul escort - mecidiyeköy escort - şişli escort - ataköy escort - taksim escort - escort mecidiyeköy

sex hikaye - porno izle - türk ifşa - mecidiyeköy escort - seks hikaye - türk porno - escort bayan