modules ---> publisher ---> xoops_version.php
Around row 727 ---> 747
$modversion['config'][] = array(
'name' => 'idxcat_perpage',
'title' => '_MI_PUBLISHER_PERPAGE',
'description' => '_MI_PUBLISHER_PERPAGEDSC',
'formtype' => 'select',
'valuetype' => 'int',
'default' => 15,
'options' => array('5' => 5, '10' => 10, '15' => 15, '20' => 20, '25' => 25, '30' => 30, '50' => 50),
'category' => 'indexcat'
);
$modversion['config'][] = array(
'name' => 'idxcat_index_perpage',
'title' => '_MI_PUBLISHER_PERPAGEINDEX',
'description' => '_MI_PUBLISHER_PERPAGEINDEXDSC',
'formtype' => 'select',
'valuetype' => 'int',
'default' => 15,
'options' => array('5' => 5, '10' => 10, '15' => 15, '20' => 20, '25' => 25, '30' => 30, '50' => 50),
'category' => 'indexcat'
);
Add, in the row option, at the end,
'100' => 100; save and set 100
in (Publisher ---> Preferences)
Maximum Categories per page (User side)? 'options' => array('5' => 5, '10' => 10, '15' => 15, '20' => 20, '25' => 25, '30' => 30, '50' => 50, '100' => 100),