Subforum in columns [AwesomeBB] Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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]

    Mihai
    Mihai
    Forumember


    Male Posts : 857
    Reputation : 37
    Language : Romanian, English
    Location : Bucharest, Romania

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

    Post by Mihai June 1st 2021, 9:28 pm

    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;
    }

    TonnyKamper and mSyx like this post