John James Jacoby (@johnjamesjacoby)

Forum Replies Created

Viewing 25 replies - 51 through 75 (of 2,347 total)

  • John James Jacoby
    Keymaster

    @johnjamesjacoby

    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.

    Created https://bbpress.trac.wordpress.org/ticket/3304.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    With or without the adminbar, this should still work.

    This was reported earlier and fixed in bbPress 2.6.3.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    This was fixed in one the latest 2.6 releases. Check your theme if this is not fixed for you.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    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.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    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.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    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.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Please 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!


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    bbPress 2.6.2 should fix this.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    We are working on improving this for the next major release of bbPress. 👍


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Hierarchical 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.)


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    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!


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Looks 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.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Which 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.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Your 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?


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    What do you mean by “crash?” What happened?

    How big are your forums? How many users, topics, etc…


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    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!


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    This topic is a duplicate of:

    Extra tags to add to list for videos

    And:

    Any way to remove moderation ?

    Closing this one.

    In reply to: sub topics not showing

    John James Jacoby
    Keymaster

    @johnjamesjacoby

    If 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 Lithium

    John James Jacoby
    Keymaster

    @johnjamesjacoby

    The 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. 🤝


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    The 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.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    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.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    When someone hits a blank page, what’s the URL for it?


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    A 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?


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Have you tried running any of the repair tools?


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    I 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.

Viewing 25 replies - 51 through 75 (of 2,347 total)