Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Please bring back “forums old”


_ck_
Participant

@_ck_

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()); }
?>

Skip to toolbar