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

New plugin: User Activity Plus

+5 votes

This is a plugin that displays all the questions and answers of a user! It adds links under Recent Activity and next to the questions and answers count on a user page.

The lists are paginated like normal question lists; it picks up the number from the "Questions page length" option. 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.

It's available here: https://github.com/svivian/q2a-user-activity-plus
(Click 'Downloads' at the top to download the package.)

I haven't extracted the languages yet so for non-English translations it may be a bit of work finding all the text. I'll try and sort that asap.

Let me know what you think!

asked Aug 31, 2011 in Plugins by DisgruntledGoat
edited Nov 13, 2011 by gidgreen
Thats great! Thanks for this plugin. Where can I see the demo of this plugin?

2 Answers

0 votes

Ok, I have found on my installation it conflicts with q2a-badges.

When installed I get the following appear under the badges title on the user page :

Notice: Undefined index: value in /var/www/qa-include/qa-app-format.php(1264) : eval()'d code on line 42

If I delete the plugin, it dissappears, so there is something between the two conflicting.

Looks good tho :) great effort!

answered Aug 31, 2011 by Davo
Want another bug report? lol Should I put forward issues on Github rather than here? Just holler over which you prefer.

Normally when I view a question around the site, since I have already voted on it, the up and down arrows to vote are disabled. But when visiting for example :

/user-activity/questions/Davo

It seems to be activated, saying 'click to vote up' or down (clicking does nothing off course).
Thanks, I'll look into it. And you can submit future issues on Github, that way I can keep track and tick them off when fixed, thanks :)
0 votes

After checking "Log events to qa_eventlog database table" and clicking "Save" the page is blank and URL is not changing.

I checked my server error logs:

[11-May-2012 09:57:48] PHP Fatal error:  require() [<a href='function.require'>function.require</a>]: Failed opening required '/webseiten/gute-mathe-fragen/qa-include/qa-install.php' (include_path='.:/usr/local/lib/php') in /webseiten/gute-mathe-fragen/qa-include/qa-index.php on line 146

So the qa-install.php was missing.

Copying it to the server fixes the problem.

-> Cannot remember to have deleted this file. Can somebody confirm that it has to be there even after installation of q2a core?

answered May 11 by echteinfachtv
got it, sorry. When installing q2a couple of months ago, I followed the "advanced" section for security:

"Remove the qa-install.php file inside the qa-include directory of your Question2Answer installation."

http://www.question2answer.org/secure.php