.node .nodeText {
margin-right: 0 !important;
}
.node .nodeLastPost,
.node .tinyIcon {
display: none !important;
}
.node .forum.level_2,
.node .page.level_2,
.node .category_forum.level_2 {
width: 49%;
float: left;
min-height: 70px;
}
.nodeList .node.level_1 {
clear: both;
}
Is there a way to do that, and under the forum statistics show the last thread updated, the user, and the time?Add this to EXTRA.css:
The CSS will need to be adapted to suit, this may mean adding other node types, changing the min-height, etc.Code:.node .nodeText { margin-right: 0 !important; } .node .nodeLastPost, .node .tinyIcon { display: none !important; } .node .forum.level_2, .node .page.level_2, .node .category_forum.level_2 { width: 49%; float: left; min-height: 70px; } .nodeList .node.level_1 { clear: both; }
Further tweaks can be made in Style Properties.
The result of the above simple code is as follows:
View attachment 27746
Add this to EXTRA.css:
The CSS will need to be adapted to suit, this may mean adding other node types, changing the min-height, etc.Code:.node .nodeText { margin-right: 0 !important; } .node .nodeLastPost, .node .tinyIcon { display: none !important; } .node .forum.level_2, .node .page.level_2, .node .category_forum.level_2 { width: 49%; float: left; min-height: 70px; } .nodeList .node.level_1 { clear: both; }
Further tweaks can be made in Style Properties.
The result of the above simple code is as follows:
View attachment 27746
Bump?does anyone know a way of getting this split for a certain node
lil bump for this questionHow is it possible to get the .node .nodeLastPost and .node .tinyIcon to display directly under the node title?
Is it possible to include the latest thread underneath the forum?Add this to EXTRA.css:
The CSS will need to be adapted to suit, this may mean adding other node types, changing the min-height, etc.Code:.node .nodeText { margin-right: 0 !important; } .node .nodeLastPost, .node .tinyIcon { display: none !important; } .node .forum.level_2, .node .page.level_2, .node .category_forum.level_2 { width: 49%; float: left; min-height: 70px; } .nodeList .node.level_1 { clear: both; }
Further tweaks can be made in Style Properties.
The result of the above simple code is as follows:
View attachment 27746