Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
305 views
in Plugins by

I would like to add the badges to the page /account directly above my account details

Also would like to add a new tab to /account "my details", "my favorites", "my badges" 

 

What function is responsible for displaying your own badges? That would already help me a lot

Thanks!

1 Answer

0 votes
by

I'm not sure if it will work as expected, but I've moved the functions out of the layer, so you should be able to access them with:

qa_badge_plugin_user_widget($handle)

and

qa_badge_plugin_user_form($userid)

as for the tabs, you'll have to figure that out yourself.

...