Showing Members Online

  • Konbuyu başlatan Michaelgen
  • Başlangıç tarihi

[XFB] Konu Bilgileri

Konu Hakkında Merhaba, tarihinde Şablon değişiklikleri kategorisinde Michaelgen tarafından oluşturulan Showing Members Online başlıklı konuyu okuyorsunuz. Bu konu şimdiye dek 54 kez görüntülenmiş, 0 yorum ve 0 tepki puanı almıştır...
Kategori Adı Şablon değişiklikleri
Konu Başlığı Showing Members Online
Konbuyu başlatan Michaelgen
Başlangıç tarihi
Cevaplar
Görüntüleme
İlk mesaj tepki puanı
Son Mesaj Yazan Michaelgen
  • Michaelgen

  • guest
    First, open the "widget_members_online" template and find the following code;
    Kod:
    <ul class="listInline listInline--comma">
    Replace with the following code;
    Kod:
    <ul class="listHeap">
    Then find this code immediately below;
    Kod:
    <li>
    <xf:username user="$user" rich="true" class="{{ !$user.visible ? 'username--invisible' : '' }}" />
    </li>
    Replace with this;
    Kod:
    <li><xf:avatar user="$user" size="xxs" img="true" /></li>
    That's it! :) It is my own arrangement, I hope it will benefit you :)
     

    Create an account or login to comment

    You must be a member in order to leave a comment

    Create account

    Create an account on our community. It's easy!

    Log in

    Already have an account? Log in here.

    Üst