-
AuthorPosts
-
27th May 2025 at 2:44 pm #148312
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?
28th May 2025 at 4:52 pm #14832229th May 2025 at 11:37 am #148333Hi, 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
29th May 2025 at 1:52 pm #148339Not 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.
29th May 2025 at 3:03 pm #148340Hi, 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!
29th May 2025 at 3:14 pm #148341Thanks 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
29th May 2025 at 3:17 pm #148343Hi, 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 🙂
29th May 2025 at 6:36 pm #148349Hi, 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 🙂
29th May 2025 at 6:37 pm #148350I 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 😀
129th May 2025 at 11:12 pm #148353 -
AuthorPosts
Anyone else not able to see original post?
Viewing 10 posts - 1 through 10 (of 10 total)
Viewing 10 posts - 1 through 10 (of 10 total)