This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Show 10 Entries Default?
#1

Howdy.  I've installed Commentics 2.5 on my new website -- http://www.magicjack-download.com -- and the installation/setup went with a breeze:  very easy, smooth, not a single problem, and extremely easy to change any of the settings.  Thank you!

I do have one question about the admin panel.  Under manage/comments, how do I change the default "Show 10 Entries" on the top left corner so that when I open that page it's default is 50 or 100?

Thank you.
Reply
#2

Hi,

In /upload/admin/index.php, add the part in bold:

$('#data').dataTable({
<?php if ($_GET['page'] == 'manage_comments') { ?>
"iDisplayLength": 50,
<?php } ?>

"aaSorting": [ ]

Have you completed the interview?
Reply
#3

Works perfect!  Thank you Steven!
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post

Forum Jump:


Users browsing this thread: 1 Guest(s)