how to show reputation tab in user profile after activation of reputation plugin?
I mean custom php code for template's profile.php
like your site's profiles tabs.
Thanks
how to show reputation tab in user profile after activation of reputation plugin?
I mean custom php code for template's profile.php
like your site's profiles tabs.
Thanks
I have a newer version in use here but even the older one on bbpress.org supports a profile tab.
Either something is off with your theme that is preventing the tab from showing or it's broken in bbpress 1.x
Try temporarily switching back to the kakumei theme.
If you still don't see the profile tab, then it's broken under 1.x
Ya its ok and working with Kakumei theme, I'm using bbpress Version 1.0.2. is It possible to enable this plugin with my own custom theme?
I'v made static menus in profile.php to show profile tabs. now i want to link them. that's wby I need a code to show user profile reputation link for current user.
Thanks _ck_
If you are not including the code to make tabs automatically via the bbpress api, you'll have to make your own tab link for reputation.
Do it the same way you are making the edit/favorites links.
Or in theory:
<a href="<?php echo get_profile_tab_link( $user_id, 'reputation' ); ?>">reputation</a>
Thanks It works
RSS feed for this topic
You must log in to post.