Is that settings it should be on? Thanks.
Did you ever get this to work? Also on 2.3.6 and I cannot get posts to merge. I have the time limit set and it's set to "No". I tried "Yes" as well thinking the grammar was just incorrect but that doesn't seem to have done it either.Is that settings it should be on? Thanks.
After refreshing the page, are the posts merged? If not, then I can only assume that you have incorrectly configured the system of user group rights. You can try to set such settings for checking.Did you ever get this to work? Also on 2.3.6 and I cannot get posts to merge. I have the time limit set and it's set to "No". I tried "Yes" as well thinking the grammar was just incorrect but that doesn't seem to have done it either.

I had set it for 60 minutes and No. I'll try setting it for unlimited and never and see if that works but when I inspected permissions it said it was set to 60 minutes and No from all groups. I'll take screenshots when I try it next.After refreshing the page, are the posts merged? If not, then I can only assume that you have incorrectly configured the system of user group rights. You can try to set such settings for checking.
View attachment 321196
I had set it for 60 minutes and No. I'll try setting it for unlimited and never and see if that works but when I inspected permissions it said it was set to 60 minutes and No from all groups. I'll take screenshots when I try it next.
After refreshing the page, are the posts merged?
-- if (mb_strlen($message) > $options->messageMaxLength)
++ if ($options->messageMaxLength > 0 && mb_strlen($message) > $options->messageMaxLength)
Is there any plan (yet) to fix this issue?Bug Report: Auto-Merge fails when messageMaxLength is set to 0
Affected Version: 2.3.1
Issue:
When the messageMaxLength option is set to 0 (no limit) the auto-merge feature is currently prevented from executing.
Hi. I'll update today.Is there any plan (yet) to fix this issue?
- Fixed a bug where messages would not merge when the message length limit was disabled.
- Fixed a bug in the regular expression where merging of quoted messages was prohibited.
- Added a check to ensure that the "[automerge]" tag contains nothing but a timestamp.
- Added handling of the maximum number of attachments in a message.
- Code refactoring.
Hi. Send me the forum address and test account information in a private message. I'll take a look.Hi,
Even though the plugin settings are configured as shown in the first screenshot I provided, it’s not merging the messages. What would you suggest we do?
The relevant permissions are only assigned to the registered users group; no additional permissions have been set for any other groups.
View attachment 335930
View attachment 335929
- Fixed a bug where messages would not be merged if the number of attachments was set to 0 (unlimited).
We use essential cookies to make this site work, and optional cookies to enhance your experience.