عرض مشاركة واحدة
احصائياتى

الردود
8

المشاهدات
1519
maaidni
.:: معرب ومطور ومشرف ::.
قسم منتديات XenForo
  • maaidni is a splendid one to beholdmaaidni is a splendid one to beholdmaaidni is a splendid one to beholdmaaidni is a splendid one to beholdmaaidni is a splendid one to beholdmaaidni is a splendid one to beholdmaaidni is a splendid one to behold

  • maaidni غير متواجد حالياً

المشاركات
998

+التقييم
187

تاريخ التسجيل
Oct 2015

الاقامة
المغرب

نظام التشغيل
windows 8.1

رقم العضوية
605
07-07-2018, 06:31 PM
المشاركة 1
07-07-2018, 06:31 PM
المشاركة 1
افتراضي تمييز موضوع نشره الأعضاء بلون مختلف عن بقية المواضيع والتي لم ترد عليها
يحتوي على حقوق: لا
[ قمت بالتجريب ] : نعم
[ التعريب ]: لا تحتاج لتعريب
التوافق XF: متوافق مع النسخة XF 2.0

فائدة التعديل: إضهار المواضيع التي كتبتها أو لك فيها رد بلون مختلف تماما

النتجة من عضويتي:



النتيجة من عضوية أخرى:



النتيجة بعد الرد على الموضوع:



صورة بعد تسجيل الخروج [ زائر ]:


في قالب: extra.less
أضف الكود التالي:
كود:
.memberParticipatedThread {
    background-color: #C4E599 !important;
}
في قالب:thread_list_macros
إبحث عن: معلومة: الكود موجود في السطر 13
كود:
<div class="structItem structItem--thread{{ $thread.prefix_id ? ' is-prefix' . $thread.prefix_id : '' }}{{ $thread.isIgnored() ? ' is-ignored' : '' }}{{ ($thread.isUnread() AND !$forceRead) ? ' is-unread' : '' }}{{ $thread.discussion_state == 'moderated' ? ' is-moderated' : '' }}{{ $thread.discussion_state == 'deleted' ? ' is-deleted' : '' }} js-inlineModContainer js-threadListItem-{$thread.thread_id}" data-author="{{ $thread.User.username ?: $thread.username }}">
استبدله ب:
كود:
<div class="structItem structItem--thread{{ $thread.prefix_id ? ' is-prefix' . $thread.prefix_id : '' }}{{ $thread.isIgnored() ? ' is-ignored' : '' }}{{ ($thread.isUnread() AND !$forceRead) ? ' is-unread' : '' }}{{ $thread.discussion_state == 'moderated' ? ' is-moderated' : '' }}{{ $thread.discussion_state == 'deleted' ? ' is-deleted' : '' }}{{ $thread.getUserPostCount() ? ' memberParticipatedThread' : '' }} js-
inlineModContainer js-threadListItem-{$thread.thread_id}" data-author="{{ $thread.User.username ?: $thread.username }}">
في النهاية قم بحفظ العمل.