صورة بانر مخصصة لاسماء المجموعات Xenforo


كاتب الموضوع غير نشط حالياً

Eng-Abu Elias

Technical Support
طاقم الإدارة
مؤسس المشاغب
الكاتب
إنضم
15 نوفمبر 2020
المشاركات
520
مستوى التفاعل
656
النقاط
0
الإقامة
The Middle East
الموقع الالكتروني
absba.cc
الجنس

do.php


مثال على البانرات

1695675792326.gif

شرح التركيب

المظهر / القوالب / ابحث عن قالب extra.less واضف اخر القالب الكود:
CSS:
.owner {
    color: #fff;
    background: url(https://moxx.tech/data/assets/m/admin-banner.webp);
    background-position: center;
    background-size: cover;
    border-color: #971a1a !important;
    transition: ease-out .5s;
    position: relative;
    text-align: center;
    align-items: center;
    padding: 1px 6px 0px 32px;
    font-size: 75%;
    font-weight: bold;
    border-radius: 3px;
    margin-top: 3px;
    cursor: default;
}
.owner::before {
    
    font-family: 'font awesome 5 pro';
    content: "\f21b";
    width: 9px; /* Adjust the width of the icon as needed */
    height: 16px; /* Adjust the height of the icon as needed */
    position: absolute;
    left: 8px; /* Adjust the left position of the icon */
    top: 50%;
    transform: translateY(-50%);
}

IMG_20230926_221746.jpg

ثم اذهب الى ...٠

المجموعات / مجموعات المستخدم / ...

هنا يتم اختيار مجموعه مخصصه مثلا المؤسس او المالك الخ...
اضف في المربع الي انت سميته في قالب الـ Extra..

مثال owner

1695676004557.png
والخ على باقي المجموعات ..


وفقكم الله
do.php
 
بارك الله فيك على هدا الطرح الجميل

جعله الله في ميزان حسناتك
 
بارك الله فيك شكرا
 
عودة
أعلى أسفل