Lack of interest [Suggestion] Title for report in postings

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

Alluidh

Well-known member
Hi

Only a very small suggestion

Is ot possible to get a "title" the the "Report"-button in the postings just like the "Reply"-Button?
Text maybe "Report this posting to a moderator" or something like that?

We had a discussion about "Report" isn't clear enough for "older" members

Thanks and regards
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
Here's an easy edit if this doesn't get implemented.

Open the post template.

Find this:
Code:
<xen:if is="{$visitor.user_id}"><a href="{xen:link posts/report, $post}" class="OverlayTrigger item control report" data-cacheOverlay="false"><span></span>{xen:phrase report}</a></xen:if>

Replace with this:
Code:
<xen:if is="{$visitor.user_id}"><a href="{xen:link posts/report, $post}" class="OverlayTrigger item control report" title="{xen:phrase report_this_message}" data-cacheOverlay="false"><span></span>{xen:phrase report}</a></xen:if>

Then just create a phrase named report_this_message with the text you want.
 
Hi Brogan

Thanks for the code. I had done it myself this morning too (I't was my solution in our thread) :)
So this isn't much to change I hope to get it implemented :)
 
Top Bottom