Advertisement:

Author Topic: very little tip to osclass admins  (Read 771 times)

ayman83

  • Jr. Member
  • **
  • Posts: 82
very little tip to osclass admins
« on: October 17, 2017, 10:09:26 pm »
Hello,

if you want to increase the number of rows in pages (plugins, emails, items, comments) on the admin side
Just go to folder oc-admin and find files (plugins, emails, items, comments)
then find this code

Code: [Select]
  if( Params::getParam('iDisplayLength') == '' ) {
                        Params::setParam('iDisplayLength', 10 );

then change the number 10 to 50 or 100, .. whatever you want.
« Last Edit: October 28, 2017, 10:43:54 am by ayman83 »