Search Results for 'bbpress'
-
Search Results
-
Hello,
I have a wordpress installation with both bbpress and BuddyPress installed. I’m trying to create a user from code and automatically setting the forum role to participant. I tried using the bp_core_signup_user but it has not effect. This is the part of the code where im creating the user:
// create the user from the bp_core method, to make sure it passes the activation mode first $user_id = bp_core_signup_user( $post->username, $post->password, $post->email, [] ); bbp_set_user_role( $user_id, "bbp_participant" );
Attached is the user profile after creation from code:
What’s the best way to hire a bbPress Expert for a quick consult? I tried to hire someone through UpWork, but I got someone who didn’t know bbPress that well. I’m not a developer, even though I try to muck around and do things myself to save money. But knowing that an expert could quickly resolve issues, it would be great to have a bbPress expert available for quick fixes.
What’s the best way to find someone I can trust to do great work?
Topic: How to remove wordpress bar
So i’ve just started to use bbpress and i need some help.
I’ve made the user registration and login pages but whenever someone log in, this black bar appears at the top
https://ibb.co/naHGEz
i’ve made login in other forums that work with bbpress and it doesn’t appear. If someone know what i’m doing wrong i’d love to know.One more thing, i’ve been having some difficulty in design the fórum and setting it up properly. I have the bbpress complete pdf and found some other guides online but i’d like to know if any of you have some good start up guides for bbpress.
Thanks
I made pagination when threaded with reference to this page.
https://wpup.co/bbpress-threaded-nested-replies-with-paging/And I made a mechanism to reply by ajax with reference to this page.
https://github.com/aliso/bbpress-ajax-replies/blob/master/bbpress-ajax-replies.phpHowever, the above two are incompatible, and you can not reply on the second and subsequent pages.
how can i make a pagination while using “bbPress Ajax Replies”?
Thanks.
Hiya
I haven’t been able to find an answer to this. Taking over a website that has been using Blog Posts as a Forum. Ideally, we’d do this properly using bbPress. There are hundreds of posts it’s a nightmare!
So is there a way to migrate blog posts to bbpress?
Thank you for the help in advance : ) I am desperate for a solution
Nathalie
Wordpress:
bbPress: 2.5.14
http://www.onlymaths.gr
In my forum I have 2600 subscribers.
I have installed the “AsynCRONous bbPress Subscriptions”, so the users get email notifications in their email when a user create a topic, but it send only at the first 75-100 subscribers email. Why? Is there something that we can do?Hi,
When a participant level user (Assigned via the dashboard>user>all users>edit a user>forums>participant) creates a new forum topic, replies to, subscribes to, the forum topic does show up, but – it does not show up in their Buddypress Menu under (https://website/members/me/forums/) When i change their role (Assigned via the dashboard>user>all users>edit a user>forums>moderator) to moderator topics that they have created, replied to, subscribed to show up.Please advise?
Here are our plugins
bbp style pack
Version 3.9.6bbPress
Version 2.5.14BuddyBoss Media
Version 3.2.6BuddyBoss Products Updater
Version 1.0.2BuddyBoss Wall
Version 1.3.5BuddyPress
Version 3.2.0BuddyPress Docs
Version 2.1.0BuddyPress Group Email Subscription
Version 3.8.2Clipchamp
Version 1.6.6Colorlib Login Customizer
Version 1.2.0Force Login
Version 5.2Peter’s Login Redirect
Version 2.9.1WP Mail SMTP
Version 1.3.3WPBakery Page Builder
Version 5.5.4YotuWP – YouTube Gallery
Topic: Change the Search Button
Hey there,
i am now trying to change the search button from bbpress with that one from my theme.
If i change the class only the color is changing still there is shadow etc.
where i can modify this?Hello all
I need to have a feature in the forum
Basically I have some data stored in a db (i.e. United States / Nation of bla bla bla) and I need that in the forum the users can write :United States: (or <United States> or whatever is the command) so for those one that read the United States words are highlighted and with passing on the mouse or clicking the words a small window appears with
United States
Nation of bla bla blaIs that possible using bbpress?
If yes a plugin is needed? What plugin?Thank you all
Few days ago I have released new plugin for bbPress to add advanced search form to replace bbPress default search page. More information about the plugin is available here:
GD Power Search Pro for bbPress
Topic: StreetLib Connect
StreetLib Connect https://connect.streetlib.com is a bbpress-buddypress-powered forum and community about books by StreetLib, a full-featured service platform for authors and publishers.
The login system and the profiles are integrated with our own applications via CAS technology.
The forum is quite large, we have been able to semi-manually import an old SMF-powered forum with more than 150,000 messages. The difficult part was moving the automatically imported forum from a localhost bbpress to production.
We are using the 1925.4 patch to improve performance (queries, repair tools, etc. it would be unusable without it maybe).
So we are using the latest stable version 2.5 (patched) and the great OneSocial theme by BuddyBoss. Plus a lot of our own modifications.
Feel free to showcase our forum if you want, we would be glad!
Hi all,
Is there a way to sort replies descending from newest to oldest that works with pagination enabled?
I have found this abandoned plugin https://wordpress.org/plugins/bbpress-sort-topic-replies/
which allows me to change the sort order, but it breaks when also using pagination (see https://wordpress.org/support/topic/descending-order-conflicts-with-pagination/ )Is there a changelog for the upcoming version 2.6 of bbpress? maybe there have been some changes in that area?
Thank you all for your work on making bbPress better!
Edit: My installation is WP 4.9.8 with bbpress 2.5.14 and “bbPress – Sort topic replies 1.0.3”
Hiya. I’m wondering where in the code the choice of template to use is made, when a forum is created.
I want bbPress to choose to use the Topic Discussion page template for its Forum page — the page that is created with the discussion itself for a topic — when it creates a new Forum….how do I get it to use that template instead?
I do not need a page that lists all topics for a forum; this is being built to be a one-topic forum; having a list of topics when there will only ever be one topic is just more clicking for my users to have to do, to get to the actual discussion.
I only want the discussion of the topic itself to populate, not a list of topics which is what the forum template does now.
Thoughts?
Topic: bbPress Moderation
I need help with this plugin bbPress Moderation By Ian Stanley https://wordpress.org/plugins/bbpressmoderation/
i use this to hold topics for moderation from my participants before publishing them, because not all topic i will want to publish. but the thing with this plugin is that it hold but topics and reply for moderation and has no option to separate them.
Is there any way like code that i can use to prevent topics from being moderated, only post should be held for moderation and the reply should not be held.