imthebest
Well-known member
I'm not using the report center but the classic reports as a thread mode. When someone reports a conversation message the contents of the report thread are:
******************
Conversation Message in 'Hi friend' by someone has been reported by someguy. Reason given:
Content being reported:
Where:
someone is a link to the profile of that user
someguy is a link to the profile of that user
Conversation Message in 'Hi friend' is a link to http://www.yourdomain.com/
The problem is that Conversation Message in 'Hi friend' shouldn't be a link.
Looks like the problem is because XenForo uses the same phrase (I think) for posts and conversation messages reported_thread_message whose contents are:
Thanks,
Super120
******************
Conversation Message in 'Hi friend' by someone has been reported by someguy. Reason given:
some reason
Content being reported:
******************some contents
Where:
someone is a link to the profile of that user
someguy is a link to the profile of that user
Conversation Message in 'Hi friend' is a link to http://www.yourdomain.com/
The problem is that Conversation Message in 'Hi friend' shouldn't be a link.
Looks like the problem is because XenForo uses the same phrase (I think) for posts and conversation messages reported_thread_message whose contents are:
Code:
[url='{link}']{title}[/url] by [url='{userLink}']{username}[/url] has been reported by [url='{reporterLink}']{reporter}[/url]. Reason given:
[quote]{reportReason}[/quote]
Content being reported:
[quote]{message}[/quote]
{extraDetails}
Thanks,
Super120
Last edited: