| Anonymous | Login | Signup for a new account | 02-09-10 22:18 GMT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
| 0006414 | phplist | Message Management | public | 18-05-06 10:23 | 18-02-08 14:19 | ||||||
| Reporter | hola | ||||||||||
| Priority | normal | Severity | feature | Reproducibility | always | ||||||
| Status | new | Resolution | open | ||||||||
| Platform | OS | OS Version | |||||||||
| Product Version | |||||||||||
| Target Version | 2.11.X | Fixed in 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 [^] | ||||||||||
| Tags | No tags attached. | ||||||||||
| Attached Files | |||||||||||
Relationships |
||||||
|
||||||
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 |
| Copyright © 2000 - 2010 MantisBT Group |