Quote:
Originally Posted by v0id
Excellent hack. One question tho, do I just type False instead of true if I want to disable something? The only queries I want my forumhome to run with this hack is the for last threads/posts/top posters.
|
Yep

false or 0. Here's what yours would look like:
PHP Code:
$suoptions['top_posters'] = true; // Turn on top posters?
$suoptions['latest_threads'] = true; // Turn on latest threads?
$suoptions['latest_posts'] = true; // Turn on latest posts?
$suoptions['newest_members'] = false; // Turn on newest members?
$suoptions['online_today'] = false; // Turn on online today?