miniBB Support Forums
|
Forums
|
Register
|
Reply
|
Search
|
Statistics
|
Manual
|
miniBB Support Forums
/
How To
/
changing format of user's registration date
Anonymous
Guest
#1
|
Posted: 6 Nov 2006 21:22
for user-regdate, how can we change the way the date is displayed? i tried changing this in ursernfo.php with no luck...
Paul
CEO
#2
|
Posted: 7 Nov 2006 03:46
So, do you want to change just the date format which is shown in user's profile, or date format on the whole forums?
If second, it's discussed MILLION times. Edit $dateFormat setting of setup_options.php correspondingly to what
PHP has in its options
.
Anonymous
Guest
#3
|
Posted: 7 Nov 2006 15:41
i want to change the way it shows up in profiles.
thanks
Paul
CEO
#4
|
Posted: 8 Nov 2006 03:21
then paste in bb_plugins.php
function parseUserInfo_user_regdate($val){
return date('
Y.m.d
', strtotime($val));
}
you can format date accordingly to the
PHP date format
rules.
Anonymous
Guest
#5
|
Posted: 8 Nov 2006 03:57
thanks!
miniBB Support Forums
/
How To
/ changing format of user's registration date
↑
Top
Your Reply
Short link for this topic:
?
You are welcome to post anonymously, by entering a nickname with no password (if the similar Username has not been taken yet), or by leaving both fields empty. If you have a forums account, you can also sign in from this page without posting a message, or sign in and post at once.
Before posting, make sure your message is compliant with our
forum posting rules
. If not, it may be locked or deleted with no explanation.
News & Announcements
FAQ
How To
Bugs
The Other
Official Addons and Solutions
Custom Tutorials and Modifications
Master Class
Specific
Re-cycled
Suggestions
Testimonials
qwerty
Features
Requirements
Demo
Download
Showcase
Gallery of Arts
Compiler
Premium Extensions
Premium Support
License
Contacts
Worried about forum enemies?
Pre-approve postings and members with the
Premoderation add-on
!