(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 |