a few things. 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.

    a few things.

    Hiya-Scape
    Hiya-Scape
    New Member


    Male Posts : 24
    Reputation : 0
    Language : english
    Location : somewhere between...

    a few things. Empty a few things.

    Post by Hiya-Scape November 22nd 2008, 2:52 am

    ok my forum was perfect, before the phpbb2 theme got messed up, so i switched to phpbb3 and i want to remove and move a few stuff, and i want to know if its possible:

    the search at the top of the site.
    i want to move Statistics and Chatbox (the text on the bottom) as it was on phpbb2
    and the link on the bottom of the site, saying "home"

    are any of those possible?
    Hiya-Scape
    Hiya-Scape
    New Member


    Male Posts : 24
    Reputation : 0
    Language : english
    Location : somewhere between...

    a few things. Empty Re: a few things.

    Post by Hiya-Scape November 24th 2008, 2:28 am

    hello?
    avatar
    Guest
    Guest


    a few things. Empty Re: a few things.

    Post by Guest November 24th 2008, 4:31 am

    Hello Smile

    Sorry about the wait, I've been coding CSS for the past two days lmao

    Errr right, I'm not sure about the phpbb3 stats looking like the phpbb2 ones, I'll have to create two templates to play around with first however the other two are possible

    1. Navigate to:

    Admin Panel\Display\Colors\CSS Stylesheet

    2. Add the following code and press "Submit" to save

    Code:
    #search-box #keywords,#search-box-yahoo #keywords-yahoo {
       display: none !important;
       }
    #search {
       display: none !important;
       }
    .icon-home {
       display: none !important;
       }

    3. Refresh your forum Smile

    Regards







    Craig
    Hiya-Scape
    Hiya-Scape
    New Member


    Male Posts : 24
    Reputation : 0
    Language : english
    Location : somewhere between...

    a few things. Empty Re: a few things.

    Post by Hiya-Scape November 24th 2008, 6:18 am

    i dont want to mess up anything using css... is there any other way to remove the search box?
    avatar
    Guest
    Guest


    a few things. Empty Re: a few things.

    Post by Guest November 24th 2008, 6:32 am

    Unfortunately no, The CSS code i have placed above shouldn't mess anything up,

    If you do have issues you can use the Admin Utilities Tool to roll back to before you used the code Smile

    Regards







    Craig