Search Results for 'bbpress'
-
Search Results
-
Topic: Hackers Getting In….
I have been using bbpress and buddypress on my website as a test of usability. I have it ticked so that new users can create accounts, BUT, I must approve them before they become active. I have had a few hackers circumvent this, and create a user account, AND activate it. How are they doing this, and how do I stop it?
Topic: Activation Key
Hi BP Support Team,
I do have the following problem: As part of registering process all of my users are getting redirected to the activation page asking for an activation key after clicking the link in their email. I have no idea why this is happening as I do not need to have additional activation key ( or any activation options). The email link is enough for me.
I’m using BBPress version 3.2.0.
I’m having the following plugins installed and activated:
– Bbpress 2.5.14
– Buddypress registaration options 4.3.5Thanks,
Neli
I’ve been using bbPress and BuddyPress since long and am aware that if a user creates a topic in any forum, that also gets listed in user profile -> Forums tab.
Here is what exactly I’ve done:
When I create a private group and attach a forum with it. And a non-admin member becomes a member of that private group. Now that member creates a topic in that private forum, that topic does show globally on the /forums page. But when that user checks his profile for the topics he created, there no topic is shown. Which means the topics that show up globally, doesn’t show on the profile page.
For the information, I’m using the following versions of the plugins and theme:
1. bbPress – 2.5.14
2. BuddyPress – 3.2.0
3. Twenty Sixteen – 1.5
4. WordPress – 4.9.8Please help me with this issue. Also, let me know if some guys have come across such a situation.
Thanks in advance!
Hi ,
I am using Divi theme, buddypress for user profile and bbpress for forum.
I want to add forum for forntend “moderator” user, where they can create/start new forum. Like users can create New Topic.
I used some code to add forum for forntend, but that’s not worked, as code is for bbpress only.

I already asked bbpress regardinng the issue. They said, as I used buddypress and buddypress profile, asked buddypress for help. https://www.screencast.com/t/89AvqQwHVC
My site is getting bigger and there are activities that happen there that may not be relevant to all members. I want to hide group replies and topics when a user creates a topic in a group. Is there a plugin similar to BP Activity Filter that actually works with modern BP? Or is this more along the lines of a bbPress issue?
I’m working on a WordPress Multisite installation and I need all of the sites to have the same configuration (themes, plugins, settings, etc.). I’m using BuddyPress on all of the sites and I want them all to have the same components activated. Currently I’m using Ansible to provision everything and make some calls to the WP CLI, one of which runs a PHP script that is supposed to save the BuddyPress settings, along with settings for other plugins. The script seems to run fine; I update
bp-active-componentsand I runbp_core_install()and pass the components to it to create all the necessary tables. However, when I go to a site and visitwp-admin, the active components get reset to the default components. I’m guessing there is an action somewhere that runs when I visitwp-adminor the BuddyPress settings page for the first time. Where is this happening and can I turn it off? Or what would be the best course of action for achieving what I am trying to do?Tech specs:
WordPress 4.9.5, using multisite
BP Multi-network 1.0.1, network-activated
BuddyPress 2.9.4
bbPress 2.5.14, network-activated
Custom theme
Running inside a vagrant box using CentOS 6P.S. I am probably using a bunch of outdated stuff but I inherited this project from another team
I use BuddyPress (and BuddyBoss Social Learner Theme) to interact with my students who take courses on my WordPress / Learndash website.
Q1) One thing that kind of drives me crazy is I can’t put line feeds in my messages without adding a character to space out the sentences.
I use to type in
which worked, but the emailed copy of the message showed in place of just a blank line.So that in mind, what am I missing?
Is there any setting or stylesheet I can edit to allow a space between sentences in BuddyPress Messages?
People really hate walls-of-text, and spaces between sentences make text more readable, just like you find here on the Buddypress website and in this post I’m making.
Note that I don’t have this issue with BBPress forum posts.
Q2) I’m imperfect, and whenever I create a notice to all users I always have a typo 🙁
BUT, I just can’t find any way to edit these announcement messages?
Just checked, and yes it is the 21st century and even Facebook now lets you edit announcements, so I figured it must be me, that I just don’t know how to edit them.
Can someone point me in the right direction?
Thanks a million in advance!
Shawn
When I Activate the plugin: rtMedia for WordPress, BuddyPress and bbPress
then the Place update button in the Activity stream disappears?!Topic: User role colours
Hi I am running WP 4.9.8 running the7dtchild theme.
https://www.stinglessbeesinternational.com
I want to have different colours for each of the user roles on our forum that we are developing.
I have asked ‘the7’ theme support people they pointed me to the BBpress support knowledgebase. The references to this was dated 3 years ago and there does not seem to be any further info or progress. Am i just slow or is this something not yet available? Or did i miss something?
Thanks for your help.
PhilipThe settings are not showing on buddypress 3.2.0, also I’ve got bbpress installed and the forum tab on user profile appears to be blank also. Really wanted to try the new buddypress version, but I need to return back if the problem is not fixed.
Here’s a screenshot of the issue:
https://drive.google.com/file/d/11O81NAs9NQDO7ZAwKMUt_XOL2nWfMeQR/view?usp=sharing
Thanks a lot!Hello,
I know this has been asked before and I followed the suggestion from this thread:
https://buddypress.org/support/topic/block-activity-stream-types/and tried adding this code to my the child theme functions.php and to bp-custom.php:
// Filter bbPress from updating activity stream function imath_activity_dont_save( $activity_object ) { $exclude = array( 'bbp_topic_create', 'bbp_reply_create',‘friendship_created’, ‘joined_group’, ‘updated_profile’, ‘updated_profile_photo’); // if the activity type is empty, it stops BuddyPress BP_Activity_Activity::save() function if( in_array( $activity_object->type, $exclude ) ) $activity_object->type = false; } add_action(‘bp_activity_before_save’, ‘imath_activivity_dont_save’, 10, 1 );but it didn’t work, profile updates, profile photo updates, new friendships, forum topics and forum replies are still showing on the activity page 🙁
What am I doing wrong?
Thank you for your help.