How can i delete those thing? and i want to make a set like this.. please help me. 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.
4 posters

    How can i delete those thing? and i want to make a set like this.. please help me.

    avatar
    brandhot112
    New Member


    Posts : 1
    Reputation : 1
    Language : Rome, Italy

    In progress How can i delete those thing? and i want to make a set like this.. please help me.

    Post by brandhot112 January 24th 2015, 7:09 pm

    https://2img.net/h/i1377.photobucket.com/albums/ah56/vip5428/K-9_zpse6654c2b.png

    Hello. it's first time to make a froum.. so i have no idea how to make it.
    I want to make closed forum for only members and i want to delete FAQ,USERGROUP. PROFILE all of them. i want to hide .
    but i have no idea how to do that...

    i want to make a forum like below picture.
    https://2img.net/h/i1377.photobucket.com/albums/ah56/vip5428/K-11_zpsfcf19ffd.png


    anyone can help me please...?
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51497
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: How can i delete those thing? and i want to make a set like this.. please help me.

    Post by SLGray January 24th 2015, 7:14 pm

    To have a hidden forum, you have to set the permissions for the forums.
    Administration Panel - General - Forum - Categories & Forums

    For the navigation menu, do you mean from guests or members, too?



    How can i delete those thing? and i want to make a set like this.. please help me. Slgray10

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


    Male Posts : 75
    Reputation : 7
    Language : Java, C++, C#, Python, JavaScript, PHP, MySQL, AWS
    Location : United States

    In progress Re: How can i delete those thing? and i want to make a set like this.. please help me.

    Post by masesm January 26th 2015, 8:16 pm

    If you are looking for the code to hide the menu, go to:

    ACP >> Display >> Colors >> CSS Stylesheet >> Type:


    Code:
    #page-header .navbar a{
      
     display: none; !important
    }


    click "Save".
    levy
    levy
    Hyperactive


    Male Posts : 2631
    Reputation : 350
    Language : English, Romanian
    Location : Romania

    In progress Re: How can i delete those thing? and i want to make a set like this.. please help me.

    Post by levy January 26th 2015, 8:22 pm

    masesm wrote:If you are looking for the code to hide the menu, go to:

    ACP >> Display >> Colors >> CSS Stylesheet >> Type:


    Code:
    #page-header .navbar a{
      
     display: none; !important
    }


    click "Save".

    This will hide only links not and the navbar.

    @brandhot112 please post here your overall_header

    Admin Panel -> Display -> Templates -> General -> Overall_header. Copy it and put here in a
    Code:
    [code][/code]