largersmallernormaltext version of this page

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0006414 [phplist] Message Management feature always 18-05-06 10:23 18-02-08 14:19
Reporter hola View Status public  
Assigned To
Priority normal Resolution open  
Status new   Product Version
Summary 0006414: Would be great to have these kinds of stats
Description Hello - look at the stats that Return Path produce - would be great if PHPList had them as well! no idea how they work some of those stats out espec' if people block the 1x1 beacon image!

http://www.returnpath.biz/delivery/monitor/dashboard.php [^]
Additional Information
Tags No tags attached.
Attached Files gif file icon das_dash.gif [^] (51,229 bytes) 18-05-06 12:55
? file icon mforwards.php [^] (4,980 bytes) 23-05-06 09:13

- Relationships
related to 0002705closed PHPList v2.11 release 

-  Notes
(0013881)
hola (reporter)
23-05-06 09:13

1) lists/lan/en/statsmgt.php - added:

'View Forwards by Message' => 'View Forwards by Message',

2) lists/admin/statsmgt.php

print $spb.PageLink2("mforwards",$GLOBALS['I18N']->get('View Forwards by Message')).$spe;

3) Added new record to task table -> mforwards and clickstats type

4) update admins with owner rights on forwards page

5) Create mforwards.php based on mviews.php




NOTES
1) There does not seem to be a LIMIT 10 added to the SQL statement to retrieve top level

values in mviews and no ability to go to a next page with more results. mclicks has also got

a hard-coded amount of LIMIT 50

2) mviews.php has confusing statement

 $timerange = ' and date_add(msg.entered,interval 6 month) > now()';
 $timerange = '';

3) When working out navigation through pages in mviews.php and other stats pages wrap the

following logic around the navigation table - no use displaying the table if the results are

less than MAX_USER_PP

if ($total > MAX_USER_PP) {


}

4) MARC - mviews updated with point 3

5) mclicks has not ability to display more than the first 50 results for clicks on no id

passed through

6) in phplist.css - in admin/styles change text align to left :

.listingelement {
  font-size: 11px;
  padding: 2px;
text-align: left;
}


7) Added mforwards page title to lists/admin/lan/en/pagetitles.php


Mantis 1.1.6[^]
Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker