Hi there,
Is it possible to change the "reportpost_newthread" phrase in a way that will show the assigned moderator's User IDs?
Currently, the phrase is:
Code:
[url=$reportinfo[reporterlink]]$reportinfo[rusername][/url] has reported a post.
Reason:[quote]$reportinfo[reason][/quote]
Post: [url=$reportinfo[postlink]]$reportinfo[prefix_plain]$reportinfo[threadtitle][/url]
Forum: $reportinfo[forumtitle]
Assigned Moderators: $reportinfo[modlist]
Posted by: [url=$reportinfo[posterlink]]$reportinfo[pusername][/url]
Original Content: [quote]$reportinfo[pagetext][/quote]
Can the
Assigned Moderators: $reportinfo[modlist] part be modified to either link to the specific moderators profile, or simply display their User ID?
So the reported post would read:
Quote:
Assigned Moderators: Mod1 (1234), Mod2 (5678), Mod3 (9101)
|
or
Any ideas?