Again, me, hope having multiple topics like this is not a problem.
I'd like to get notifications when someone quoted my posts. I've searched as detailed as I can but I haven't see any topic for it.
I've found a poll to have this option properly default for each forum which is great.
https://help.forumotion.com/t159884-notifications-for-quoting-posts
In the meantime, I was looking for a way to turn username into mentioned tag on the quote's so that users can get notification by tagging anyway.
I tried forcing it, like adding [@"] at the beginning and replacing [wrote:] part with ["] in the <cite> code using JS which worked visually like this;
but it didn't turn into tagging automatically. Unfortunately, my js knowledge is limited and can't go any further.
So, I hoped maybe someone has this code or can come up without too much effort.
Thanks in advance.
I'd like to get notifications when someone quoted my posts. I've searched as detailed as I can but I haven't see any topic for it.
I've found a poll to have this option properly default for each forum which is great.
https://help.forumotion.com/t159884-notifications-for-quoting-posts
In the meantime, I was looking for a way to turn username into mentioned tag on the quote's so that users can get notification by tagging anyway.
I tried forcing it, like adding [@"] at the beginning and replacing [wrote:] part with ["] in the <cite> code using JS which worked visually like this;
- Code:
@"username"
but it didn't turn into tagging automatically. Unfortunately, my js knowledge is limited and can't go any further.
So, I hoped maybe someone has this code or can come up without too much effort.
Thanks in advance.