There are only 3 classifieds appear on front page, and to see the others by clicking "Next" button. How can i change it so there are MORE than 3 classifieds are shown on front page ?
There are only 3 classifieds appear on front page, and to see the others by clicking "Next" button. How can i change it so there are MORE than 3 classifieds are shown on front page ? |
Recheck this: templates\base\scripts\BxBaseIndex.php function getBlockCode_Classifieds() line ~1100 $iResPerPage = (int)getParam("max_blogs_on_home"); change to any another value |
You can try this it works for me: author: gameutopia There are none so blind as those that will not see. |
oh, i c2, so i just change $iResPerPage = 3; iito the amount i want ? Great!! Thanks for your help :))) |