Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+5 votes
1.2k views
in Plugins by
edited by

If user do answer or comment to specific question, user favorite that question automatically. This plugin may be useless alone. However, it is effective for plugin giving some kind of service to all users relating specific question.

Related plugin

Notification Pro

Compatibility

V1.6.x, 1.7 (2014/12/19 Updated)

Download

Have fun !!

Q2A version: 1.6.x, 1.7
by
Thanks Sama,  i didn't expect such speed in execution  :)

1 Answer

+2 votes
by
How to make users auto favorite questions they ask?
by
Ok I was able to accomplish this:

In qa-qaf-event.php
Add this on line 18: case 'q_post':

And this to line 22: if($event == 'q_post')
                    $entityid = $params['postid'];
by
I thought that it was not necessary to add questioner. However, in cases to make the list of "all users" who spoke to specific thread, your hack is splendid.
...