Profil Hatası

Başlatan habibocak, 07 Ekm 2021, 12:41

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

habibocak

Merhabalar,

Forumda profil kısmında hata olduğu için alt kısımlar gözükmüyor. Eklentileri kaldırdım ama hala düzelmedi. Sorunu tam anlamadım.

tarantula901

Profil kodlarını eklerken eksik yada fazla kod eklemiş olabilirsiniz kodları kontrol edip tekrar deneyin.
Sitenizde işlem yapmadan önce mutlaka yedek alın, yedek alın yedek almayı unutmayın her şeyden önce bu önemli

Pm'den ve Skype'den istenilen destekler ücretlidir. Ücret ödememek için lütfen sitede sorunuzu konu açarak sorabilirsiniz.

Ücretli Smf Destek İçin

tekyürek


echo '<li class="kayit"><b>',$txt['date_registered'],' </b><br/><span style="font-size: 9px; font-family: Calibri;">',$message['member']['registered'],'</span></li>';
$post = $message['member']['posts'];
     if ($post > 0 && $post <= 10) { $postWidth = 3;}
     else if ($post > 10 && $post <= 50) { $postWidth = 10;}
     else if ($post > 50 && $post <= 100) { $postWidth = 20;}
     else if ($post > 100 && $post <= 150) { $postWidth = 30;}
     else if ($post > 150 && $post <= 200) { $postWidth = 40;}
     else if ($post > 200 && $post <= 250) { $postWidth = 50;}
     else if ($post > 250 && $post <= 350) { $postWidth = 60;}
     else if ($post > 350 && $post <= 400) { $postWidth = 65;}
     else if ($post > 400 && $post <= 425) { $postWidth = 70;}
     else if ($post > 425 && $post <= 500) { $postWidth = 75;}
     else if ($post > 500 && $post <= 600) { $postWidth = 80;}
     else if ($post > 600 && $post <= 800) { $postWidth = 88;}
     else if ($post > 800 && $post <= 1000) { $postWidth = 90;}
     else if ($post > 1000 && $post <= 1000000) { $postWidth = 95;}
     else { $postWidth = 0;}
   $deneyimi=($message['member']['posts'])/10;
    if ($deneyimi>100) {$deneyimi=99;}
    echo '
     <ul><li class="aktif" style="background: linear-gradient(orange, #fff,orange); width:',$postWidth,'px;"><p>Aktiflik</p></li>
     <li class="aktif"  style="background: linear-gradient(#557EA0, #fff,#557EA0); width:',$deneyimi,'px;"><p>Deneyim</p></li>
     <li class="aktif" style="background: linear-gradient(#54BC37, #fff,#54BC37); width:', $deneyimi, 'px;"><p>Seviye</p></li></ul>';
 






Yukaridaki satiri bulup silin düzelecektir

habibocak

Çok Teşekkürler. Düzeldi.