Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

Is there away to create an user dashboard where a user can see all the questions they have asked and answered

+2 votes
I am relatively new to Q & A sites but I have been evaluating a few options for a project I am trying to launch. I rellay like the Q2A site plus the community is great an active. The issue I currently have is I need to create a tab that will act as a users homepage/dashboard. This table will list all the users questions and answers, anyone know how to go about doing this
asked May 3, 2011 in Q2A Core by Shehan Perera

2 Answers

0 votes

Shehan,

the existing user page facility (click on your own username) shows all the recent activity you've been involved in already. You could add a link to this page to the menu in a custom PHP theme (or with 1.4, using the new theme layers facility).

You would need to determine the username of the current user in the theme code, perhaps by overriding the theme's header() function, and add a link to the menu by inserting it into the correct place in the $this->content['navigation'] structure.

answered May 3, 2011 by dofmike
Great thanks for pointing me in the right direction
0 votes

Hi Shehan, I have recently created a plugin for Q2A that I think will suit your needs - User Activity Plus. Let me know what you think!

answered Aug 31, 2011 by DisgruntledGoat