blr044 Posted February 3, 2010 Share Posted February 3, 2010 I have gone through random_pro.php and new_products in includes/modules/ This what I did: $col ++; /* if ($col > ($randomcol-1)) { */ if ($col > 2) { $col = 0; $row ++; } } But It still remains at three columns. So am I missing a file that needs to be changed. Thanks. Bennett Link to comment Share on other sites More sharing options...
FIMBLE Posted February 3, 2010 Share Posted February 3, 2010 You need to change that into $col ++; /* if ($col > ($randomcol-1)) { */ if ($col > 1) { $col = 0; $row ++; } } I have a contribution that allows you to make this change via admin you can get it by clicking the "my addons" link its called set you own columns Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.