This is a page plugin for popular open source Q&A platform, Question2Answer. It adds the functionality to show every question and answer of a user.
The posts list is paginated and uses the value set under Admin > Lists > Questions page length (default 20). Answers use a similar design to question lists but also shows a snippet of the answer. Both lists include the class qa-a-count-selected where applicable for appropriate styling of selected answers.
Installation & Usage
- Download and extract the files to a subfolder such as user-activity-plus inside the qa-plugins folder of your Q2A installation.
- By default, the required CSS styles are automatically inserted on the appropriate pages. However, if you want to copy the styles to your global stylesheet (which is generally more efficient), there is an option to do so under Admin > Plugins. The styles can be found in the file samples.css; simply copy and paste into your theme’s stylesheet (usually qa-styles.css).
- Now on a user’s profile are links to see all questions and answers of the user. They are show both in the activity stats table and below the “Recent Activity” question list.