Warning [2] Use of undefined constant uid - assumed 'uid' (this will throw an Error in a future version of PHP) - Line: 34 - File: inc/plugins/gizli_icerik.php PHP 7.4.3-4ubuntu2.20 (Linux)
(showthread.php:1133:build_postbit)->(functions_post.php:523:parse_message)->(class_parser.php:244:run_hooks)->(class_plugins.php:142:gizli_icerik_run)->(gizli_icerik.php:34:error_callback)->(class_error.php:153:error)->Warning [2] Use of undefined constant cancp - assumed 'cancp' (this will throw an Error in a future version of PHP) - Line: 34 - File: inc/plugins/gizli_icerik.php PHP 7.4.3-4ubuntu2.20 (Linux)
(showthread.php:1133:build_postbit)->(functions_post.php:523:parse_message)->(class_parser.php:244:run_hooks)->(class_plugins.php:142:gizli_icerik_run)->(gizli_icerik.php:34:error_callback)->(class_error.php:153:error)->Warning [2] Use of undefined constant uid - assumed 'uid' (this will throw an Error in a future version of PHP) - Line: 34 - File: inc/plugins/gizli_icerik.php PHP 7.4.3-4ubuntu2.20 (Linux)
(showthread.php:1133:build_postbit)->(functions_post.php:843:parse_message)->(class_parser.php:244:run_hooks)->(class_plugins.php:142:gizli_icerik_run)->(gizli_icerik.php:34:error_callback)->(class_error.php:153:error)->Warning [2] Use of undefined constant cancp - assumed 'cancp' (this will throw an Error in a future version of PHP) - Line: 34 - File: inc/plugins/gizli_icerik.php PHP 7.4.3-4ubuntu2.20 (Linux)
(showthread.php:1133:build_postbit)->(functions_post.php:843:parse_message)->(class_parser.php:244:run_hooks)->(class_plugins.php:142:gizli_icerik_run)->(gizli_icerik.php:34:error_callback)->(class_error.php:153:error)->Warning [2] Use of undefined constant uid - assumed 'uid' (this will throw an Error in a future version of PHP) - Line: 34 - File: inc/plugins/gizli_icerik.php PHP 7.4.3-4ubuntu2.20 (Linux)
(showthread.php:1133:build_postbit)->(functions_post.php:874:parse_message)->(class_parser.php:244:run_hooks)->(class_plugins.php:142:gizli_icerik_run)->(gizli_icerik.php:34:error_callback)->(class_error.php:153:error)->Warning [2] Use of undefined constant cancp - assumed 'cancp' (this will throw an Error in a future version of PHP) - Line: 34 - File: inc/plugins/gizli_icerik.php PHP 7.4.3-4ubuntu2.20 (Linux)
(showthread.php:1133:build_postbit)->(functions_post.php:874:parse_message)->(class_parser.php:244:run_hooks)->(class_plugins.php:142:gizli_icerik_run)->(gizli_icerik.php:34:error_callback)->(class_error.php:153:error)->


Konuyu Oyla:
  • Toplam: 0 Oy - Ortalama: 0
  • 1
  • 2
  • 3
  • 4
  • 5
#CaptainCss Rank - MyBB
#1
Admin KP - Temalar & Şablonlar - Temalar - Sitenizde kullandığınız temaya tıklayın ve ardından yeni bir css dosyası oluşturun. Css dosyasını oluşturduktan sonra kendi içeriğimi yazmak istiyoruma tıklayın ve aşağıdaki kodları yapıştırın.

Kod:
.rank {
    background: #4e4e4e;
    border-left: 3px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin-top: 10px;
    text-align: left;
    height: 30px;
    position: relative;
    max-width: 170px;
    padding: 2px 5px;
    user-select: none;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

.rank.tek {
    height: 24px;
    padding-top: 8px;
}


.rank .r-seviye {
    font-size: 8px;
    margin-top: -1px;
}

.rank:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 34px;
    width: 38px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-clip-path: polygon(61% 0, 100% 0%, 100% 100%, 45% 100%);
    clip-path: polygon(61% 0, 100% 0%, 100% 100%, 45% 100%);
}


