Scenario:
"I want to make search results be random in order so that the same search query will bring up results in a different order."
Solution:
This requires a small core hack to BLOG.php.
Original forum thread (thanks, cyblot and duayen25!):
http://forum.nucleuscms.org/viewtopic.php?t=10909
Method:
$query .= ' ORDER BY score DESC';
$query .= ' ORDER BY i.itime DESC';
![]()
Total votes: 1 - Rating: 9.00