Forum Replies Created
-
In reply to: Issue when you use left aligned images
This should get worked on, but because bbPress does not use TinyMCE by default, and because image uploads are not enabled by default, it is likely to be a low priority fix.
In reply to: Reply jumps when clickedWith or without the adminbar, this should still work.
This was reported earlier and fixed in bbPress 2.6.3.
In reply to: 2.6.2/2.6.3 – Missing Spacing avatar/usernameThis was fixed in one the latest 2.6 releases. Check your theme if this is not fixed for you.
Some fixes did go into hierarchical replies in the latest versions, just not regarding pagination. I’m hoping to look more into this for bbPress 2.7.
The default styling is subject to change over time, and there were some tweaks in all of the 2.6 releases so far. It’s hard to know exactly what’s causing it, but some custom CSS on your end to clear whatever is floating around should snap it back into place.
In reply to: freshness “no threads” but there are!Your hierarchy does not seem correct, or you simply have an empty Category for no real reason.
Categories are currently not showing their freshness correctly, and this will be fixed in 2.6.4.
In reply to: Reply jumps when clickedPlease try updating to 2.6.3 and report back if this issue is resolved.
If not, please include a link to your forums so someone can see exactly what you’re seeing.
Thanks!
bbPress 2.6.2 should fix this.
In reply to: Better behaviour when a error happensWe are working on improving this for the next major release of bbPress. 👍
In reply to: Threaded Replies Not WorkingHierarchical replies do not use the post_parent column. Replies always use post_parent for the topic ID.
The hierarchy/relationship is instead determined using a piece of postmeta, similar to the topic and forum connections.
So when you say they aren’t working, are they really not working visually, or are they not working the way you expected them to?
We coded them this way, so that all post to post relationships could use the same mechanism, eventually allowing them to be swapped out for something even more performant later (taxonomy connections, or a custom database table.)
Users with the Moderator will always be able to have access to all forums. That is the intended purpose of that role.
You will need to use a third-party add-on (like Restrict Content Pro or Paid Memberships Pro) to restrict access granularly.
Since bbPress 2.6.0, there are hooks and APIs that make it possible to build a very specific plugin to do exactly like what you describe here (using the Engagements API) but I’m afraid I will not have the ability to build that out until after the holidays. Happy to provide guidance to any other devs who are interested!
In reply to: Title links do not workLooks like an issue with the CSS in the theme:
https://www.racingonlineclub.com/wp-content/themes/sportcenter/css/leaf-bbpress.css?ver=5.3
Line 741:
float: left;
Remove the float, and everything snugs back up nicely, and the
div
below the title stops overlapping it.In reply to: Trouble using importing toolWhich version of phpBB?
1000 rows at a time is pretty high. Make sure you have quite a bit of RAM/memory available for that many at once.
In reply to: Forums List Widget Displaying in Reverse OrderYour forums appear to require an account to see, which is going to make it difficult for anyone to help you.
It’s hard to know what could have caused this, making it difficult to know where to tell you to go.
What order were they in before, and what order are they in now?
In reply to: Upgrade to 2.6.2 caused live site crashWhat do you mean by “crash?” What happened?
How big are your forums? How many users, topics, etc…
Sounds like a database encoding problem.
My guess is the recovery used the wrong encoding that doesn’t support UTF8MB4.
You’re going to want to not trust this database restore, and do another one with the good content. Otherwise those question marks are going to be permanent!
This topic is a duplicate of:
And:
Closing this one.
In reply to: sub topics not showingIf you have any caching plugins installed, can you purge or flush them?
If not, then we could probably use some more help, because it seems like this bug is difficult to track down.
In reply to: migrating from LithiumThe number of posts or users isn’t a problem. We have 11million users and millions of posts across multiple WordPress installations sharing the same user base. Like any web based application, the software will scale up to whatever hardware it’s running on, or choke on whatever it’s missing.
Posting links to images and videos is very easy, but if you want users to be able to upload them, you’ll need some way to elegantly allow for that. WordPress can handle it, but you’ll likely want to customize this experience.
Concurrent users and other metrics will all come down to server hardware, configuration, and ongoing maintenance. bbPress doesn’t really care how many users there are or how many page views happen.
bbPress does not come with any internal reporting. It adds some statistics to the WordPress Dashboard, and that’s it. Intentionally simple.
(There is a lot of data available in the database, and I’ve no doubt that really awesome reporting and charts and conclusions could be drawn from them, but there is nothing built-in to expose it.)
bbPress does include a very robust importer and forum-conversion tool, that we’ve successfully used for years to help hundreds of thousands of sites migrate millions of posts. Some folks have contributed their converters back up into bbPress, but most of them were made by community members who did the work to match all the data points together.
We’ve used the built-in converter here ourselves to go from bbPress1 to bbPress2; the same one that’s included with bbPress itself.
Switching forum platforms is risky. It’s a lot of work. It’s likely that some community members won’t like the new software. It never goes 100% without some kind of hitch. But… we’ve done an immense amount of work over 15 years to try and make bbPress the kind of software that makes that transition as easy and painless as it can possibly be.
I hope you’ll give it a try. We’ll be here if you have more questions. 🤝
In reply to: Ghost Pages and PaginationThe only problem is, instead of it doing that, if you’re the 18, 19, or 20th post, it’ll take you to a blank page, with no pagination on it.
Please excuse my being confused. However specific and accurate you can be, is the only way we can track this down together.
The next time you see the “empty reply box with no pagination or ability to navigate” can you view the source of the page and share that somehow? That may help us better understand what you’re seeing without actually seeing it.
Is there a way someone can see your forums directly? I can’t duplicate the problem as you’re describing it, and seeing your site in action is really the quickest way to see everything.
In reply to: Ghost Pages and PaginationWhen someone hits a blank page, what’s the URL for it?
In reply to: Ghost Pages and PaginationA total of 90 posts in your forums have a 👻 in them. Nearly all are from a single Moderator. It’s possible his counts are off because of his ability to see pending/spam/trashed replies, but that’s just a guess.
Is it possible that some discussion keywords are causing posts to go into moderation? They hit reply, it gets stuck in pending, and then they try again with different words?
In reply to: Ghost Pages and PaginationHave you tried running any of the repair tools?
In reply to: Ghost Pages and PaginationI mean… sure? Some posts have ghost emoji in them, but they aren’t at the top of any/every page, and I’m not sure how they would even know to time their posts like that in such an active environment. Not saying they can’t; just seems like a lot of work.
Pagination gets calculated based on the Forums Settings, so the “top” reply should not even be a real thing. It’s not stored anywhere. It’s not a special value. It’s just mathematically there.