Long Process ? How that can be ? It takes less than a minute. Anyway, use also register/login via a social site. Plently of plugins available. What you ask can’t be done within Anspress (for the moment at least).
It’s not Anspress, it’s the core WP Comments. This can be filtered like so… <?php // The standard wp comments email contains the users IP and email address. This is a privacy issue, // so we need to amend the contents of the email add_filter(‘comment_notification_text’, ‘comment_notification_text_override’, 12, 2); function comment_notification_text_override($notify_message, $comment_id){ $notify_message = <<<HERE BUILD A NEW MESSAGE HERE! HERE; return $notify_message; }
I don’t see that in ANY email. Can you provide some kind of capture or message text ?
This is also an issue for me, however, it’s a custom role instead of bbpress. I enable the ‘Basic Capabilities’, hit Save Role. The page refreshes and shows they’re still enabled. However, if I do a browser refresh and check the role, the settings have been unselected again.
Hello, Yes there is a follow/subscribe button. Also when anybody participate in discussion then they are automatically added as a follower. If you cant see follow button in your site then add AnsPress subscribe widget to question sidebar. In our site followers button is hidden and allowing only participants to follow.
No it is not possible without code changes.
I need to know it as well!!@rahul
1. The Author of the Question GETS an email when a NEW Answer is posted. The Admin also. 2. The Author of the Question doesn’t get any email when a new comment is posted. Admin also. 3. Flagged posts don’t send out any notifications to anyone but are show in the admin or Anspress dashboard.
+1 for this. I need this feature. It would good to have the ability for admin to ask any user to answer the question, not just leaders. This helps in good moderation for questions. Hi Rahul – Any idea when you plan to add this feature?
What exactly “The Demo Will be Online” Means ?