Title: Bbpress Profile
Last modified: January 14, 2021

---

# Bbpress Profile

 *  Resolved [kevinbkt10](https://wordpress.org/support/users/kevinbkt10/)
 * (@kevinbkt10)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/bbpress-profile/)
 * I wanted to display the points, achievements and badges in the bbpress user profile,
   so that other people can access the profiles of other members and see their earnings
   without the need to install buddypress and weigh the server. How can I do this?

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Flavia Bernárdez Rodríguez](https://wordpress.org/support/users/flabernardez/)
 * (@flabernardez)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/bbpress-profile/#post-13913669)
 * Hi [@kevinbkt10](https://wordpress.org/support/users/kevinbkt10/)
 * You can try to edit the profile bbpress template and add GamiPress shortcodes
   for displaying.
 * You will have there a “problem.” You will need to fill in the current user ID
   dynamically.
 * We cannot provide custom code here, so I would recommend asking any developer
   for help. Here you have some of them: [https://gamipress.com/development-consultants/](https://gamipress.com/development-consultants/).
 * Hope it helps!
 *  Thread Starter [kevinbkt10](https://wordpress.org/support/users/kevinbkt10/)
 * (@kevinbkt10)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/bbpress-profile/#post-13913964)
 * I did it, it was very simple:
 *     ```
       <? php
            $ user_id = bbp_get_user_id ();
   
         echo do_shortcode ('[gamipress_points user_id = "'. $ user_id. '" current_user = "no"]');
   
       ?> 
       ```
   
 *  [Flavia Bernárdez Rodríguez](https://wordpress.org/support/users/flabernardez/)
 * (@flabernardez)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/bbpress-profile/#post-13921087)
 * Awesome! Thanks so much for sharing!
 * Have a great week!
 *  [maurice_jager](https://wordpress.org/support/users/maurice_jager/)
 * (@maurice_jager)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/bbpress-profile/#post-14045605)
 * Where did you put the code?
 *  [Flavia Bernárdez Rodríguez](https://wordpress.org/support/users/flabernardez/)
 * (@flabernardez)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/bbpress-profile/#post-14051265)
 * Hi [@maurice_jager](https://wordpress.org/support/users/maurice_jager/)
 * May the user put the code on the bbpress profile template: [https://codex.bbpress.org/themes/amending-bbpress-templates/](https://codex.bbpress.org/themes/amending-bbpress-templates/)
 * However that is something involves to bbpress… So I encourage you to contact 
   them 😉
 * Hope it helps!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Bbpress Profile’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/gamipress-bbpress-integration_38abae.
   svg)
 * [GamiPress - bbPress integration](https://wordpress.org/plugins/gamipress-bbpress-integration/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gamipress-bbpress-integration/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gamipress-bbpress-integration/)
 * [Active Topics](https://wordpress.org/support/plugin/gamipress-bbpress-integration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gamipress-bbpress-integration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gamipress-bbpress-integration/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [Flavia Bernárdez Rodríguez](https://wordpress.org/support/users/flabernardez/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/bbpress-profile/#post-14051265)
 * Status: resolved