First message on every thread not showing up
-
Hello!
I’m hitting exactly the same issue that @mralexweber describes on this post:
http://bbpress.org/forums/topic/first-post-not-showing/
I’m using OptimizePress plugin to protect my content, and looks like that plugin is causing the issue. Although I’ve contacted their support team, I need a temporary solution ASAP because this is blocking me from releasing my product.
I’ve noticed that the filtering documentation says this:
Attn Developers: Filters can be suppressed dynamically, using this technique:
query_posts(“suppress_filters=true”);
get_posts() auto-suppresses filters.So I was thinking that maybe if I could somehow call query_posts(“suppress_filters=true”); before bbPress gets the thread messages I could fix this. The problem is I don’t know how to do it 🙂
Anybody knows how I can use bp-custom.php to hook into the thread loading process??
Thanks SOOOOO much!!!
- The topic ‘First message on every thread not showing up’ is closed to new replies.