MyBB Depo Forum

Orjinalini görmek için tıklayınız: Beyler sorunumu çözene S.Modluk
Şu anda (Arşiv) modunu görüntülemektesiniz. Orjinal Sürümü Görüntüle internal link
Sayfalar: 1 2
Edit://
Sorunum çözüldü kilit atabilirsiniz zahmet olmassa tabi.
1. Kullanıcı Başlığında kaldırabilirim ama sadece kullanıcılara gözükmesi yapılabilirmi bilmiyorum.
2. Postbit ve Postbit_Classic şablon kodlarınızı buraya code taglar içerisinde yazarsan yardımcı olabilirim.
Not : Linkler code tag içine.
(06-04-2013, Saat:14:20)Smyrna35 Adlı Kullanıcıdan Alıntı: [ -> ]1. Kullanıcı Başlığında kaldırabilirim ama sadece kullanıcılara gözükmesi yapılabilirmi bilmiyorum.
2. Postbit ve Postbit_Classic şablon kodlarınızı buraya code taglar içerisinde yazarsan yardımcı olabilirim.
Not : Linkler code tag içine.
Pospit kodları
Kod:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder horizontalpb" style="border-radius:0px;{$post_visibility}" id="post_{$post['pid']}">
    <tbody>
        <tr>
            <td class="tcat">
                <div class="float_left smalltext">
                    <img src="{$theme['imgdir']}/icons/clock.png" class="posttimeclock" alt="clock" /><span class="tleft posttime">{$post['postdate']}, {$post['posttime']}</span>
                </div>
                {$post['posturl']}
            </td>
        </tr>

        <tr>
            <td class="trow1 {$unapproved_shade}" style="background:#f7f7f7;">
                <table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
                    <tr>
                        <td class="post_avatar useravatar" width="1" style="{$post['avatar_padding']}">
                            {$post['useravatar']}
                        </td>
                        <td class="post_author">
                            <strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
                            <span class="smalltext">
                                {$post['usertitle']}<br />
                                {$post['userstars']}
                                {$post['groupimage']}
                            </span>
                        </td>
                        <td class="smalltext post_author_info" width="165">
                            {$post['user_details']}
                        </td>
                    </tr>
                </table>
            </td>
        </tr>

        <tr>
            <td class="trow2 post_content {$unapproved_shade}">
<span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
                <div class="post_body" id="pid_{$post['pid']}">
                    {$post['message']}
                </div>
                {$post['attachments']}
                {$post['signature']}
            </td>
        </tr>

        <tr>
            <td class="trow1 post_buttons {$unapproved_shade}" style="padding:5px;">
                <div class="author_buttons float_left">
                    {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['iplogged']}{$post['button_find']}{$post['button_rep']}
                </div>
                <div class="post_management_buttons float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
                </div>
            </td>
        </tr>
    </tbody>
</table>
Pospit classic kodları birde o özel kullanıcı başlığı komplede olur söyle yeterki
Kod:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" class="p_classic_table" cellpadding="0" cellspacing="0" id="post_{$post['pid']}">
    <tbody>
        <tr>
            <td class="tcat authorbit">
                {$post['onlinestatus']} <strong class="authorlink">{$post['profilelink']}</strong>
            </td>
            
            <td class="tcat postmetabit">
                <img src="{$theme['imgdir']}/icons/clock.png" class="posttimeclock" alt="clock" /><span class="tleft posttime">{$post['postdate']}, {$post['posttime']}</span>
                <span class="tright">{$post['posturl']}</div>
            </td>
        </tr>
        
        <tr>
            <td class="authorinfo {$unapproved_shade}">
                <div class="useravatar">{$post['useravatar']}</div>
                {$post['usertitle']}<br />
                <span class="postbit_userstars">{$post['userstars']}</span>
                {$post['groupimage']}
{$post['user_details']}
            </td>
            
            <td class="postcontent {$unapproved_shade}">
<span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
<div class="post_body" id="pid_{$post['pid']}">        
{$post['message']}</div>
                {$post['attachments']}
                {$post['signature']}
            </td>
        </tr>
        
        <tr>
            <td class="post_options {$unapproved_shade}" colspan="2">
            
                <div class="author_buttons float_left">
                    {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['iplogged']}{$post['button_find']}{$post['button_rep']}
                </div>
                
                <div class="post_management_buttons float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
                </div>
                
            </td>
        </tr>
    </tbody>
</table>
Posbit
Kod:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder horizontalpb" style="border-radius:0px;{$post_visibility}" id="post_{$post['pid']}">
    <tbody>
        <tr>
            <td class="tcat">
                <div class="float_left smalltext">
                    <img src="{$theme['imgdir']}/icons/clock.png" class="posttimeclock" alt="clock" /><span class="tleft posttime">{$post['postdate']}, {$post['posttime']}</span>
                </div>
                {$post['posturl']}
            </td>
        </tr>

        <tr>
            <td class="trow1 {$unapproved_shade}" style="background:#f7f7f7;">
                <table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
                    <tr>
                        <td class="post_avatar useravatar" width="1" style="{$post['avatar_padding']}">
                            {$post['useravatar']}
                        </td>
                        <td class="post_author">
                            <strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
                            <span class="smalltext">
                                {$post['groupimage']}
                            </span>
                        </td>
                        <td class="smalltext post_author_info" width="165">
                            {$post['user_details']}
                        </td>
                    </tr>
                </table>
            </td>
        </tr>

        <tr>
            <td class="trow2 post_content {$unapproved_shade}">