.rank-bg.s8833, .author_statistics.s8833 uisag {
    background: #82502d;
}

.rank-bg.s2378, .author_statistics.s2378 uisag {
    background: #e74c3c;
}

.rank-bg.s13405, .author_statistics.s13405 uisag {
    background: #e71057;
}

.rank-bg.s3985, .author_statistics.s3985 uisag {
    background: #27ae60;
}

.rank-bg.s11916, .author_statistics.s11916 uisag {
    background: #3498db;
}

.rank-bg.s4148, .author_statistics.s4148 uisag {
    background: #5079a2;
}

.rank-bg.s12897, .author_statistics.s12897 uisag,
.rank-bg.s7462, .author_statistics.s7462 uisag {
    background: #16a085;
}

Admin KP - Temalar & Şablonlar - Şablonlar -  Sitenizde kullandığınız temanın şablonlarına tıklayın ve ardından postbit şablonlarına girin. Postbit şablonlarına girdikten sonra postbit_groupimage şablonunda aşağıdaki kodu aratın.

Kod:
<img src="{$usergroup['image']}" alt="{$usergroup['title']}" title="{$usergroup['title']}" />

Yukarıdaki kodu silip aşağıdaki kodu yerine ekleyin.

Kod:
{$usergroup['image']}

Admin KP - Üye & Gruplar - Hangi grubun rank-rütbe sistemini değiştirmek istiyorsanız o gruba girin ve grup resmi yerine aşağıdaki kodu ekleyin.

Kod:
<div class="rank" style="background:#82502d;">Administrator<div class="r-seviye">eXpertBoss</div></div>



Rank-rütbe sistemini çoğaltmak için yukarıdaki css dosyasındaki kodları çoğaltıp background rengini değiştirmeniz yeterlidir. :D
eXpertBoss
Ara
Cevapla }}}
Teşekkür verenler:
Teşekkür verenler:
Teşekkür verenler:


[-]
Anahtar Kelimeler
Anahtar Kelimeler:
- - - - - - - - - - - - - - - - - - - - - - - - -
Konu İsmi: Css Rank - MyBB Yazar: #Captain
-> Css Rank - MyBB full indir - Css Rank - MyBB full dinle - Css Rank - MyBB full izle - Css Rank - MyBB download - Css Rank - MyBB yükle - Css Rank - MyBB free download - Css Rank - MyBB nasıl oluyor - Css Rank - MyBB ücretsiz indir - Css Rank - MyBB fragmani - Css Rank - MyBB film - Css Rank - MyBB müzik - Css Rank - MyBB mp3 - Css Rank - MyBB videoları - Css Rank - MyBB resimleri - Css Rank - MyBB dizileri - Css Rank - MyBB sorun - Css Rank - MyBB hatası - Css Rank - MyBB çözüm nedir - Css Rank - MyBB ne demek - Css Rank - MyBB nasıl - Css Rank - MyBB program - Css Rank - MyBB kurulum - Css Rank - MyBB yardım - Css Rank - MyBB kim - Css Rank - MyBB crack indir - Css Rank - MyBB ücretsiz indir - Css Rank - MyBB hackını indir - Css Rank - MyBB ücretsiz full indir - Css Rank - MyBB ücretsiz crack indir - Css Rank - MyBB ücretsiz hilesini indir - Css Rank - MyBB videolarını ücretsiz indir - Css Rank - MyBB müziklerini ücretsiz indir - Css Rank - MyBB hatasının çözümü - Css Rank - MyBB filmlerini ücretsiz indir - Css Rank - MyBB kurulumu nasıl - Css Rank - MyBB sorununun çözümü - Css Rank - MyBB hatasının çözümü - Css Rank - MyBB programını indir - Css Rank - MyBB programını ücretsiz indir - Css Rank - MyBB programını crack olarak indir - Css Rank - MyBB kurulumunu indir - Css Rank - MyBB ücretsiz full indir..

Hızlı Menü:


Şu anda bu konuyu okuyanlar: 1 Ziyaretçi


10tl.net Destek Forumu -

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