Quote:
Originally Posted by TTG
The code for admin / mods to see latest reported posts doesn't appear for me, just creates a gap :-
|
Move the <br/> into the conditional, e.g.:
Code:
<if condition="$vbulletin->openreports"><br/><a href="postreports.php">$vbphrase[postreports_postreports]</a>: $vbulletin->openreports</if>
The link only shows up if there are outstanding reports.