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

Derecelendirme: 0/5 - 0 oy

Konuya Yazılan cevapta kayma sorunu


Sponsor Reklam

Çevrimdışı webmustang
 Tarih: 07-12-2015, Saat:16:36
(Son Düzenleme: 07-12-2015, Saat:16:36, Düzenleyen: webmustang.)
#1
Merhaba

arkadaşlar resimde görüldüğü üzere konuya yazılan yorumda sağ tarafa kayıyor bu sorunu nasıl çözebilirim

http://i.hizliresim.com/JkVNko.png



[img=866x1599]http://i.hizliresim.com/JkVNko.png[/img]
Cevapla
Bunu Beğenenler:
Sponsor Reklam
Sponsor Reklam Sponsor Reklam

Çevrimdışı Dream41
 Tarih: 07-12-2015, Saat:17:43
#2
Postbit kodları ile bir sorun postbit kodlarını at yardımcı oluyum
Cevapla
Bunu Beğenenler: webmustang

Çevrimdışı webmustang
 Tarih: 07-12-2015, Saat:18:39
#3
Yardımınız için teşekkürler


postbit kodları


{$ignore_bit}

<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_author">
    {$post['useravatar']}
    <div class="author_information">
            <strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
            <span class="smalltext">
                {$post['usertitle']}<br />
                {$post['userstars']}
                {$post['groupimage']}
            </span>
    </div>
    <div class="author_statistics ocultarmovil">
        {$post['user_details']}
    </div>
</div>
<div class="post_content">
    <div class="post_head">
        {$post['posturl']}
        {$post['icon']}
        <span class="post_date">{$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
        {$post['subject_extra']}
    </div>
    <div class="post_body scaleimages" id="pid_{$post['pid']}">
        {$post['message']}
    </div>
    {$post['attachments']}
    {$post['signature']}
    <div class="post_meta" id="post_meta_{$post['pid']}">
        {$post['iplogged']}
    </div>
</div>
<div class="post_controls">
    <div class="postbit_buttons author_buttons float_left">
        {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
    </div>
    <div class="postbit_buttons post_management_buttons float_right">
        {$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
    </div>
</div>
</div>
Cevapla
Bunu Beğenenler:

Çevrimdışı webmustang
 Tarih: 07-12-2015, Saat:18:40
#4
(07-12-2015, Saat:17:43)Quitter Adlı Kullanıcıdan Alıntı: Postbit kodları ile bir sorun postbit kodlarını at yardımcı oluyum


ekledim üstad
Cevapla
Bunu Beğenenler:

Çevrimdışı Dream41
 Tarih: 07-12-2015, Saat:20:52
(Son Düzenleme: 07-12-2015, Saat:20:53, Düzenleyen: Dream41.)
#5
düzenledim tüm kodları silip bunla bir değiştirin

Kod:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_author scaleimages">
    <strong><span class="largetext">{$post['profilelink']}</span></strong>
    {$post['useravatar']}
    <div class="author_information">
             {$post['onlinestatus']}<br />
            <span class="smalltext">
                {$post['usertitle']}<br />
                {$post['threadstarter']}
{$post['userstars']}
                {$post['groupimage']} {$post['additional_images']}
            </span>
    </div>
    <div class="author_statistics">
        {$post['user_details']}{$post['newpoints_postbit']}
    </div>
</div>
<div class="post_content">
    <div class="post_head">
        {$post['posturl']}
        {$post['icon']}
        <span class="post_date">{$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
    {$post['subject_extra']}
    </div>
    <div class="post_body scaleimages" id="pid_{$post['pid']}">
        {$post['message']}
    </div>
    {$post['attachments']}
    {$post['signature']}
    <div class="post_meta" id="post_meta_{$post['pid']}">
        {$post['iplogged']}
    </div>
</div>
<div class="post_controls">
    <div class="postbit_buttons author_buttons float_left">
        {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
    </div>
    <div class="postbit_buttons post_management_buttons float_right">
        {$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
    </div>
</div>
</div>
Cevapla
Bunu Beğenenler: webmustang

Çevrimdışı webmustang
 Tarih: 09-12-2015, Saat:11:47
#6
(07-12-2015, Saat:20:52)Quitter Adlı Kullanıcıdan Alıntı: düzenledim tüm kodları silip bunla bir değiştirin


Kod:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_author scaleimages">
    <strong><span class="largetext">{$post['profilelink']}</span></strong>
    {$post['useravatar']}
    <div class="author_information">
             {$post['onlinestatus']}<br />
            <span class="smalltext">
                {$post['usertitle']}<br />
                {$post['threadstarter']}
{$post['userstars']}
                {$post['groupimage']} {$post['additional_images']}
            </span>
    </div>
    <div class="author_statistics">
        {$post['user_details']}{$post['newpoints_postbit']}
    </div>
</div>
<div class="post_content">
    <div class="post_head">
        {$post['posturl']}
        {$post['icon']}
        <span class="post_date">{$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
    {$post['subject_extra']}
    </div>
    <div class="post_body scaleimages" id="pid_{$post['pid']}">
        {$post['message']}
    </div>
    {$post['attachments']}
    {$post['signature']}
    <div class="post_meta" id="post_meta_{$post['pid']}">
        {$post['iplogged']}
    </div>
</div>
<div class="post_controls">
    <div class="postbit_buttons author_buttons float_left">
        {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
    </div>
    <div class="postbit_buttons post_management_buttons float_right">
        {$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
    </div>
</div>
</div>


düzelmedi hocam hala aynı
Cevapla
Bunu Beğenenler:

 


Konu ile Alakalı Benzer Konular
Konular Yazar Yorumlar Okunma Son Yorum
  [1.4 - 1.6 - 1.8] Şifre Degiştir Alanı Sorunu oktayaric 1 1,688 16-12-2023, Saat:16:20
Son Yorum: jextr
  vk video eklenti sorunu dny695 3 2,035 15-09-2022, Saat:01:33
Son Yorum: Charismax
  [1.8] Kayıt Sorunu AwpSlayer 3 2,280 09-07-2022, Saat:22:26
Son Yorum: AwpSlayer
  foruma yazılan mesajlar silinmiyor. sans43 1 4,916 12-03-2022, Saat:18:28
Son Yorum: merihforum
  Yasaklı İp Adresli Kulanıcı Sorunu ,yardım lütfen, तोरूल 1 1,264 08-10-2021, Saat:19:54
Son Yorum: destur



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