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.
The forum of the forums
2 posters

    Coding Help For Active Topic Links

    avatar
    Lee Tamotsu
    Forumember


    Male Posts : 222
    Reputation : 1
    Language : English

    Solved Coding Help For Active Topic Links

    Post by Lee Tamotsu 24/2/2012, 20:28

    I'm sure this is a coding problem, as I searched through a lot of the admin panel but couldn't find anything useful. Anyway at the top of my forum, before the content, are these few links.

    View posts since last visit • View your posts • View unanswered posts

    I also have these links right above my Who Is Online Section.

    Today's active topics • Today's top 20 posters • Overall top 20 posters

    They are placed and aligned just like that, and don't look too aesthetically appeasing. I saw in a few other forums that they were able to place the links above each other, so they were sort of stacked.

    So it was also displayed like this.

    Today's active topics
    Today's top 20 posters
    Overall top 20 posters

    Is there a code that allows one to stack or align the links differently? And if so could someone help me out, as I am not too great with coding. Or if stacking is not possible with phpBB3, then is it possible to remove the links?
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: Coding Help For Active Topic Links

    Post by ankillien 24/2/2012, 22:50

    Hi,

    To align those links vertically, try adding this code in Admin CP > Display > Colors > CSS...

    Code:
    #main-content .linklist li {
    display: block;
    }
    avatar
    Lee Tamotsu
    Forumember


    Male Posts : 222
    Reputation : 1
    Language : English

    Solved Re: Coding Help For Active Topic Links

    Post by Lee Tamotsu 24/2/2012, 22:56

    Thanks, that worked great! Although is there a certain code that aligns it to the left or right of the forum?
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: Coding Help For Active Topic Links

    Post by ankillien 24/2/2012, 23:01

    By default it should be in left, to align it on right use this code...

    Code:
    #main-content .linklist {
    float: right;
    text-align: right;
    }
    avatar
    Lee Tamotsu
    Forumember


    Male Posts : 222
    Reputation : 1
    Language : English

    Solved Re: Coding Help For Active Topic Links

    Post by Lee Tamotsu 24/2/2012, 23:03

    Nice, thanks for the help. Solved!
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: Coding Help For Active Topic Links

    Post by ankillien 24/2/2012, 23:09

    thumleft

    Topic Solved & Locked

      Current date/time is 23/9/2024, 02:15