I would like to sort the upcoming page on my site by the highest number of votes first, so that those stories will be more likely to become published due to the high number of upcoming pages on my site.
I use pligg 1.0.4 and the arthemia template, so I know it probably has nothing to do with sidebar2.tpl as indicated in the other posts I have read.
I have gone into upcoming.php and changed the part
toCode:// order by newest first $search->orderBy = "link_date DESC, link_id ASC";
;Code:// order by newest first $search->orderBy = "link_votes DESC, link_id ASC"
but nothing appears to change on my page. Anyone have any ideas how to make this edit? I know I'm probably just making a simple mistake.
I want my published page to remain the same, i.e. newest first.



Reply With Quote




