Quote:
Originally Posted by unicorn
My mistake, its not shown for members, its only to mods and admins, in addition, its only shown to forum moderator who have a pinding post report which is excellent..
|
Yeah some of the mods on my site complained about that that's why it was included
Incidentally notice that this is more or less just a direct port of the old code but I am planning a more advanced version (probably not for a few weeks since I've got a major amount of rewriting to do atm) which will resolve some race conditions we've been having i.e. multiple mods attempting to deal with one report concurrently. This will probably take the form of a 'take over' button appearing on outstanding reports which (by process only, not by code because that would be nigh on impossible) will force mods into 'ownership' of reports before they deal with them, so you don't get two mods tripping over each other. Also mods not being able to touch reports from outside their forums which is quite an easy addition.
Quote:
The solution is working fine now but missing ?do=list
|
Code:
<br/><if condition="$vbulletin->openreports"><a href="$modcpdir/postreports.php?do=list">$vbphrase[postreports_postreports]</a>: $vbulletin->openreports</if>