Quote:
Originally posted by Mithan
This is a great news program, but I would like to know if there is a way for me to display 5 news headlines instead of the same number of News items it shows in the news?
Currently I have 10 news items to be shown, but I only want 5 headlines in that area. How can I edit this?
My site is at www.ac2hq.com
Thank you.
|
Find this line in PluhHeadlins.php
PHP Code:
// create sql statement
$sql = "SELECT threadid, title, forumid, replycount, postusername, postuserid, lastposter, dateline, iconid FROM thread WHERE forumid = \"$newsforums\" ORDER BY threadid DESC LIMIT $newsitems";
replace $newsitems with the number of headlines you want to have displayed.
Hope this helps,
Sebastian