Resource icon

xF2 Template Modification Tiled view of forum statistics

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,771
Points
823

Reputation:

ENXF NET submitted a new resource:

Tiled view of forum statistics - Making a tile view for the forum statistics widget

First, switch the position of the statistics widget to below / above the list of nodes, since the code is suitable only for such positions.

Add to extra.less
Code:
.block[data-widget-key="forum_overview_forum_statistics"] {
    
    .block-minorHeader {
        display: none;
    }
    
    .block-body.block-row {
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        
        &:before {
            display: none;
        }
        
        .pairs.pairs--justified {...

Read more about this resource...
 

idobyte

Member
Registered
Joined
Nov 23, 2019
Messages
22
Points
23

Reputation:

how do you move the forum statistics widget to the bottom?
 

JkM

New member
Registered
Joined
Sep 24, 2020
Messages
1
Points
3

Reputation:

Same question. I can't move the widget below the sidebar. It's under the node list.
 
Top