Forums
-
- Forum
- Posts
-
- Installation
- 28,432
- Troubleshooting
- 62,513
- Themes
- 10,431
- Plugins
- 15,338
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
I’ve put a ticket into Trac for you. If Sam agrees, it might show up in 1.1
If you simply must have it now, you can try making a plugin:
<?php
add_action( 'bb_admin_notices' , 'forums_started');
function forums_started() {printf('<p>'.__('Forums started %s ago.').'</p>', bb_get_inception()); }
?>