2011-09-16, 22:23:31
Hi rfuller,
always you can modify /admin/edit.php, +- line 232.
Change the limit 20(<=20).
Regards.
PD: i think that it should be able to be changed in the settings ...
always you can modify /admin/edit.php, +- line 232.
Change the limit 20(<=20).
Code:
while ($i <= 20) {
echo '<option value="'.$i.'">'.$i.'</option>';
$i++;
}
Regards.
PD: i think that it should be able to be changed in the settings ...