Forum Replies Created
-
In reply to: bbpress is not compatible with any SEO plugin
Unfortunately I’m not on Facebook so I cannot see that conversation you had π
Perhaps you could link to this topic in that conversation and have the WPseo plugin author join this conversation?
As to Yoast, I believe Yoast is compatible with bbPress, @joostdevalk wrote here last year “Iβll bump BBPress on to the list again, weβve long had issues with that, we should just fix it”, I’ve no idea if anything was updated for bbPress or not, was it @joostdevalk ?
I myself don’t use any SEO plugins let alone any that you mention, we’re happy to work with any plugin author to help add support their plugin if we can.
I’m sure there are other bbPress users who do use various SEO plugins, maybe someone else here has some tips on using Yoast WordPress SEO, WPseo, or All in One SEO?
p.s. This topic is going to attract many a spammer, so if your reply doesn’t show up straight away that will be due to Akismet being proactive, if your reply doesn’t turn up straight away give it some time for the moderators to approve and move out of the spam queue.
In reply to: Forum just won’t show up@airathalitov, as you’re running PHP 7.1 you’ll need to use bbPress 2.6, 2.6 beta-2 is available now, and beta-3 will be released in the next 24 hours, you can grab the download links from this post:
In reply to: Specified key was too long; max key length is 1000Oh, that is strange, can you check the contents of the following file for me on your beta 2:
bbpress/includes/admin/converter.php#L653
That line should read
$max_index_length = 191;
One other thing, you might need to run the “reset forums” tool first from:
/wp-admin/tools.php?page=bbp-reset
That will delete that old table (and *all* your forum data) and make it available to be created in the updated format.
In reply to: Specified key was too long; max key length is 1000Thanks for the report @tiiuk, this has been fixed for bbPress 2.6 π
If you would like to you can update to bbPress 2.6 Beta 2, bbPress 2.6 has significant enhancements for imported phpBB forums as an added bonus π
Details are here: https://bbpress.org/forums/topic/bbpress-2-6-beta/
In reply to: Allow Participants to Trash / own Topics and PostsGreat, so the root issue of this topic is now resolved, awesome +1
I suspect the redirects are caused by the juggling in the
ST_tweak_trash_meta_caps()
function, I’d look there, most of that code shouldn’t be required.p.s. Note, I only cut and pasted your code to test, I didn’t look closely or test beyond what I needed to test π
In reply to: Allow users to block posts from other usersIn bbPress 1.x there was a feature called “bozo”, what that did was hide any topics and replies from users that had been “bozo’d” though the bozo user would continue to see their own topics and replies.
This feature has not been migrated to bbPress 2.x, there is a discussion in ticket #2755 on some potential ideas and suggests a couple of plugin and plugin ideas that might pave the way for some future bbPress 2.x enhancement.
In reply to: Allow Participants to Trash / own Topics and Posts@sallyruchman, using your code in your original post with the change suggested by @robin-w allows my test user to delete their own topics and replies.
I’ve saved the code used as a plugin here: https://gist.github.com/ntwb/56ab5a4eab8bbcdc90fc2bdfc2c57838
Could you please test this again @sallyruchman and confirm te results please
In reply to: bbPress 2.6 Release Candidate 3@mth75 Beta 2 was released yesterday, here’s the link:
https://downloads.wordpress.org/plugin/bbpress.2.6-beta-2.zip
In reply to: bbPress speed (plugin not scalable?)p.s. @reedy, to get Slack up and running to join the #bbPress channel sign up here:
In reply to: $post_stati[] = bbp_get_public_status_id();It sounds like you might be using PHP 7?
If indeed that is the case the issue you are having I think is fixed in bbPress 2.6-beta
You can update (and test) the new bbPress https://bbpress.org/forums/topic/bbpress-2-6-beta-1/
In reply to: Not foundRight, thanks, this is a BuddyPress issue and not bbPress.
That said, you need to create pages for each of those BuddyPress menu items
If you go to your BuddyPress settings page e.g https://example.com/wp-admin/admin.php?page=bp-page-settings it should show what pages are and are not associtaed with the BuddyPress components you activated.
For each one missing a page, go create a new WordPress page for each then return and associate each page with the BuddyPress component and hit save π
In reply to: Is there an API for bbPressApologies @barryhughes-1, Akismet caught your previous posts as spam for some reason /shrug
We’ve got an update that will at least let you know Akismet caught them as spam rather than just an empty void to deploy in the not too distant future π
In reply to: bbPress speed (plugin not scalable?)Per the announcement post:
If youβre going to test 2.6 on a live site, maybe donβt just yet. It runs a database upgrade routine to migrate favorites & subscriptions from usermeta to postmeta, and for large forums that may take a while or possibly lock things up for a bit.
So I’d suggest waiting until we hit beta 2, by then we should be able to better analyse how the upgrade routing has worked for some larger sites, mainly wordpress.org.
In reply to: bbPress speed (plugin not scalable?)I hope you saw that we released bbPress 2.6 beta last night π
https://bbpress.org/forums/topic/bbpress-2-6-beta-1/
There are significant performance increases with 2.6, wordpress.org/support is now running 2.6 alpha, we’ll update it shortly to 2.6 beta.
We’ve got further performance enhancements to come, one that I think you may be running into is the time it takes to post a reply, one change that was merged last night and is now being used here on bbPress.org significantly imporoves that time for adding new replies, another in the works for the same issue is to optimize how subscribers are notified of a new reply in a topic, currently most of that wait period you’re experiencing I would think is coming from topics that have high number of subscribers.
Anyway, I hope this is better news for you π
p.s. WordPress dot org support has ~2.5 million topics and 6 million replies
In reply to: Not foundIt sounds like you might be best of posting on buddypress.org?
If you think it is here on the bbPress side of things could you clarify which menu links you are clicking please? Maybe some screenshots would be helpful, share them via imgur.com
In reply to: How to delete or empty 50000 spam replies and topicsIn reply to: SMF Import to bbPressClosing this topic, please create a new topic if you have any SMF issues π
In reply to: is there a bulk function for closing topics?There is also this plugin from @thebrandonallen that would be a great starting point π
In reply to: bbPress Unsubscribe when no longer Participant RoleThe membership plugin you are using should remove the user from any subscription.
In reply to: bbPress Unsubscribe when no longer Participant RoleClosing this as a duplicate (As I already replied to the other topic)
In reply to: bbPress Unsubscribe when no longer Participant RoleIf a “membership” type role plugin is removing the “Participant” role then that plugin I would expect should clean up after itself in general, that is, I would expect that plugin to also remove a users subscriptions.
bbPress has all of the functionality implemented to perform these said actions, the plugin you are using to do this would just need to implement this functionality.
In reply to: Is there no tool to fight profile SPAM in BBPress?There would be two parts to this, the first I think sounds easy enough, when a user updates their profile we submit the updated user bio/description to Akismet. The second part of this is the “management” side, what to do with the profile if it fails the Akismet check π€
With topics and replies, in bbPress we have a new “pending” post status, similar to the “spam” post status for topics and replies awaiting some moderator action. I wouldn’t want (due to Akismet false positives) to automatically mark a user as a “spam user” solely from the Akismet response, we’d want the user flagged for follow up by a moderator or keymaster.
Anyone else have some thoughts on the workflow and how w should approach this?
Awesome π
@mth75 Sure, kind of like how BP’s profiles, if active, replace bbPress’ profiles we could possibly do something similar for BuddyPress favourites.
Create a ticket on Trac and if you can, take a stab at writing a patch maybe?
In reply to: Random Topic Link@ johnskennedy You’re spot on, creating 8 functions is one way to do that, you’d need to make sure that each function name is unique.
That said, the above is one way, another way is to use some conditional logic with some
if
/else
statements which is a little trickier, possibly more fun though to update the function in this way even πSee these codex docs for sme very initial hints:
β’ https://codex.wordpress.org/Conditional_Tags
β’ https://codex.bbpress.org/bbpress-conditional-tags/