tips and tricks for movable type
edit list_entries function
September 17, 2002
You can change the default number of entries to display when you List and Edit Entries by hacking the CMS.pm file.
Thanks to David at Blogdom for testing this out and reporting that it worked! (I plan to start testing these things out for myself on my old domain, but until then, having guinea pigs is always a good thing! :grin: )
Open up lib/MT/App/CMS.pm in a text editor (always save a backup copy!) and look for this line (it's around line 1435 in v2.64):
my $limit = $q->param('limit') || 20;
Change 20 to whatever number you want for your default display.
Save CMS.pm and upload to your server!
Related Links:
• Original post on the MT support forum