Customized the Toolbar 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

    Customized the Toolbar

    kneelfrox
    kneelfrox
    Forumember


    Posts : 70
    Reputation : 2
    Language : English

    In progress Customized the Toolbar

    Post by kneelfrox 6/25/2017, 06:02

    So i've been in tons of forums where some navigation bars are customized or made by them, how can i make my own navigation bar with my own texts nor ideas init, also, how can i delete some navigation bars? because i wanna delete some like Faqs and gallery.
    avatar
    Guest
    Guest


    In progress Re: Customized the Toolbar

    Post by Guest 6/25/2017, 10:30

    Hi,

    To remove the default navbar: in the overall_header template there is a code looking like this(this is for punBB, it is a little different at the other version):
    Code:
    <div id="pun-navlinks">
                         <ul class="clearfix">
                            <li>{GENERATED_NAV_BAR}</li>
                         </ul>
                      </div>
    Simply remove that code and place your custom navbar there.
    kneelfrox
    kneelfrox
    Forumember


    Posts : 70
    Reputation : 2
    Language : English

    In progress Re: Customized the Toolbar

    Post by kneelfrox 6/25/2017, 14:07

    @Wolfuryo , Hi, i'm using phpBB3 version. The code doesn't work.
    avatar
    Guest
    Guest


    In progress Re: Customized the Toolbar

    Post by Guest 6/25/2017, 14:16

    The navbar code is different in phpBB3:
    Code:
    <ul class="linklist navlinks{NAVBAR_BORDERLESS}">
             <li>{GENERATED_NAV_BAR}</li>
             </ul>
    Replace that code with the code of your custom navbar.
    brandon_g
    brandon_g
    Manager
    Manager


    Male Posts : 10113
    Reputation : 923
    Language : English
    Location : USA

    In progress Re: Customized the Toolbar

    Post by brandon_g 6/25/2017, 14:24

    Hello,

    The way to make a custom navigation bar would be to have someone who knows graphic design make them for you. As all a custom nav bar is, is images that have been linked in a certain part of the admin panel which automatically show in place of the text navigation bar once added.

    You just need to have the images/bars already made, once they are made you can upload/link them in your admin panel at->ACP (Admin panel)-->Display-->Pics Management (advanced mode)-->You will see a spot for every nav bar option (register, login, home, portal, calendar, pm, new pms, etc) . All you do is place the link for each of the images in the text field next to each one and once you hit save they will automatically appear.

    If you don't know anything about graphic design and don't know anyone who does you request graphics in our graphic design section and our graphic design team can make them for you. Wink

    If you so do not want specific nav options to appear, you can simply not have an image for that and it shouldnt show up at all in the navbar.

    -Brandon



    Customized the Toolbar Brando10
    Remember to mark your topic Customized the Toolbar Solved15 when a solution is found.
    General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

    Customized the Toolbar Scre1476
    Team Leader
    Review Section Rules | Request A Review | Sticker Points
    kneelfrox
    kneelfrox
    Forumember


    Posts : 70
    Reputation : 2
    Language : English

    In progress Re: Customized the Toolbar

    Post by kneelfrox 6/25/2017, 14:25

    I didn't made any navbar, the navbar in my forums's from the theme. though, i can't find the code.
    So in
    Code:
    <ul class="linklist navlinks{NAVBAR_BORDERLESS}">
            <li>{GENERATED_NAV_BAR}</li>
            </ul>
    What should i change there to make the navbar's title and what should i change there to customize it
    kneelfrox
    kneelfrox
    Forumember


    Posts : 70
    Reputation : 2
    Language : English

    In progress Re: Customized the Toolbar

    Post by kneelfrox 6/25/2017, 14:30

    @brandon_g Hi, i don't have an issue on making an image for my nav, i wanna know how to make a customized navbar like this ; http://prntscr.com/fny2rz
    brandon_g
    brandon_g
    Manager
    Manager


    Male Posts : 10113
    Reputation : 923
    Language : English
    Location : USA

    In progress Re: Customized the Toolbar

    Post by brandon_g 6/25/2017, 14:33

    So you mean you want to customize the toolbar?



    Customized the Toolbar Brando10
    Remember to mark your topic Customized the Toolbar Solved15 when a solution is found.
    General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

    Customized the Toolbar Scre1476
    Team Leader
    Review Section Rules | Request A Review | Sticker Points
    avatar
    Guest
    Guest


    In progress Re: Customized the Toolbar

    Post by Guest 6/25/2017, 14:57

    What you want to modify is the toolbar, not the navbar. Problem is:the design of the toolbar from the screenshot you posted was made by the owner of that forum just for that forum. I can get the exact coding for that, but I don't want to do so because it wouldn't be fair to copy that person's work without their consent. If you want to have a toolbar like that, I would advice you to contact the founder of that forum and ask them to give the coding for it.
    kneelfrox
    kneelfrox
    Forumember


    Posts : 70
    Reputation : 2
    Language : English

    In progress Re: Customized the Toolbar

    Post by kneelfrox 6/26/2017, 02:22

    Im not trying to copy those texts, I just wanna know how to customized my toolbar
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Customized the Toolbar

    Post by SLGray 6/26/2017, 02:51




    Customized the Toolbar Slgray10

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


    Posts : 70
    Reputation : 2
    Language : English

    In progress Re: Customized the Toolbar

    Post by kneelfrox 6/27/2017, 14:06

    I'm so confused on what to do, tried those codes but they ain't working or didn't even changed a thing, probably the codes i've entered is wrong. I just wanna make a navigation bar and when you click it, all of those writings should be made by me
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Customized the Toolbar

    Post by SLGray 6/27/2017, 17:37

    You keep saying navigation bar or navbar, but it is called the toolbar.



    Customized the Toolbar Slgray10

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


    Posts : 70
    Reputation : 2
    Language : English

    In progress Re: Customized the Toolbar

    Post by kneelfrox 7/1/2017, 07:53

    Yes, nav toolbar, i know the differences, Im actually pointing about the nav toolbar. sorry ;-;
    kneelfrox
    kneelfrox
    Forumember


    Posts : 70
    Reputation : 2
    Language : English

    In progress Re: Customized the Toolbar

    Post by kneelfrox 7/1/2017, 16:31

    Bump
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Customized the Toolbar

    Post by SLGray 7/1/2017, 17:34

    kneelfrox wrote:Yes, nav toolbar, i know the differences, Im actually pointing about the nav toolbar. sorry ;-;

    kneelfrox wrote:Bump
    Please don't double post. Your posts need to be separated by 24 hours before bumping. Please use the edit button, instead!
    Please read our forum rules:  ESF General Rules



    Customized the Toolbar Slgray10

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


    Posts : 70
    Reputation : 2
    Language : English

    In progress Re: Customized the Toolbar

    Post by kneelfrox 7/3/2017, 14:11

    Still got issues on css ;-; can't create my own toolbar