Hi Andrew,
Please check the tag that’s being used in your reply template under Admin > bbPress Notify (No-Spam) > Settings > Reply Tab.
Below the template editor you’ll find a series of tags. You’ll find the full description of what each one does in the documentation page: https://usestrict.net/bbpress-notify-no-spam-documentation/
Cheers,
Vinny
Thread Starter
Chuckie
(@ajtruckle)
Hi
I am using the tag that we had agreed before:
[reply-replyurl]
According to the documentation:
The URL that shows the reply with the reply form;
I see nothing there to indicate I should use something else?
I can’t replicate the issue.
[reply-replyurl] is replaced with the contents of bbPress’ bbp_get_reply_url( $reply_id ) function.
I generated 100 replies to a given topic on my test environment and when I ran the function via wp-cli, I got the expected paginated URL:
http://wp-plugins.local/forums/topic/testing-rbe-attachment-upload/page/7/#post-5814
Can you try deactivating GD Tools and testing it to rule out conflicts?
Cheers,
Vinny
I have found and fixed the issue in version 2.9.1. It only affected sites that don’t use pretty permalinks.
Thanks for reporting it.
Cheers,
Vinny
Thread Starter
Chuckie
(@ajtruckle)
Thank you. I have not heard of pretty permalinks. 🤔
Thread Starter
Chuckie
(@ajtruckle)
Got it. I won’t change my setting, which is Day and Name.
I saw that the article said:
Note that if you change your permalink structure at a later date, your post and page URL’s will also change. Therefore if you change your permalink structure in the future, you will need to set up 301 redirect in your .htaccess file in order to redirect users to proper content.
So I won’t break what is working OK. 🙂
Day and name is a pretty permalink.
The link you sent me had ?topic=thetopic&paged=2#post-1234. That’s not a pretty permalink and was being affected by the bug. I don’t know what caused that.
Cheers,
Vinny
Thread Starter
Chuckie
(@ajtruckle)
Hmm. I don’t know. This is my permalink settings:
View post on imgur.com
Maybe one of the bbPress plugins (or bbPress itself) could be doing that? Or some other plugin?
Certainly one of the other plugins you have installed. I doubt bbPress would do that.
Thread Starter
Chuckie
(@ajtruckle)
I will try and search the code in the plugins folder for anything that uses paged term.
Thread Starter
Chuckie
(@ajtruckle)
Don’t really know what I am looking for. paged appears some 495 times in the plugins folder data files.
The best way to troubleshoot is to set up a staging site and deactivate all plugins except bbpnns and bbPress, test, then reactivate batches of plugins while testing. Once the problem starts happening again, you’ll know it’s one of the plugins in the batch you just activated. Test them one by one until you find it.
Thread Starter
Chuckie
(@ajtruckle)