The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Subforum in columns [AwesomeBB]

Go down

Subforum in columns [AwesomeBB] Empty Subforum in columns [AwesomeBB]

Post by Mihai 01.06.21 20:28

From several attempts I realized that awesomeBB is a little harder to customize in the subforum but not impossible.
Demo
Subforum in columns [AwesomeBB] Subfor10

Step 1:
Admin panel / display / templates / general / index_box and we are looking for:
Code:
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
Then we replace it with this one:
Code:
<div class="subforum">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>

Step 2:
Administration / display / colors / css panel
Code:
 
.main-inner{
    padding: 6px;
}
 
.subforum{
    font-size: 0px;
}
.subforum a{
display: none;
}
.subforum a.gensmall{
    display: inline-block;
    float: left;
    width: 30%;
    margin: 1px;
    border: 1px solid #ddd;
    padding-left: 6px;
}
Mihai
Mihai
Forumember

Male Posts : 961
Reputation : 39
Language : Romanian, English
Location : Bucharest, Romania

https://fgsuport.forumotion.com/

TonnyKamper and mSyx like this post

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum