Forum Replies Created
-
Take that back, working when put in the following file:
wp-content/plugins/bp-classic/themes/bp-default/functions.php
Thanks.
Added @contemplate’s solution to
bp-custom.php
, time has broken something as there is now no change in behaviour.In reply to: Li Post Tags Outside BlocksHi again Robin,
Would the following changes regarding wrapper elements be of any help?
https://github.com/bbpress/bbPress/commit/bbde786798c47b61f1ef87bd049224f351458b7bIn reply to: Error: Are you sure you wanted to do that?@artmuns: Totally acknowledge the user problem with expired pages causing this over here, and certainly copying the post-text is the first line of defence, just curious as to what it was in the superseded code that cached the text.
Maybe the following,
add_filter( 'bbp_verify_nonce_request_url', 'my_bbp_verify_nonce_request_url', 999, 1 ); function my_bbp_verify_nonce_request_url( $requested_url ) { return 'your_URI' . $_SERVER['REQUEST_URI']; }
Now the functions.php has been dropped from Twenty Twenty Two and onwards, so might not be possible in the theme, could be a separate plugin, or a request for a cache module.
For caching, use LiteSpeed over here, just added into the ESI Cache section these:
bbp_verify_nonce_request wp_verify_nonce
Not sure if they are correct, will post back if not. 🙂
In reply to: Error: Are you sure you wanted to do that?Get this too, mostly on expired pages.
When first using BBPress, not long ago – roughly the time of the OP, no issue.
the nonce error started cropping up sometime after the installation of BuddyPress and BBPress, when it happened, you could back out and retrieve the cached text of the post. Regarding the error there is also this solution, would you recommend that?
since then, providers have changed, no change to the error, the cache has also disappeared, so the post cannot be retrieved.
Tried ChromeCacheiew to extract anything from the cache, no dice, is there anything one can do, if not addressing the nonce error, retrieve the last/lost cache?
ThanksIn reply to: Vary Pagination Limits per Forum@robin-w, thank you for the code and idea, will try it out. 🙂
In reply to: Li Post Tags Outside BlocksYes! yet more apologies due – this one should be the go:
In reply to: Li Post Tags Outside BlocksHi Robin, apologies my fault, it was only down for a few minutes experimenting, any better now?