Search Results for 'updated'
-
Search Results
-
Topic: Seeking recommendation
Hello
wordpress 6.1
bbpress 2.6.9I have been using the ‘bbpress toolkit’ link to manage member/poster subscriptions to the forum as well as to the individual topics.
Today when i try to upgrade wordpress from 6 to 6.1 my site broke and i lost access to it ven through cPanel and the hosting providers clinet log in dashboard. After hours of troubleshooting found out the above mentioned plugin which hasn’t been updated in 5 years is causing the site to break. Once the plugin is disabled the site updates fine and works just as it was before.
My question is, are there any other plugins that i can use to manage member subscriptions to threads and posts? It is not a paid website but it is a member only website and the primary concern is to unsubscribe members who are no longer welcomed from getting any notifications or copies of posts/replies.
Thank you.
Is bbPress no longer being updated?
It shows Last Updated: 8 months ago Untested with your version of WordPress
We are on WordPress 6.01.
I want to buy a theme for bbPress but am afraid it won’t work since it hasn’t been updated in so long ๐Hi! I have problem in bbpress forum, we have bbpress forum on our page on this link https://bmedic-online.cz/diskuzni_fora/. You can see whole forum, but in individual categories you have no access, but when you click “Biologie” or “Chemie” it announces you that you have no privilege. Every category works, but “Fyzika” doesnt. Even if you try to enter “Fyzika”, none announcement appear. I am including screenshots of it. On screenshots on “forum.png” you can see whole forum, and when i click on category “Chemie” and “Biologie” it forwards to forum depicted on screen “chemie_forum.png” and “biologie_forum.png”. But when i click on “Fyzika” category, nothing shows up, and it is interesting that icons in admin panel dont show up (in red rectangle on “fyzika_forum.png”).
I dont understand what happend, nobody changed anything.bbpress version is updated to newest, and wordpress is 5.9.
Link to google drive for screens is here: https://drive.google.com/drive/folders/1fKEU15U9GzHaC9KwXJ_XhGe8mSI7HVeC?usp=sharingCan somebody help me?
Greetings
I’m administrating a small forum currently on open source Vanilla, but they seem to discontinue their open source version and I’m looking for other solutions. Since we’re also already on WordPress bbPress seems like a choice to look into, but I’m worried we’ll get into the same situation again with the software being discontinued or outdated.
When I installed bbPress I noticed it said untested with the current version of WordPress, but also it does seem to be updated the past year so there may be no problem.
I need to ask though if bbPress is alive and planning to be alive for the future?
Are there any security concerns with it being updated so rarely or that’s perfectly fine?Thank you in advance!
My website keswickmountaineeringclub.com uses forums, e.g. to log information about rock climbing meets. The Meets forum says it has 113 subscribers, but if you list the subscribers and count them you find there are 93. If you list the notification emails sent out you see (scattered throughout the list of emails in the email log) 20 mails that have been sent to an empty (missing) email address. Iโm guessing, but maybe when deleting some old club members the email notification list has not been updated correctly? It looks as if the list of email addresses used to send out notifications is not synchronised with the list of subscribed members. Is there a way to fix this?
Iโm currently using WordPress 6.0. bbpress version 2.6.9. bbP private groups 3.9.1. bbp style pack 5.0.5. bbPress Toolkit 1.0.12.
I would like to add some non-verbal icon reactions for various posts, but looking in WordPress.org, I found this one:
But it has not been updated in years.Can someone know whether it would still be stable enough to add, or would have any other recommendation?
Topic: Email Notifications
I would like be able to send email notifications to specific people when new topics or replies are posted.
Exactly like what this plug in does:
However, it was last updated 9 years ago.
Is this plug in still in use? Or is there a newer one?
Topic: bbPress as Standalone
Hi there. I discovered bbPress circa 2007. I might have updated the version since, and most likely did. I probably stopped using it by 2010. I don’t know how to even determine what version it is (filename ?).
At that time, I was not using WordPress on that domain. I used bbPress as a standalone forum software.
Bottom line: is it possible to upgrade that installation? What would be my steps to at least salvage the db, perhaps install a WordPress and re-use the old bbPress. Quite honestly, just curious.
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 ?