How to customize navigation header menu?

Hello everybody. I'm pretty new on vanilla forum, and love it.
Well, now I'm looking for how to custom my navigation header menu. I just walked around conf directly below vanilla-core directly. But I'm not sure how to do it.

This is my current local condition, it's already localized into japanese. I want to delete 2 navigation header just right of "PASCI" which is the site title.

Also, I like the theme of this site, https://open.vanillaforums.com/, can I find this theme somewhere?

All the best.

Comments

  • If you just want to remove those two links, I would advise to use the CSSEdit Pugin and use css to hide them.

  • @R_J said:
    If you just want to remove those two links, I would advise to use the CSSEdit Pugin and use css to hide them.

    Thanks for your tips, but I want to remove it by other than css.

  • Okay, no problem. You need to create your own custom theme then. Read about that in the documentation, the link is in the header

    Copy applications/dashboard/views/default.master.tpl to your themes views folder and edit it there. I guess it is the ul.SiteMenu that you like to remove. But I would suggest to keep the custom menu entry since some plugins might use it

  • Okay, thanks I'll try it. That's what I looking for.
    And can I find the theme using on this website?

  • can I find the theme using on this website?

    See this discussion:

    https://open.vanillaforums.com/discussion/comment/232735#Comment_232735

  • Thanks everyone! My problem is solved!

Sign In or Register to comment.