Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+4 votes
1.2k views
in Q2A Core by
edited by
How to allow an user to follow another user?
Q2A version: 1.7.4

1 Answer

+3 votes
by
selected by
 
Best answer

You can't follow users but you can favorite them. In order to do so, you need to open the user's profile and click on the star on the top right (using the SnowFlat theme). E.G. 1:

E.G. 2:

You can browse your favorited users from your profile section: http://www.question2answer.org/qa/favorites

by
I can see the 'Big Heart' to follow a question or category in the respective pages, but not in the  user profile page as you showed in the image. I guess something in my setting prevents the heart showing up in the profile page.
by
There is no setting to control that. However, if you installed your site using external users then this behaviour you're mentioning makes sense. If you did that, then it won't be possible for you to favorite users, only questions
by
Is there anyway to enable this for the users?  I intalled with wordpress integration.
by
That's a case of external users. No, there is no way to enable a setting for this in the current version of Q2A because users are not handled by Q2A itself but rather by WordPress. However, if you find a way of adapting the core to support this, you can share it in the GitHub repository. Other users will evaluate it and, if it works, I'm pretty sure it will become part of the code base
...