how do i get mentions recognized for notifications here?
-
I’m trying to get notifications for @mentions to work on a custom loaded discussion area. I was hoping just calling the form would work, the @ links come up but no notifications end up in the targets profile and i’m not sure why. Code i have is:
`if ( (comments_open() || ‘0’ != get_comments_number()) ) :
comments_template();endif;
Anyone know how i would get the notifications to work or what i would have to add to this?
- You must be logged in to reply to this topic.