Menu bar members

hello,
how can I change the menu bar of the user so that for example appear immediately all and I do not have to click in more.

Hello tksysteme,

I recommend you to put more button as it is, since it prevents to break the tab layout.

If you still want to remove it just add following line of code in InspireBook -> Setting-> Custom codes -> Custom JavaScript

jQuery('#object-nav li:nth-child(n+6)').addClass('rtp-select-container');

Thanks

1 Like

many thanks, but it is also possible to sort this (for example: exchange for such settings with messages)? further I would like to profile and settings summarize, is that possible?

Hello,

Yes it is possible with Javascript/jQuery. It will need more customization since these menus are added by BuddyPress and will be update by other plugins also.

Thanks

thanks for your answer