1
Description
Allow moderators to sort and filter reports for easy search.

Contact Method
Features
  • Allow reports to be filtered by report reason or reporter name.
  • Allow reports to be sorted by thread or post date.
  • Allow custom per page limit set.

Theme Installation
Edit the following templates:
  • Edit `modcp_reports` tempalte, find:
    Code:
    <div align="center"><input type="hidden" name="action" value="do_reports" /><input type="submit" id="inline_read" class="button" name="reportsubmit" value="{$lang->mark_read} ({$inlinecount})" /></div>

    Add after:
    Code:
    {$ougc_reports_filter}

  • Edit `modcp_reports_allreports` tempalte, find:
    Code:
    {$allreportspages}

    Add after:
    Code:
    {$ougc_reports_filter}

Included in Pack
  • One plugin copy.
  • English language pack.
  • Installation or setup is not included. Plugin should work out of the box in a fresh installation according to the requirements stated above.
1