- Compatible XF 1.x versions
- 1.4
- 1.5
- Additional requirements
- php 5.4+
Recommended; Spam trigger prune config add-on
- License
- MIT Licence
- Visible branding
- No
When the Contact Us form is used, this add-on will create a thread in a specified forum.
Associates the thread ownership with the logged in user or as a guest user, and uses a phrase to format the message contents.
Notice: The Contact Us flood check is limited to the maximum time of the standard XF flood check. Unless you have Redis Flood Check or a similar add-on.
Recommend using Spam trigger prune config to ensure spam trigger logs are kept as expected
The username for guest users must pass the configured username requirements, but may be an existing username.
Respects the targeted forum's default prefix.
Phrases (depending on if the user is logged in or not):
Variables sent to the phrase:
By default, the phrase ContactUs_Message_Guest will render the email into the message.
Installation
I recommend using Add-on install & upgrade to install this add-on.
Contributing features or bug fixes
Please create a Github Pull request via the "More Information" link.
Contributions
If you appreciate this add-on, please consider a contribution via PayPal. Details will be provide via private conversation.
Please contact me if you wish for different licencing arrangements.
Associates the thread ownership with the logged in user or as a guest user, and uses a phrase to format the message contents.
Notice: The Contact Us flood check is limited to the maximum time of the standard XF flood check. Unless you have Redis Flood Check or a similar add-on.
Recommend using Spam trigger prune config to ensure spam trigger logs are kept as expected
The username for guest users must pass the configured username requirements, but may be an existing username.
Respects the targeted forum's default prefix.
Phrases (depending on if the user is logged in or not):
- ContactUs_Message_User
- ContactUs_Message_Guest
Variables sent to the phrase:
- username
- subject
- message
- ip
- spam_trigger_logs - a list of matching spam trigger logs for email & ip. With a limit of x entries, going back y days.
By default, the phrase ContactUs_Message_Guest will render the email into the message.
Installation
I recommend using Add-on install & upgrade to install this add-on.
Contributing features or bug fixes
Please create a Github Pull request via the "More Information" link.
Contributions
If you appreciate this add-on, please consider a contribution via PayPal. Details will be provide via private conversation.
Please contact me if you wish for different licencing arrangements.
- Related resources