Forums
-
- Forum
- Posts
-
- Installation
- 26,338
- Troubleshooting
- 56,499
- Themes
- 9,856
- Plugins
- 14,387
- Requests & Feedback
- 14,131
- Showcase
- 3,212
-
I did some more digging, and it looks a way to do is to not use BB_query at all, but to use $bbdb->get_results instead:
$startdate=”20070602103049″;
$enddate=”20080212090232″;
$topics = $bbdb->get_results(“SELECT * FROM $bbdb->topics WHERE topic_start_time BETWEEN $startdate AND $enddate ORDER BY topic_start_time DESC”);
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS