Forum breadcrumbs – You are here:Asgaros Support ForumTips & TricksFORUM MENU
Please or Register to create posts and topics.

FORUM MENU

Page 1 of 2Next

I am finding it complicating on mobile where the Theme and Forum both have a ‘menu’

Do you have a way where I can remove the forum menu from both desktop/mobile and put all of the links into my theme menu?

Hello @tyler

Basically you can add the links manually to your themes-menu in Appearance -> Menu and hide the forum-menu by adding the following code to Forum -> Appearance -> Custom CSS:

div#forum-header {
    display: none !important;
}

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

How do I properly copy your forum links so they function correctly?

You can just add them as normal links in the menu. However, the login/logout/register menus must be added by some other approach, for example a WordPress extension which can add login/logout links to the menu.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Yes, Theme my login plugin does this

What about the Profile link? It adds the username at the end?

So help for the profile link?

What is the profile link url?

Hello @tyler

For the profile-link I cant tell you any working solution now because as you already mentioned it requires the link of the current user. If you have some coding-experience you could basically hook into the menu and add the login-name of the current user to the end of that URL. Another solution without code is not possible at the moment because it was never intended to place the menu outside of the forum.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

I have everything working…

It just looks way better having the forum menu into my main website menu. I have no coding experience…. Do you have a suggestion?

Page 1 of 2Next