My plugin is to add a new tab in user primary navigation and show a page when clicking it. But the page is not showed at the proper place. See:
Like the other tabs (e.g. Badges), I want the template to render under the navigation and the route should include /u/:username/
. How to do it in the right way?
The plugin code can be found on github. Any suggestions would be greatly appreciated.