Anyone else not able to see original post?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #148312
    darrellburnett WANTED $12
    Outlaw

    Doubt if anyone can read this as when i go to read the thread its just the reply page and nothing else? Am I being thick or is it broke?

    #148322
    Xbobmad WANTED $736
    Outlaw

    I can’t see them either, it’s been doing it for a while

    #148333
    Spidermint WANTED $101
    Sheriff

    Hi, Can you let me know what the issue is exactly?
    I think I see it, you can’t actually see the original post when clicking recent replies from the forum home?
    Or does it do it elsewhere?

    I will fix it in the new site and here if it is not due to the forums being a little out of date.

    Cheers

    #148339
    mrsdoyle1968 WANTED $9
    Outlaw

    Not been able to see forum posts for ages, did post about it a while back but couldn’t read replies either!  Unable to see original posts and pretty much all replies on the forum posts and it’s not old posts it’s most if not all new posts going back months, hope you can get it sorted on the new site, looking forward to it!!

    Are the issues with the “big win” pictures going to be sorted, click on the pictures and they are smaller than the thumbnail.

     

    #148340
    Xbobmad WANTED $736
    Outlaw

    Spidermint wrote:

    Hi, Can you let me know what the issue is exactly? I think I see it, you can’t actually see the original post when clicking recent replies from the forum home?
    Or does it do it elsewhere?

    I will fix it in the new site and here if it is not due to the forums being a little out of date.

    Cheers

    Looks like you’ve hit it with the hammer and got it working again!

    #148341
    Spidermint WANTED $101
    Sheriff

    Thanks mrsdoyle.

    Firstly, yes I have sorted all the big wins in the new site. Improved popups, gallery etc.
    There has been a huge increase in mobile screenshots which the system was never designed for so it has had to be reworked in part to accommodate those better. As you can imagine, ripping all of that out and re-implementing has been a bit of a job.

    Regarding the forum issue, and after what seems like days, I have found the issue!
    TLDR; It should now be fixed!

    If you are not technical or just don’t care what the problem was look away now! 🙂

    WordPress in their wisdom decided to introduce a “sort” function into the core wp-query class when multiple post types are present.
    “Not a problem”, I hear you say, “nothing wrong with sorting the post type array?” Well, I can only think of one reason for them introducing this and it may be to do with optimising queries at the database level by having the post types sorted…;
    Unfortunately they did no consider the slightly maverick coding in the bbpress plugin codebase which doesn’t only check the post types, it does a strict check of the post type order!? Why?… nobody knows!

    Below is bbpress’ delightful code check that seems to require them to be in a specific order:

    // Bail if not a topic and reply query
    if ( array( bbp_get_topic_post_type(), bbp_get_reply_post_type() ) !== $query->get( 'post_type' ) ) {
        return $where;
    }

    Simple fix, right? Well.. sort of. As I cannot alter the WordPress code or the BBpress code I had to add a new filter to intercept the query before this function to switch the post type order back! Dirty!

    Don’t get me wrong, BBpress is great but ooo (shakes fist)

    If you are still reading, thanks for listening.

    Cheers

    #148343
    Spidermint WANTED $101
    Sheriff

    Xbobmad wrote:

    Spidermint wrote:

    Hi, Can you let me know what the issue is exactly? I think I see it, you can’t actually see the original post when clicking recent replies from the forum home?
    Or does it do it elsewhere?

    I will fix it in the new site and here if it is not due to the forums being a little out of date.

    Cheers

    Looks like you’ve hit it with the hammer and got it working again!

    Yeah, got there in the end! Thanks for the moral support 🙂

    #148349
    Xbobmad WANTED $736
    Outlaw

    Spidermint wrote:

    Xbobmad wrote:

    Spidermint wrote:

    Hi, Can you let me know what the issue is exactly? I think I see it, you can’t actually see the original post when clicking recent replies from the forum home? Or does it do it elsewhere?

    I will fix it in the new site and here if it is not due to the forums being a little out of date.

    Cheers

    Looks like you’ve hit it with the hammer and got it working again!

    Yeah, got there in the end! Thanks for the moral support 🙂

    #148350
    Xbobmad WANTED $736
    Outlaw

    I did put a reply there but it’s lost in the ether. If my reply is found please delete this message 😂 and if it’s not found, there’s another bug for you Spidermint 😀

    1
    #148353
    Spidermint WANTED $101
    Sheriff

    ha ha, no more bugs please!! That one was bad enough 😉

Viewing 10 posts - 1 through 10 (of 10 total)