2
OK found it,
If you would like more titles to show in the wf-sections index page go to,
html\modules\wfsection\xoops_version.php
line 369,
Quote:
$modversion['config'][19]['options'] = array('1' => 1, '2' => 2, '3' => 3, '4' => 4, '5' => 5, '6' => 6, '7' => 7);
I ammended it to read,
Quote:
$modversion['config'][19]['options'] = array('1' => 1, '2' => 2, '3' => 3, '4' => 4, '5' => 5, '6' => 6, '7' => 7, '8' => 8, '9' => 9, '10' => 10);
I now have 10 aticles listed instead of the standard 1 to 7.
Not seen any knock on effects yet.
I might not be very clever but I can lift heavy weights!