Is there any way to remove the 'last posts' column on the board structure? 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

    Is there any way to remove the 'last posts' column on the board structure?

    avatar
    Doktoroktopus
    Forumember


    Posts : 81
    Reputation : 1
    Language : English

    In progress Is there any way to remove the 'last posts' column on the board structure?

    Post by Doktoroktopus February 9th 2013, 1:14 am

    I think it's unnecessary to know who posted last and it'd be great to adjust this so that the board still stretched across the screen without this column.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51556
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: Is there any way to remove the 'last posts' column on the board structure?

    Post by SLGray February 9th 2013, 1:39 am

    Please post the link to your forum.



    Is there any way to remove the 'last posts' column on the board structure? Slgray10

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


    Posts : 81
    Reputation : 1
    Language : English

    In progress Re: Is there any way to remove the 'last posts' column on the board structure?

    Post by Doktoroktopus February 19th 2013, 11:40 pm

    http://club1kjho.forumotion.com/

    It's the same as these forums, really.
    avatar
    Doktoroktopus
    Forumember


    Posts : 81
    Reputation : 1
    Language : English

    In progress Re: Is there any way to remove the 'last posts' column on the board structure?

    Post by Doktoroktopus February 20th 2013, 12:08 am

    Bomp.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51556
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: Is there any way to remove the 'last posts' column on the board structure?

    Post by SLGray February 20th 2013, 2:55 am

    Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!



    Is there any way to remove the 'last posts' column on the board structure? Slgray10

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


    Posts : 81
    Reputation : 1
    Language : English

    In progress Re: Is there any way to remove the 'last posts' column on the board structure?

    Post by Doktoroktopus February 21st 2013, 4:45 am

    No help on this one...?
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    In progress Re: Is there any way to remove the 'last posts' column on the board structure?

    Post by Sanket February 21st 2013, 10:04 am

    Add this to your css & check please.
    Code:

    ul.topiclist dd.dterm {
        width: 80% !important;
    }

    dd.lastpost span {
        display: none !important;
    }
    dl.icon dd.lastpost {
        display: none !important;
    }