remove Today's active topics •  Today's top 20 posters •  Overall top 20 posters 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.
2 posters

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

    avatar
    xafltexans
    New Member


    Posts : 21
    Reputation : 1
    Language : English

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

    Post by xafltexans July 19th 2012, 11:14 pm

    Hello, i would like to remove the 3 links in my title, and also view posts since your last visit, view your posts, view unanswered posts

    i want to remove them, but i don't want to remove mark all read and delete forum cookies.

    i was using this code.

    Code:
    ul.linklist li {
        display: none;
    }

    and i used this code because the first one hid the menu bar, but then this hid the mark all forums read.

    Code:
    ul.linklist {
        display: none;
    }



    harrisonlscott128.forumotion.com
    phpbb3

    thanks Smile
    avatar
    xafltexans
    New Member


    Posts : 21
    Reputation : 1
    Language : English

    remove Today's active topics •  Today's top 20 posters •  Overall top 20 posters Empty Re: remove Today's active topics • Today's top 20 posters • Overall top 20 posters

    Post by xafltexans July 21st 2012, 5:21 am

    bump
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    remove Today's active topics •  Today's top 20 posters •  Overall top 20 posters Empty Re: remove Today's active topics • Today's top 20 posters • Overall top 20 posters

    Post by LGforum July 22nd 2012, 12:26 am

    Put this in your CSS:
    Code:
    #main-content > ul.linklist { display: none; }
    .forabg + ul.linklist { display: block!important; }

    (This is for phpbb3 as you mentioned in your post)
    avatar
    xafltexans
    New Member


    Posts : 21
    Reputation : 1
    Language : English

    remove Today's active topics •  Today's top 20 posters •  Overall top 20 posters Empty Re: remove Today's active topics • Today's top 20 posters • Overall top 20 posters

    Post by xafltexans July 22nd 2012, 12:29 am

    LGforum wrote:Put this in your CSS:
    Code:
    #main-content > ul.linklist { display: none; }
    .forabg + ul.linklist { display: block!important; }

    (This is for phpbb3 as you mentioned in your post)


    It worked,
    but is there anyway to keep the "Mark all forums read"?

    and to also get rid of them links on the bottom and keep the "Delete forum cookies"