<span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
                <div class="post_body" id="pid_{$post['pid']}">
                    {$post['message']}
                </div>
                {$post['attachments']}
                {$post['signature']}
            </td>
        </tr>

        <tr>
            <td class="trow1 post_buttons {$unapproved_shade}" style="padding:5px;">
                <div class="author_buttons float_left">
                    {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['iplogged']}{$post['button_find']}{$post['button_rep']}
                </div>
                <div class="post_management_buttons float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
                </div>
            </td>
        </tr>
    </tbody>
</table>

Postbit_classic
Kod:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" class="p_classic_table" cellpadding="0" cellspacing="0" id="post_{$post['pid']}">
    <tbody>
        <tr>
            <td class="tcat authorbit">
                {$post['onlinestatus']} <strong class="authorlink">{$post['profilelink']}</strong>
            </td>
            
            <td class="tcat postmetabit">
                <img src="{$theme['imgdir']}/icons/clock.png" class="posttimeclock" alt="clock" /><span class="tleft posttime">{$post['postdate']}, {$post['posttime']}</span>
                <span class="tright">{$post['posturl']}</div>
            </td>
        </tr>
        
        <tr>
            <td class="authorinfo {$unapproved_shade}">
                <div class="useravatar">{$post['useravatar']}</div>
                {$post['groupimage']}
{$post['user_details']}
            </td>
            
            <td class="postcontent {$unapproved_shade}">
<span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
<div class="post_body" id="pid_{$post['pid']}">        
{$post['message']}</div>
                {$post['attachments']}
                {$post['signature']}
            </td>
        </tr>
        
        <tr>
            <td class="post_options {$unapproved_shade}" colspan="2">
            
                <div class="author_buttons float_left">
                    {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['iplogged']}{$post['button_find']}{$post['button_rep']}
                </div>
                
                <div class="post_management_buttons float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
                </div>
                
            </td>
        </tr>
    </tbody>
</table>
böyle düzenlemeyi deneyiniz sonucu buraya yazınız.
(06-04-2013, Saat:14:45)Smyrna35 Adlı Kullanıcıdan Alıntı: [ -> ]Posbit
Kod:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder horizontalpb" style="border-radius:0px;{$post_visibility}" id="post_{$post['pid']}">
    <tbody>
        <tr>
            <td class="tcat">
                <div class="float_left smalltext">
                    <img src="{$theme['imgdir']}/icons/clock.png" class="posttimeclock" alt="clock" /><span class="tleft posttime">{$post['postdate']}, {$post['posttime']}</span>
                </div>
                {$post['posturl']}
            </td>
        </tr>

        <tr>
            <td class="trow1 {$unapproved_shade}" style="background:#f7f7f7;">
                <table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
                    <tr>
                        <td class="post_avatar useravatar" width="1" style="{$post['avatar_padding']}">
                            {$post['useravatar']}
                        </td>
                        <td class="post_author">
                            <strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
                            <span class="smalltext">
                                {$post['groupimage']}
                            </span>
                        </td>
                        <td class="smalltext post_author_info" width="165">
                            {$post['user_details']}
                        </td>
                    </tr>
                </table>
            </td>
        </tr>

        <tr>
            <td class="trow2 post_content {$unapproved_shade}">
<span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
                <div class="post_body" id="pid_{$post['pid']}">
                    {$post['message']}
                </div>
                {$post['attachments']}
                {$post['signature']}
            </td>
        </tr>

        <tr>
            <td class="trow1 post_buttons {$unapproved_shade}" style="padding:5px;">
                <div class="author_buttons float_left">
                    {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['iplogged']}{$post['button_find']}{$post['button_rep']}
                </div>
                <div class="post_management_buttons float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
                </div>
            </td>
        </tr>
    </tbody>
</table>

Postbit_classic
Kod:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" class="p_classic_table" cellpadding="0" cellspacing="0" id="post_{$post['pid']}">
    <tbody>
        <tr>
            <td class="tcat authorbit">
                {$post['onlinestatus']} <strong class="authorlink">{$post['profilelink']}</strong>
            </td>
            
            <td class="tcat postmetabit">
                <img src="{$theme['imgdir']}/icons/clock.png" class="posttimeclock" alt="clock" /><span class="tleft posttime">{$post['postdate']}, {$post['posttime']}</span>
                <span class="tright">{$post['posturl']}</div>
            </td>
        </tr>
        
        <tr>
            <td class="authorinfo {$unapproved_shade}">
                <div class="useravatar">{$post['useravatar']}</div>
                {$post['groupimage']}
{$post['user_details']}
            </td>
            
            <td class="postcontent {$unapproved_shade}">
<span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
<div class="post_body" id="pid_{$post['pid']}">        
{$post['message']}</div>
                {$post['attachments']}
                {$post['signature']}
            </td>
        </tr>
        
        <tr>
            <td class="post_options {$unapproved_shade}" colspan="2">
            
                <div class="author_buttons float_left">
                    {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['iplogged']}{$post['button_find']}{$post['button_rep']}
                </div>
                
                <div class="post_management_buttons float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
                </div>
                
            </td>
        </tr>
    </tbody>
</table>
böyle düzenlemeyi deneyiniz sonucu buraya yazınız.

Kardeş inanırmısın bilmem ama usertitle ve userstarsı kaldırıp yaptın kendim sonra geldim sende aynı kodu verdin Açık Ağızlı Gülümseme tşkler siteme kaydolup S.mod olabilirsiniz
Rica ederim.S.mod'luk için yapmadım ben sadece bildiğim konulara yardım etmeye çalışıyorum.
Hocam ayıptır ya ! ne zaman warez temalara destek vermeye başladık biz ? insan bir siteye bakar öyle yorum yazar...
Temanın warez olduğunu bilmiyordum.
Sayfalar: 1 2