Bug #354

System mail log: Wrong multipage links

Added by Ryan Gordon 8 months ago. Updated 6 months ago.

Status:Closed Start:08/08/2009
Priority:Normal Due date:
Assigned to:Ryan Gordon % Done:

100%

Category:Activity Indicator System
Target version:1.4.10
Reproducibility: Browser:
Reported In MyBB Version:1.4.8 Database Type:
PHP Version: Database Version:

Description

If you search your system mail logs and the result is on several pages there's a problem with the links in the pagination:
index.php?module=tools/mailerrors&page=*2s*ubject=xyz

The & is missing and because of that it shows all logs if you switch between the pages.

admin/modules/tools/mailerrors.php
$additional_criteria = implode("&amp;", $additional_criteria);<br />...<br />echo "&lt;br /&gt;".draw_admin_pagination($mybb->input['page'], $per_page, $total_rows, "index.php?module=tools/mailerrors&amp;page={page}{$additional_criteria}");

Associated revisions

Revision 4418
Added by Ryan Gordon 8 months ago

Fixes System mail log: Wrong multipage links (fixes:354)

Revision 4421
Added by Ryan Gordon 8 months ago

Fixes System mail log: Wrong multipage links (fixes:354)
Fixes Selective delete system mail logs not working (fixes:359)

History

Updated by Ryan Gordon 8 months ago

  • Status changed from Assigned to Resolved
  • % Done changed from 0 to 100

Applied in changeset r4418.

Updated by Ryan Gordon 8 months ago

Applied in changeset r4421.

Updated by Stefan T. 7 months ago

  • Status changed from Resolved to Closed

Updated by Ryan Gordon 6 months ago

  • Target version changed from 1.4.9 to 1.4.10
  • Reported In MyBB Version set to 1.4.8

Also available in: Atom PDF