Have a new directory based on phpld version 2.1.2. On the main page, it will rotate 3 featured listings. How can I change that from 3 to say 5? Which file would I do this in? Thank you.
As far as i know you need to change this in index.php file at the end. You need to change this i think. Replace $tpl->assign('stats', $stats); $feat3 = $db->GetAll("SELECT * FROM {$tables['link']['name']} WHERE FEATURED = 1 ORDER BY ID DESC LIMIT 0,[B]3[/B]"); with $tpl->assign('stats', $stats); $feat3 = $db->GetAll("SELECT * FROM {$tables['link']['name']} WHERE FEATURED = 1 ORDER BY ID DESC LIMIT 0,[B]5[/B]"); Code (markup): DON.
Could find nothing like that code on the index.php In the templates, on one file I found where it says to show 3, but when I changed it to 5, did not work. Site did not come up, just an error message.