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).
fearles560 avatar
Konuyu Oyla:
  • Derecelendirme: 1/5 - 1 oy
  • 1
  • 2
  • 3
  • 4
  • 5

Derecelendirme: 1/5 - 1 oy

Beyler sorunumu çözene S.Modluk


Sponsor Reklam

Çevrimdışı fearles560
 Tarih: 06-04-2013, Saat:14:09
(Son Düzenleme: 06-04-2013, Saat:20:35, Düzenleyen: fearles560.)
#1
Edit://
Sorunum çözüldü kilit atabilirsiniz zahmet olmassa tabi.
Bunu Beğenenler:
Sponsor Reklam
Sponsor Reklam Sponsor Reklam

İzinli Smyrna35
 Tarih: 06-04-2013, Saat:14:20
#2
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.
Bunu Beğenenler:

Çevrimdışı fearles560
 Tarih: 06-04-2013, Saat:14:31
#3
(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>
Bunu Beğenenler:

İzinli Smyrna35
 Tarih: 06-04-2013, Saat:14:45
#4
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.
Bunu Beğenenler:

Çevrimdışı fearles560
 Tarih: 06-04-2013, Saat:14:58
#5
(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
Bunu Beğenenler:

İzinli Smyrna35
 Tarih: 06-04-2013, Saat:15:03
#6
Rica ederim.S.mod'luk için yapmadım ben sadece bildiğim konulara yardım etmeye çalışıyorum.
Bunu Beğenenler:

Çevrimdışı Skrillex
 Tarih: 06-04-2013, Saat:16:07
#7
Hocam ayıptır ya ! ne zaman warez temalara destek vermeye başladık biz ? insan bir siteye bakar öyle yorum yazar...
Bunu Beğenenler:

İzinli Smyrna35
 Tarih: 06-04-2013, Saat:16:47
#8
Temanın warez olduğunu bilmiyordum.
Bunu Beğenenler:

 


Konu ile Alakalı Benzer Konular
Konular Yazar Yorumlar Okunma Son Yorum
  Beyler Host Sağlam Mı ? Rocky 15 5,939 12-06-2016, Saat:10:28
Son Yorum: FuubHost
  3 Sorunumu çözebilirmisiniz. GameZZers 4 1,888 31-01-2016, Saat:15:51
Son Yorum: Pheky
  Beyler Bana TeslaDark Teması Lazım [Acil !!!] TH3MaTRiX 9 4,626 01-01-2015, Saat:14:51
Son Yorum: Caxing
  Beyler Selam Benim ufak bir sorunum var sanırım basit birşey ama ben yapamadım buzdolabi 10 4,896 23-10-2014, Saat:19:45
Son Yorum: poyraz
  Beyler bana myyb lazım kaanbey 4 1,995 18-05-2014, Saat:01:12
Son Yorum: alemoturk



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