Info
- 8 posts
- 3 voices
- Started 2 years ago by hpguru
- Latest reply from hpguru
Please bring back "forums old"
-
- Posted 2 years ago #
Can you bring back a previous version 0.9 of a admin management the forum is 1 year old text etc.?
-
- Posted 2 years ago #
I'm afraid that we don't understand what you mean? You want the 1.0.* admin management to go back to the .9 version's admin? Unfortunately that is not gonna happen as they are working to make the admin management identical to wordpress.
-
- Posted 2 years ago #
No, i mean that in 0.9 have a text Forum was started X ago, where x 1 year, 2 months... Is it possible to move this text to 1.0? Sorry my poor English.
-
- Posted 2 years ago #
I understand what you are saying. I believe it does say that in the footer?
-
- Posted 2 years ago #
You mean the overall installation age?
You can also get that from the Mini-Stats plugin (among other info).
http://bbpress.org/plugins/topic/mini-stats/ -
- Posted 2 years ago #
Yes, but i like this in admin pages index.php. How i create this manually or is this come to bbPress 1.0.3 or 1.0.4 etc?
-
- Posted 2 years ago #
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()); } ?> -
- Posted 2 years ago #
Thank you. Works to me. :)
-
You must log in to post.