IMPORTANT - remove top posters tut 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

    IMPORTANT - remove top posters tut

    Jalokim
    Jalokim
    Energetic


    Male Posts : 6113
    Reputation : 223
    Language : English,Polish,CSS,HTML
    Location : Poland

    IMPORTANT - remove top posters tut Empty IMPORTANT - remove top posters tut

    Post by Jalokim November 7th 2008, 8:34 pm

    OK... I have located the place in the CSS that controls the top posters...

    but the current code will also remove the view last topics link ... unfortuantly the two codes are together... for now... give me the weekend to crack it:

    ok to remove both the links:
    add this to your CSS:
    admin panel-> display-> colors -> CSS

    Code:
     }
    .last a{
       display: none;}
    .linklist{
    display: none;}

    this removes the top poster 100%

    but I can remove only the "top 20 overall poster without touching the other links
    just add this to your CSS:
    Code:
     }
    .last a{
       display: none;}

    I'll be working on this code...
    lilypad
    lilypad
    Forumember


    Female Posts : 305
    Reputation : 15
    Language : english
    Location : Realfreestuffforall.com

    IMPORTANT - remove top posters tut Empty Re: IMPORTANT - remove top posters tut

    Post by lilypad November 7th 2008, 8:52 pm

    where do I add the code within that area, is at the bottom okay?
    Jalokim
    Jalokim
    Energetic


    Male Posts : 6113
    Reputation : 223
    Language : English,Polish,CSS,HTML
    Location : Poland

    IMPORTANT - remove top posters tut Empty Re: IMPORTANT - remove top posters tut

    Post by Jalokim November 7th 2008, 8:59 pm

    You can place it anywhere... I added it above the
    Code:

    /* Footer---------------------------------------------------*/
    code
    zinex
    zinex
    Hyperactive


    Female Posts : 2804
    Reputation : 93
    Language : scotch och aye!
    Location : Whats harder than a rock?!

    IMPORTANT - remove top posters tut Empty Re: IMPORTANT - remove top posters tut

    Post by zinex November 7th 2008, 9:02 pm

    would it not be possible - temporarily just now - to copy the view last topics link, then add the code that removes it then add the link you copied it to the navigation bar?
    Jalokim
    Jalokim
    Energetic


    Male Posts : 6113
    Reputation : 223
    Language : English,Polish,CSS,HTML
    Location : Poland

    IMPORTANT - remove top posters tut Empty Re: IMPORTANT - remove top posters tut

    Post by Jalokim November 7th 2008, 9:10 pm

    ^^ possible ... but I'd paste it into a html code under the nav
    zinex
    zinex
    Hyperactive


    Female Posts : 2804
    Reputation : 93
    Language : scotch och aye!
    Location : Whats harder than a rock?!

    IMPORTANT - remove top posters tut Empty Re: IMPORTANT - remove top posters tut

    Post by zinex November 7th 2008, 9:12 pm

    just till you can sort the css out ^^