Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
806 views
in Q2A Core by
reopened by

Just got my first flag but would like to see who flagged it.

Can I just add a handle to qa-lang-emails.php at:

'flagged_body' => "A post by ^p_handle has received ^flags:\n\n^open^p_context^close\n\nClick below to see the post:\n\n^url\n\nThank you,\n\n^site_title",

^a_handle, ^f_handle, ... ?

 

And is there maybe another way to see the flagger?

Edit: This was asked here as well:
automatic hidden when flag


 

Follow up: http://www.question2answer.org/qa/21658/can-we-add-who-flagged-data-to-admin-flagged

1 Answer

+1 vote
by
You should use an event module in a plugin to write your own message that is sent out when the flag happens. Your module will be informed who did the flagging.
by
Hi Gideon, I guessed this could be one solution.
I opened a plugin request: Live Events (ajax) http://www.question2answer.org/qa/16062/plugin-request-live-events-ajax where I set up a tiny script to get the events listed...
by
@gideon,

Simple yet solid solution. I love event module.
...