1
Hi All,
Been playing around with the new News module, and am loving it. I really like being able to select the amount columns as this is something I've been looking to be able to do for a while now.
I selected a 2 coloumn layout and one thing I thought would make it better was to add more options for the "Select the number of news items to display on top page" setting so that I could display a equal amount of articles in each column. I did this by editing line 176 of modules/news/xoops_version.php which looks something like this;
Quote:
$modversion['config'][1]['options'] = array('5' => 5, '10' => 10, '15' => 15, '20' => 20, '25' => 25, '30' => 30);
I added options for all numbers between 1 and 10 that weren't already there which has given me the display options I want.
This is all good, but the columns are still of unequal length. Is there anyway I can edit the News module so that it automatically pads out the boarders of each coloumn so they are all the same length?