Quote:
Originally Posted by Cable_Player
Hi, I have this mod installed on 4.2.5 and it's working great, thanks!
I also have MarkFL: Welcome Threads installed which creates a welcome thread automatically when someone registers. I've edited the template and it successfully @ tags the member, but a notification isn't displayed for them. How would I get the notification to display please?
Thanks
|
When you say you edited the template, what exactly did you do? Are you talking about the setting in my product, specifically "New User Post Format?"
I suspect the tagging notification is hooked at a standard vB post creation location. Now, this may or may not work...I haven't tested it, but try adding this to my plugin that creates the thread, at the very beginning:
PHP Code:
require(DIR . '/dbtech/usertag/hooks/postdata_presave.php');