Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Add More Pages
#7
Hi rfuller,
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 ...
Reply


Messages In This Thread
Add More Pages - by rfuller - 2011-09-16, 06:11:04
Add More Pages - by Connie - 2011-09-16, 07:58:23
Add More Pages - by rfuller - 2011-09-16, 08:07:02
Add More Pages - by ccagle8 - 2011-09-16, 11:24:29
Add More Pages - by mvlcek - 2011-09-16, 15:44:24
Add More Pages - by rfuller - 2011-09-16, 21:21:11
Add More Pages - by cumbe - 2011-09-16, 22:23:31
Add More Pages - by mvlcek - 2011-09-16, 23:37:08
Add More Pages - by rfuller - 2011-09-17, 02:06:53



Users browsing this thread: 1 Guest(s)