MCP info on Index - displaying Reported PMs

[BL] Briggers810

Addicted
Joined
Feb 11, 2008
Messages
786
Reaction score
0
FP$
1,650
I've recently put a modification up that shows any reports/approved posts that need doing and such on the index page.

But as I'm using 3.0.6 there's also the chance for members to report PMs that they've received, so I was wondering how I would go about getting it so that any PMs that are reported, a notice like "there is 1 reported PM to review." or something like that.

Here's the code I'm using for the MCP on index thing in the index_body.html file of the templates:
Code:
<!-- IF S_HAS_REPORTS or S_HAS_UNAPPROVED_POSTS -->
<div id="message" class="rules">
    <div class="inner"><span class="corners-top"><span></span></span>
        <strong>{L_INFORMATION}:</strong> 
        <!-- IF S_HAS_REPORTS --><a href="{U_MCP_REPORTS}">{L_REPORTS_TOTAL}</a><!-- ENDIF -->
        <!-- IF S_HAS_REPORTS and S_HAS_UNAPPROVED_POSTS --> &bull; <!-- ENDIF -->
        <!-- IF S_HAS_UNAPPROVED_POSTS --><a href="{U_MCP_QUEUE}">{L_UNAPPROVED_TOTAL}</a><!-- ENDIF -->
    <span class="corners-bottom"><span></span></span></div>
</div>
<!-- ENDIF -->
 
What mod do you use to show it currently?

The one we use here had been updated after phpBB 3.0.6 got release we just just did the upgrade edits and that was done.
 
Back
Top Bottom