Search Results for 'bbpress'
-
Search Results
-
I seelcted that I wanted a toolbar with html controls and the ability to add media to the forum. But when I look at the forum, the user is given a blank textarea to type in a reply, and that is it! No formatting toolbar and no ability to post an attachment or post media.
Is it even possible to allow users to post an attached file? I need them to be able to do this. I am using BBpress as a discussion board for a course I am creating, and it will be useless if they can’t post an attachment.
I just downloaded bbPRess so I have the newest version.
Topic: BBpress Profile issue
Hi there, I am currently using BBPress on my website. My site is an LMS site that uses Memberpress for our membership and for our courses. Currently in my member dashboard area, there is an “edit forum profile” tab and when you click it, it pulls a lot of other strange info other than just the members profile like it pulls our blog titles for some reason. Also, if I am logged in as a different member and click on another user who posted on the forum and it takes me to their profile, their email loads incorrectly (so if my email is test123@gmail.com it shows at the top of their profile as @test123-gmail.com.). Has anyone every experienced this and know what to do? Lastly can users edit their profile picture or is this not possible with just bbpress?
Thank you so much for your help!Topic: Pagination
See:
Now, the forum in question has 15 topics + 2 stickty topics. Total 17.
That actual page is displaying all 17. Yet it thinks it is displaying 15 and thus has a pagination to page 2. And ofcourse page 2 has nothing to display.
Bug?
USing latest bbPress and all associated plugins
Curious to know if anyone has a solution for this.
When a user receives a weekly email notification from BBPress, if they are logged out of the site and then click on the link supplied in the email (under “Topics” for example) then it will direct them to the WP Admin dashboard login page rather than the user login page.
It doesn’t look like this link is changeable. Are there any solutions or plugins that might help resolve this issue?
Thanks in advance for the help!
Somehow after someone adds a comment on a forum topic an error message is shown with the text ‘Spam email blocklist’. When refreshing the page, the comment is added.
Screenshot:https://prnt.sc/26d7eye
I’ve done tests:
– add comments to a regular post: success
– Enables standard Twenty.. theme: problem still existWp & BBpress versions:
– Akismet is not active
– No spam filter is activeVersions
Wp Versions: 5.8.2
BBPress: 2.6.9I can’t share a URL because it’s a non public website. You need a login. Which I can share of you need te have access.
Website: https://jewishwomenofwisdom.org
wordpress version: 5.8.3
bb press version: 2.6.9I have a WordPress website with Restricted content pro (membership plugin), bbpress and buddy press. There are some forum pages, that are pages with bb press shortcodes and blocked with Restricted content pro and its locked message for logged out users appears(such as https://jewishwomenofwisdom.org/forum/ OR https://jewishwomenofwisdom.org/new-topic/). That is working fine. However, pages generated from the post type such as the archive page https://jewishwomenofwisdom.org/forums/, aren’t blocked and can be accessed (and a list of categories can be seen). Then when a logged OUT user tries to click on a topic to see topic content, it send them to a funny login (not restricted content pro) and then when they click the “log in” button, (whether or not the username and password fields are filled in) in they are redirected to the regular RCP login. That is an extra step. How do I get rid of the middle step?
(not sure if this info is relevant: Under Restrict – buddypress , I set that “Redirect to page” to a page called “locked content”.)
Thank you in advance.
Hi,
I am a brand new user of bbpress. Setting up my first forum and I have created a Forum with topics etc and marked them all as Private. Obvioulsy when logged in as an admin I can navigate the forum no problem, so I tried loggin out and doing the same, I though the forum would say something like ‘Pleaase login to access the forum’ or something but it just throws up a 404 error, is this right or am I misunderstanding.
If you have the option for a Private Forum for Logged in users only, should I not be getting a option to login to use the Forum, instead of a 404 error.
Sorry if Iam being dumb!
cheers
BBpress Version 2.6.9
WP Version 5.8.3Hi:
Thanks for creating the importer [and forum].
Just done an import from Drupal 7 forum, to bbpress 2.6.9 on WordPress 5.8.3.
It seems to have worked well.
Just odd that in listings like forums, forum topics, get 0 posts and 0 topics listed; even tho can click through and see the posts and replies.
I’ve tried running the Repair Forums tools [all of them, just in case! – didn’t get any reports from them, in case there should be]. But not helped.
Also added a test post; and sure enough this was counted.
– so I can carry on with the forum, just an oddity to have the Drupal posts/topics not counted.Currently wpress.drmartinwilliams.com/forums
Soon to http://www.drmartinwilliams.comI’m dealing with a website that went through a period of neglect in which it was bombarded with registration spam and spam posts to its bbPress board. Nearly all the spam posts were caught by Akismet, so they aren’t being displayed. We’re installing reCaptcha and possibly other measures to prevent additional registration spam and cut down on spam posts.
The problem is the size of the database. Tens of thousands of spam posts that were caught by Akismet remain in the database, with the vast majority in status “pending” (although they don’t appear in the pending folder). The number is so large that manual deletion is not practical. The tentative plan is to use SQL to remove these posts and their metadata. Likewise, it seems we SQL will be needed to remove a huge number of bogus users and their metadata.
The dashboard has a message saying we need to perform a manual database upgrade due to the size of the forum. We aren’t sure how to proceed: perform these deletions in SQL and then do the upgrade, or do the upgrade first? Presumably the upgrades will proceed faster with a 90% reduction in the size of the database if we do the SQL operations first, but I don’t know if there are other considerations that point the other way. Any thoughts would be appreciated.
Topic: Problem with the breadcrumb
Hello,
I have a problem with the display of the breadcrumbs. On my local bbpress forum they appear well and all works. But on the online version I do not see them appear. It’s the same code and the same settings.WP version: 5.8.3
bbpress version: 2.6.9
site is in a local environment at the moment.I’m trying to update the role for the users once they enroll in course. I manage to found an entry point for this with “learndash_update_course_access” once there is an update in the user courses list. This part works. What is giving me troubles is the update of the user bbpress roles.
This is the most raw code I try:add_action( 'learndash_update_course_access', 'updatebbpressrole', 20, 4 ); function updatebbpressrole ($user_id, $course_id, $course_access_list, $remove) { $new_role_forum_role = "bbp_blocked"; bbp_set_user_role( $user_id, $new_role_forum_role ); }I try with a pair of custom roles I have, but it also happens with the basics bbpres roles too, so is not related to the new roles.
Also I try with the update in the root of functions.php this works, sort of, because the update is done, but the select dropdown in the user profile in the admin page get stuck in the old one, but in code the selected one is the updated, if I get out and enter again is fixed.
Any idea about why bbp_set_user_role is not working this way ?In my forum the breadcrumbs or whatever they’re called show up with the same text twice.
How can I remove one of them?
(I’m not 100% sure this is a bbPress problem but maybe someone can help me out.)
Example:
