Combinding threads and posts column on the index page 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.
3 posters

    Combinding threads and posts column on the index page

    avatar
    Staep
    New Member


    Posts : 3
    Reputation : 1
    Language : English

    Solved Combinding threads and posts column on the index page

    Post by Staep November 21st 2013, 5:41 pm

    Is it possible to combine the thread and post columns on the index page? I've seen it done on some forums and I have a feeling it's done with CSS as I've looked around in the panel for options to do so. I'd just like for them to be in the same column instead of side by side, with the number of topics on top and the number of posts on the bottom.

    Essentially, I'd like to change Combinding threads and posts column on the index page Mjmito Combinding threads and posts column on the index page Wlw8

    I'm using phpBB3 and I know it's possible to do this on either phpBB2 or punBB, I was just curious if it was possible on phpBB3. Here's the link to the forums: http://fadetoblack.forumotion.com/
    avatar
    Staep
    New Member


    Posts : 3
    Reputation : 1
    Language : English

    Solved Re: Combinding threads and posts column on the index page

    Post by Staep November 23rd 2013, 3:52 pm

    Bump
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Combinding threads and posts column on the index page

    Post by Ange Tuteur November 24th 2013, 3:42 am

    Hello Staep,

    I wrote up a little bit of code to try this for phpbb3

    Give this a try in your CSS:
    Administration Panel > Display > Pictures and colors > Colors > CSS stylesheet
    Code:
    .forabg li.row dd.topics:after{
    content:" Topics"
    }
    .forabg li.row dd.topics{
    position:relative;
    bottom:10px;
    left:32px;
    }
    .forabg li.row dd.posts:after{
    content:" Posts"
    }
    .forabg li.row dd.posts{
    position:relative;
    top:10px;
    right:32px;
    }
    avatar
    Staep
    New Member


    Posts : 3
    Reputation : 1
    Language : English

    Solved Re: Combinding threads and posts column on the index page

    Post by Staep November 24th 2013, 6:17 am

    Wow, that works perfectly, thanks! This is solved!
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Combinding threads and posts column on the index page

    Post by SLGray November 24th 2013, 6:22 am

    Topic Solved & Locked



    Combinding threads and posts column on the index page Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.