Stefan started a discusssion in the thread
news_ordering problem
Okay, so I managed to set up four news in two rows, and having the text and image as an automatic readmore link.
The only problem now, is that the news is:
1-3
2-4
With 1 and 2 being the newest news.
How do I change it to:
1-2
3-4?
Here's the code:
Code
// Predefined variables, do not edit these values
if ($settings['news_style'] == "1" { $i = 0; $rc = 0; $ncount = 2; $ncolumn = 1; $news_[0] = ""; $news_[1] = ""; $news_[2] = ""; } else { $i = 1; }
// This number should be an odd number to keep layout tidy
$items_per_page = 4;
if (!isset($readmore)) {
$rows = dbcount("(news_id)", "news", groupaccess('news_visibility'." AND (news_start='0'||news_start
30 Oct 2006 at 01:59 PM