Nice.
1. Can we blur it using text instead of image? (I do not care if someone manually remove it and copy text).
2. Option to show "Register or login to read full content" on blurred texts like quora.
Forum users can set their custom avatars as we do in XF without a plugin. Our plugin will only set the avatar automatically if a custom avatar is not set by the user during account registration.
Live Demo:
My admin account have custom avatar: https://webhostvoice.com/members/admino.2/
Avatar...
You are correct; I will update my tutorial within a few days. I did not add it because my forum was throwing errors related to SES, so I had to deactivate it. But now I have the energy to try it again. 😁
I have created a step-by-step tutorial on How to setup Amazon SES with Xenforo with images.
It automatically unsubscribe members in case of bounce or unsubscribe.
DemoTiger submitted a new resource:
Vanillicon Integration for XenForo - Set Avatars Automatically or by default - vanillicon, avatars, add-on, profile, user profile, users
Read more about this resource...
I agree with you. My email was always going to the spam folder. I also edited the mail format using several tricks. Then I switched to Amazon SES.
Now it always goes to the inbox. 🤩
I am happy to write my review about ForumSolutions (FS).
Forum Solutions developed an addon for me within a few days. I am delighted as it is working as per my expectation. I have a forum webhostvoice. I've recently switched from vanilla to XenForo.
I recommend ForumSolutions for the...
I think you forget to remove Templater.php from your addon files.
src/addons/xenMade/LAU/XF/Template/Templater.php Unexpected contents
(File does not exists)
(I fixed this by creating an empty file)
Any step by step guide to configure this addon after installing?
1. If I set my automated email handling for bounce/unsubscribe to my gmail address then how can I tell AWS SES to send bounce notification to my gmail address?
2. Can I use single gmail account for bounce + unsubscribe?
Hello,
I am using the below code(extra.less CSS) on my forum, so if the node title is unread, then it should show the node title in bold size.
.node--unread .node-title {
font-weight: bold;
}
It only shows the last node title(Off-topic) in bold on my forum webhostvoice.com, but all other...