[BS] Live forum statistics

xF2 Add-on [BS] Live forum statistics 1.3.0

No permission to download

Pr0fesseur

Moderator
Staff member
Moderator
+Lifetime VIP+
V.I.P Member
Collaborate
Registered
Joined
Nov 20, 2019
Messages
361
Points
103

Reputation:

This crashed my server lul :D
 

Pr0fesseur

Moderator
Staff member
Moderator
+Lifetime VIP+
V.I.P Member
Collaborate
Registered
Joined
Nov 20, 2019
Messages
361
Points
103

Reputation:

This crashed my server lul :D
Pr0fesseur
1637855481977.jpg
 
View previous replies…

xauUUL

I got less but I got best!
Collaborate
Registered
Joined
Jun 22, 2021
Messages
118
Points
43

Reputation:

solved
 
Last edited:

Fenrir

Collaborate
Collaborate
Registered
Joined
Dec 11, 2021
Messages
110
Points
143

Reputation:

@BattleKing how can we make pinned thread colorful?
xauUULAdd to extra.less
Less:
.lfs {
  .tabGroup {
    &--threads {     
      .tabGroup-content {
        .structItem--lfsItem {
          &.item--stickedLink,
          &.item--thread.is-sticked {
            background-color: xf-intensify(@xf-contentBg, 9%);
          }
        }
      }
    }
  }
}
Change the color by itself.
P.S. this works for links/threads pinned.
 
View previous replies…

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,519
Points
523

Reputation:

Add to extra.less
Less:
.lfs {
  .tabGroup {
    &--threads {     
      .tabGroup-content {
        .structItem--lfsItem {
          &.item--stickedLink,
          &.item--thread.is-sticked {
            background-color: xf-intensify(@xf-contentBg, 9%);
          }
        }
      }
    }
  }
}
Change the color by itself.
P.S. this works for links/threads pinned.
notwonderfulThx, you were much quicker! Good work
 

Loki

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Dec 31, 2019
Messages
480
Points
253

Reputation:

Add to extra.less
Less:
.lfs {
  .tabGroup {
    &--threads {    
      .tabGroup-content {
        .structItem--lfsItem {
          &.item--stickedLink,
          &.item--thread.is-sticked {
            background-color: xf-intensify(@xf-contentBg, 9%);
          }
        }
      }
    }
  }
}
Change the color by itself.
P.S. this works for links/threads pinned.
notwonderfulGood job, thanks. if it's not too much to ask. how to change pinned icon color.
brings an option but changes all the icons to the same color. thanks
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,519
Points
523

Reputation:

Good job, thanks. if it's not too much to ask. how to change pinned icon color.
brings an option but changes all the icons to the same color. thanks
LokiYou mean in general oer in BS statistic section ?
Less:
.structItem-status--sticky::before{
   color: blue;
}
 

Fenrir

Collaborate
Collaborate
Registered
Joined
Dec 11, 2021
Messages
110
Points
143

Reputation:

Good job, thanks. if it's not too much to ask. how to change pinned icon color.
brings an option but changes all the icons to the same color. thanks
LokiStyle Properties -> Live forum statistics content -> Item Icon
Oh sorry didn't see you are talking about pinned threads/links, so my solution is:
Less:
.lfs {
    .tabGroup {
        &--threads {      
            .tabGroup-content {
                .structItem--lfsItem {
                    &.item--stickedLink,
                    &.item--thread.is-sticked {
                        background-color: xf-intensify(#fff4e5, 0,50%);
                        .structItem-cell--icon {
                            color: red;
                        }
                    }
                }
            }
        }
    }
}
 

Loki

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Dec 31, 2019
Messages
480
Points
253

Reputation:

Style Properties -> Live forum statistics content -> Item Icon
Oh sorry didn't see you are talking about pinned threads/links, so my solution is:
Less:
.lfs {
    .tabGroup {
        &--threads {     
            .tabGroup-content {
                .structItem--lfsItem {
                    &.item--stickedLink,
                    &.item--thread.is-sticked {
                        background-color: xf-intensify(#fff4e5, 0,50%);
                        .structItem-cell--icon {
                            color: red;
                        }
                    }
                }
            }
        }
    }
}
notwonderfulGood job works perfect thanks ;)
 

rahulmasal

New member
Registered
Joined
Jun 7, 2021
Messages
1
Points
1

Reputation:

How to install this ?? because using addon i tried to install but giving error???
1645358475444.png
 

vo6tu7

Member
Registered
Joined
Jul 4, 2019
Messages
20
Points
13

Reputation:

Screenshot_1.jpg

How to minimize or prevent the title from being dropped?
 

vo6tu7

Member
Registered
Joined
Jul 4, 2019
Messages
20
Points
13

Reputation:

Screenshot_1.png

I edit them but they still can't show 20 items
Screenshot_2.jpg
 

cracher

New member
Registered
Joined
Aug 20, 2021
Messages
2
Points
11

Reputation:

I can't download even though I like it please help
 
Top