Search Results for 'forum'
-
Search Results
-
Hello,
First of all, this plugin is pretty cool. But I’m stuck on a problem. That’s I create forum using bbpress. I gave the registered visiters the Moderator forum role. But I tested it as a user(like visitor), when I submit it, that forum showing in the site without approving admin. And also the new user role in site as Contributor. So I want a help from you to solve this issue. Please reply as soon as possible.
Thank you & Best regards,
HelaniI want to set the group ID to “group name slug” by default.
Is there a good way to override the function “groups_create_group()” in “bp-groups/bp-groups-functions.php”?
I would like to specify an id for the slug as shown below, but do not want to modify the core file. It would be helpful if I could override it in “bp-custom.php”.
$args = bp_parse_args( $args, array( 'group_id' => 0, 'creator_id' => 0, 'name' => '', 'description' => '', 'slug' => bp_get_current_group_id(), 'status' => null, 'parent_id' => null, 'enable_forum' => null, 'date_created' => null, ), 'groups_create_group' );I noticed that when you go to a user profile and click on the forum tab “/members/user/forums/” that works well, but if you click on page 2 and up you get 404 page not found error and it’s missing “/forums/topics/” before the “page/2/” ect url. This is even occuring in this site if you check the profile of https://buddypress.org/members/imath/forums/
Topic: Forum E-Mail Notification
Hello,
we use the email-notification to inform all of our employees (over 200) about new posts in the forum. It takes a while till the post is shown. That was no problem so far but since 2 days we get a time out when we post something and then the post is only shown for admins and the mails were only sent to admins as well.
Is there a limit for “New Topic Email Addresses” (is it only meant to be for admins and few important persons) or could the problem be caused by our plugin “Post SMTP” which sends the mails? Settings were no changed.
Wordpress Version 6.1.1
BuddyPress Version 10.6.0
(A link to our site would make no sense cause it is just for members visible)Best regards
SebastianTopic: Mark all as read
I get a ton of notifications for replies to forum posts. Is there a way to select all those notifications and mark them as read OR delete them? I have thousands and clicking them one by one when deleting them is not effective.
Thank you.
Hi,
I have a custom email notification with a custom action (based on this article – https://codex.buddypress.org/emails/custom-emails/ ), and it’s working, but it doesn’t currently allow the user to subscribe to or unsubscribe from the custom email nortification.
I would like to add this custom notification as an option in the email notification settings form in the member profile, and I would then want to use those settings in the send-function of the email.
I’ve been searching the web and forums forever and couldn’t find much helpful information about how to achieve this.
It seems there is a registration mechanism, as there are plugins that offer to override user preferences, and there are functions that sound like they have something to do with this mechanism, like – bp_nouveau_member_email_notice_settings(). But I couldn’t find any document that actually helped me register the custom email notification or explain how to access that information prior to sending the mail.
Maybe someone here can help? Thanks a lot for any idea!
Topic: Unable to Display All Forums
I have a new Site
Wordpress 6.0.3
WPBakery 6.9.0
BuddyPress 10.4.0I have 4 top level forums
only 3 will display, the 4th will show up in a menu, but not in the static display on the forums front page.
I have been through all settings but do not find anything that would effect this displayHello dear Buddypress team,
I need to make the groups directory show each group’s main forum url (/forum/), instead of its home (showing members) so, clicking the group link in the directory page , it would send directly to the forum.
I realize this may require more abilities than I have, but is it even possible? I searched through the Buddypress plugin files (specifically bp-groups/screens/directory.php, but I have to say I hit a wall. I was thinking of adding /forum/ somewhere and here it is :’)
The url concerned is https://freefullpdf.com/wordpress/groups/ (work in progress), with WordPress 6.0.2, Buddypress 10.4.0 and bbpress 2.6.9 (for the forum part).
Thank you very much for any response