Skip to:
Content
Pages
Categories
Search
Top
Bottom

BadgeOS points under username in forum

Published on February 22nd, 2018 by florianm

For our restricted members bbPress forum, I would like to display a user’s BadgeOS points below their username next to their posts/replies. I already found some code to display these points but I am not sure if it’s correct and how to make it show below the username.

function badgeos_get_users_points( $user_id = 0 ) {
// Use current user’s ID if none specified
if ( ! $user_id )
$user_id = wp_get_current_user()->ID;
// Return our user’s points as an integer (sanely falls back to 0 if empty)
return absint( get_user_meta( $user_id, ‘_badgeos_points’, true ) );
}

Any help would be much appreciated!

FYI: we also use the latest versions of BuddyPress and the Boss theme.

BBCodes bbpress list?

Published on February 21st, 2018 by angrywarrior

Hi! 🙂

Pretty much as the subject says. Is there somewhere a list over all BBcodes that you can use in BBpress?

I spent some time googleing after this but I could not find any published information.

Thank you.

Kind regards
AngryWarrior

Navigation & BuddyPress Group Feature Request

Published on February 21st, 2018 by paschoolboards

We have come across and issue regarding bbPress and Groups in BuddyPress. Our organization decided against my wishes to start using the terminology Forums to describe Focus Groups and Committees. This has created an issue for our portal as Forums means something different in bbPress. After much digging I found an easy way to update the group navigation bar to reflect a name other than Forum, but the easiest way to make this work is to add apply_filters in setup_variables() in plugins/bbpress/includes/extend/buddypress/groups.php like this:

                $this->name          = __( 'Forum', 'bbpress' );
                $this->nav_item_name = __( 'Forum', 'bbpress' );

                $this->nav_item_name = apply_filters('bbp_update_nav_item_title', $this->nav_item_name);
                $this->name = apply_filters('bbp_update_forum_name', $this->name);

then I just use add_filter in my plugin and it updates the Navigation Bar for groups to display something different.

Is this the only way this can be done, or is there a filter/action i can use to change it without touching the bbpress code? I don’t want to keep changing code every time there is an update to bbPress.

So my request is to add these apply_filter lines above to the groups.php file going forward for flexibility. I’m sure the same could be don with slug, but I don’t care much what the url is as long as the display name is correct.

Thanks for everything you guys do!

paid file sharing like phpbb

Published on February 21st, 2018 by ladolce

Want to know if it’s possible to use bbprss like phpbb where you can set userpermissions to access certain files. We have a site where it is a forum but there is a section where users and subscribe and be able to download files that are on certain posts. It this possible to setup the same as this site – http://www.plasmaspider.com ?
Thanks

can we make bbpress work like facebook groups ?

Published on February 21st, 2018 by mdegla

Hello,
Can we Make bbpress Forums act like Facebook groups in the way posts are displayed :
all the topics are shown on the main forum page
you can add comments right away from this main forum page
on every post you can see some of the comments and Click on a link to view more – also on the same page
you can scroll for ever to see old topics
can we achieve something like that with bbpress ?
thanks

Tracked Discussions

Published on February 20th, 2018 by kjwuan28

Hello,

Is there a shortcode or a function that can retrieves all of subscribed forums,forums that you have replied? In short to get all forum/topics that you or a user have involvement in a single page.

We are using.
bbpress Version 2.5.14
WordPress 4.9.4
Custom made theme.

Only social login members

Published on February 20th, 2018 by principiante

Dear friends,
How can I, on my forum, “turn off” bbpres member register and login and left just possibility to log in and register over “wordpres social login” plugin?
My forum:
https://www.sobrecroacia.com/forums/
Thank you!

Remove Topic Tags / (bbPress) Statistics Widget

Published on February 19th, 2018 by .:DDoS:.

I don’t use topic tags might as well remove it. how?

(bbPress) Statistics

Maximum Number of Posts Per Thread Page?

Published on February 19th, 2018 by atomicfilm

Hi Guys,

I’m a definite noob, so apologies in advance for that.

I have a forum on a membership site.

I’d like to limit the number of posts per thread page…
i.e. 12 posts on a page, then to page 2…

Currently, one of my threads has 39 posts.

If the setting to alter this is in admin:forums:settings – those numbers aren’t having any effect.

Any help very gratefully received!!!

Thanks,

Andy

Notification from bbpress to buddypress

Published on February 18th, 2018 by sebaurel

Hello,

I have a notification problem from bbpress to buddypress.
When a user responds to a topic, the author receives an empty notification!
Screenshot

How can I delete or fix it?

WordPress 4.9.4
bbPress 2.5.14
BuddyPress 2.9.3

Other plugins used:
BuddyPress Member Reviews
GEO my WP
MediaPress

Skip to toolbar