Forums
-
- Forum
- Posts
-
- Installation
- 28,363
- Troubleshooting
- 62,095
- Themes
- 10,373
- Plugins
- 15,302
- Requests & Feedback
- 14,879
- Showcase
- 3,252
-
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