Konuyu Oyla:
  • Toplam: 1 Oy - Ortalama: 2
  • 1
  • 2
  • 3
  • 4
  • 5
Konu Okurken Konuda Açma Butonu
#1
Arkadaşlar normalde bir konuyu okurken konuda sadece cevap yaz butonu oluyor ama WeBBoSS'da yeni konu açma butonuda var .

Buyrun caps : 527vw.png

Bende böyle yapabilirmiyim ? Nasil yaparriz ?
Tekrar Genel Şef...
ÜCRETLİ TASARIM İŞLERİNİZ YAPILIR !
Ara
PGM
Teşekkür verenler:
#2
Admin Kp > Şablon Stil > Konu Gösterimi Şablonlar >SHOWTHREAD
Bulun Hepsini silin

Önce Demo : http://todayforum.10tl.net/showthread.php?tid=157&pid=380#pid380


alttaki ile değiştirin :

PHP 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>
</
head>
<
body>
    {
$header}
    {
$pollbox}
    <
div class="float_left">
        {
$multipage}
    </
div>
    <
div class="float_right">
        {
$newreply} {$newthread}    
        </
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} {$newthread}    
        </
div>
    <
br style="clear: both;" />
    {
$quickreply}
    {
$threadexbox}
    {
$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
PGM
Teşekkür verenler:
#3
(29-04-2012 Saat: 21:26)OnuR Nickli Kullanıcıdan Alıntı: Admin Kp > Şablon Stil > Konu Gösterimi Şablonlar >SHOWTHREAD
Bulun Hepsini silin

Önce Demo : http://todayforum.10tl.net/showthread.php?tid=157&pid=380#pid380


alttaki ile değiştirin :

PHP 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>
</
head>
<
body>
    {
$header}
    {
$pollbox}
    <
div class="float_left">
        {
$multipage}
    </
div>
    <
div class="float_right">
        {
$newreply} {$newthread}    
        </
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} {$newthread}    
        </
div>
    <
br style="clear: both;" />
    {
$quickreply}
    {
$threadexbox}
    {
$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


Postbit bozluyor ya :S
Tamam ben yaptım {$newreply} kodunun yanına {$newtherad} eklemk yeterliymiş :)
Tekrar Genel Şef...
ÜCRETLİ TASARIM İŞLERİNİZ YAPILIR !
Ara
PGM
Teşekkür verenler:
#4
Postbit Bozuluyor ? :S

Hangi Postibi Kullanıyorsunuz,

Birde Şunu Deneyin.

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>
</head>
<body>
    {$header}
    {$pollbox}
    <div class="float_left">
        {$multipage}
    </div>
    <div class="float_right">
        {$newreply} {$newthread}    
        </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} {$newthread}    
        </div>
    <br style="clear: both;" />
    {$quickreply}
    {$threadexbox}
    {$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>


Zaten Ekliydi Ozaman Kodların bir kısmını yanlış almışsınız. :)
Sorununuz Çözüldüyse Kilit Atıyorum &

Ara
PGM
Teşekkür verenler:
#5
Tamam ben yaptım {$newreply} kodunun yanına {$newtherad} eklemk yeterliymiş :)
Tekrar Genel Şef...
ÜCRETLİ TASARIM İŞLERİNİZ YAPILIR !
Ara
PGM
Teşekkür verenler:
#6
Zaten Ekliydi Ozaman Kodların bir kısmını yanlış almışsınız. :)
Sorununuz Çözüldüyse Kilit Atıyorum &
Ara
PGM
Teşekkür verenler:
#7
Kilit at :)
Tekrar Genel Şef...
ÜCRETLİ TASARIM İŞLERİNİZ YAPILIR !
Ara
PGM
Teşekkür verenler:
#8
Sorununuzun Çözüldüğüne Sevindik & Destek.10tl.net
Ara
PGM
Teşekkür verenler:


Hızlı Menü:


Şu anda bu konuyu okuyanlar: 4 Ziyaretçi



Lolforum Bilgi,Oyun,Torrent,Eglence Platformu -

Online Shopping App
Online Shopping - E-Commerce Platform
Online Shopping - E-Commerce Platform
Feinunze Schmuck Jewelery Online Shopping