Hi. I have converted an SMF forum, all seems OK but the database is quite huge. Can I delete this table that takes up 25MB of space?
_bbp_converter_translator
Hi. I have converted an SMF forum, all seems OK but the database is quite huge. Can I delete this table that takes up 25MB of space?
_bbp_converter_translator
Is there a hook or action I am missing to add something to the bottom of the contents of a reply when I publish, I don’t mean just show it on a reply but to write it to the table.
I have a custom field that I populate in a topic I want to add it to the end of each reply. I know how to check if it is already there etc.
I want it to write it to the contents so it is passed out with the rss feed to twitter etc.
How can I manage too long URL that break the responsive design?

http://www.cop.es/colegiados/PV00520/pdf/C%C3%B3mo%20superar%20obsesiones23.pdf
This forum cannot manage them but at least they don’t break the max-width limit

Hi!
I was wondering if anyone knows how to allow users to align text in posts/threads?
Right now it just comes out as raw code text:
<p style=”text-align: center;”>Test test test</p>
I have been trying to mess a bit in /wp-content/plugins/bbpress/includes/common/formatting.php but to no success. Does anyone have a suggestion on how to allow p style and text alignments?
Thank you!
Seen this one come up a few times in this forum, but have yet to see a fix. Hopefully the following additional details help to diagnose the threaded replies not working very well:
– It is not a conflict with my theme (I switched to 2019 and disabled all plugins).
– The issue does not occur when I am logged in as an administrator (nested/threaded replies work fine if I’m logged in with my admin account) or when all other plugins are disabled.
– Re-enabling WooCommerce makes the issue come back (so that suggests that there is some interaction with WC that is causing this).
– When the issue is present, the reply form briefly appears where it’s supposed to (directly below the reply that I am replying to), but the page then redirects to the same page with querystring parameters appended to the URL. Example: mysite.com/topic/the-topic-title/?bbp_reply_to=7330&_wpnonce=bb385daa6e#new-post
– Also when the issue is present, I see the following js errors in the console when I hit reply:
“TypeError: event.target.matches is not a function” – touch-keyboard-navigation.js:277:22
“TypeError: d is null” – reply.min.js:3:997 (appears to have to do with scrolling, probably what’s in charge of scrolling the page down to the reply form)
I’m guessing that maybe this redirection should be disabled somewhere? I can’t interrupt it to test out whether the reply would work correctly if the page didn’t redirect me first.
Since WooCommerce is such a common plugin, I’m hoping this issue can be addressed.
When making a post with lots of text (let’s say 40+ paragraphs), bbPress throws the post into “pending” status and does not publish it. The user does not see the post after clicking “submit”.
The Admin can discover the unpublished post by going to Dashboard, Replies, find the post flagged with “–Pending” in dark black in the title, hovering the mouse over it, and then clicking “view”.
I don’t understand why I am having so many problems with bbPress with things like this since upgrading to version 2.6.4. Is there some kind of set limit to the amount of text that bbPress allows in a post now?
I don’t know if this is due to the Freshness plugin, or caching, but when looking at recent topics in a forum and clicking the last post, a blank page comes up with no posts.
If the thread has 6 pages, it tries to load page 7 (which hasn’t been populated yet). This is intermittent, and does not always occur. Sigh.
I just got an email from a user who cannot edit his post. Looking at my settings, I found I had “Disallow editing after” set to 5 minutes. Underneath, it reads:
When this is checked, the setting to “0 minutes” makes it possible to always edit.
So, I entered 0 and hit Save. When I check the setting, it says 5 again. I tried several times, always with the same result (duh!). Any ideas how to fix this?
For now, I have entered a string of 999999999999, but that’s not very elegant, is it now?
I’m on the latest version of both WP and bbPress, using Twenty Sixteen as my theme.
Can anyone help resolve the issue of the freshness not updating on my forum index please?
The only way I can get it to update is to go in to Tools > Forums > Recalculate last activity in each topic and forum
Is there a way I can set this up to run automatically?
Is it possible to add additional topic types? I would ultimately like to be able to change the css style of the thread depending on what topic type it is. Is this something that is possible?
In the short term, is there a way to change the super sticky and sticky topic css?
Thank you!