HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Tip: Using plugin with vanilla 2.1 tpl based themes e.g. Bootstrap
added menu links via plugins are controlled by
{custom_menu}
if {custom_menu} is in your tpl theme you should see the members link
you can order the placement of {custom_menu} in your default.master.tpl in your themes views folder.
e.g. to place in very front
{custom_menu} {dashboard_link} {discussions_link} {activity_link} {inbox_link} {profile_link} {signinout_link}
or after discussuions e.g.
{dashboard_link} {discussions_link} {custom_menu} {activity_link} {inbox_link} {profile_link} {signinout_link}
abigail and others - this may help you.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
1
Comments
Split @piotrnl posts to a separate thread.