- Compatible XF 2.x versions
-
- 2.1
- 2.2
- Updates duration
- 12 months; $10 renewal
- Visible branding
- No
This addon posts a new reply in a specified thread when a conversation message contains specific keywords or external links, or when it is sent by a specific person.
The scanning takes place in a background job that, by default, runs every half hour.
With default keyword matching, the entire keyword has to exist in the message, but the match is case-insensitive. For instance, if the keyword is "doggy", it will only match if the message contains exactly "doggy" somewhere (other characters can be in front or behind it).
With fuzzy keyword matching, the matching is also case-insensitive, but it also strips all spaces and special characters before doing the lookup. So if the keyword is "doggy" and the message contains "doggy" or "do! g.#y", it will match.
The scanning takes place in a background job that, by default, runs every half hour.
With default keyword matching, the entire keyword has to exist in the message, but the match is case-insensitive. For instance, if the keyword is "doggy", it will only match if the message contains exactly "doggy" somewhere (other characters can be in front or behind it).
With fuzzy keyword matching, the matching is also case-insensitive, but it also strips all spaces and special characters before doing the lookup. So if the keyword is "doggy" and the message contains "doggy" or "do! g.#y", it will match.