Bilgilendirme Konuyu başlatan kullanıcı katıldı

17mart

XFD Onursal
XFD Onursal
XFD Üyesi
Katılım
13 Nis 2015
Mesajlar
173
Tepkime puanı
68
Puanları
28
Yaş
49

İtibar:

şablon değişikliği
Temel olarak, mevcut kullanıcının gönderdiği her parçayı, hiç katılmadığı iş parçacığının geri kalanından farklı bir renkte vurgular.
Bunu almak için iki farklı yerde değişiklik yapmanız gerekir:

1) EXTRA.css dosyasına şunu ekleyin:
CSS:
.memberParticipatedThread {
    background-color: #C4E599 !important;
}
2) Aşağıdakileri şablonda bulun (thread_list_macros):
CSS:
<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 }}">
Değiştir

CSS:
<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 }}">
screenShot2.png
 
Üst Alt