Forums
-
- Forum
- Posts
-
- Installation
- 26,474
- Troubleshooting
- 56,859
- Themes
- 9,876
- Plugins
- 14,469
- Requests & Feedback
- 14,167
- Showcase
- 3,222
-
Not extensively tested but this will do it without a core hack
(once ALTER TABLE bb_topics ADD INDEX (topic_time)
is done)
<?php
/*
Plugin Name: Topic Time Index
*/
add_filter('get_latest_topics_join','topic_time_index',99999);
function topic_time_index($join) {return " $join USE INDEX(topic_time) ";}
?>
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS