Module: Readable Dates and Concealed Times
Posted by Maurice Makaay
|
Re: Module: Readable Dates July 25, 2008 09:32AM |
Admin Registered: 22 years ago Posts: 8,532 |
I uploaded version 1.1.7 of the module. From the Changelog:
"Added a switch in the module config to enable/disable the formatting of the user registration date on the read pages (Registered: ... ago). If this switch is enabled, then dates after the configured time limit will be formatted using a standard short date. This is different from Phorum's default behavior, because by default Phorum would use a readable date-like formatting for this date already."
So, if you want the registration date for users on the read page to show up as a real date, instead of Phorum's default relative date (... ago), then enable the new feature.
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce
"Added a switch in the module config to enable/disable the formatting of the user registration date on the read pages (Registered: ... ago). If this switch is enabled, then dates after the configured time limit will be formatted using a standard short date. This is different from Phorum's default behavior, because by default Phorum would use a readable date-like formatting for this date already."
So, if you want the registration date for users on the read page to show up as a real date, instead of Phorum's default relative date (... ago), then enable the new feature.
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce
|
Re: Module: Readable Dates December 14, 2008 10:05AM |
Admin Registered: 22 years ago Posts: 8,532 |
I uploaded version 1.1.8 of the module.
This release fixes a typo that caused "date_last_active" for the user profile screen to never be formatted by this module.
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce
This release fixes a typo that caused "date_last_active" for the user profile screen to never be formatted by this module.
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce
|
Re: Module: Readable Dates January 14, 2009 02:44AM |
Registered: 22 years ago Posts: 174 |
|
Re: Module: Readable Dates January 14, 2009 04:27AM |
Admin Registered: 22 years ago Posts: 8,532 |
The dates are formatted using the language file entries.
Take a look at mods/readable_dates/lang/yourlanguage.php
You are probably seeing issues for these language keys:
You did not mention which language your forum is in, but based on the available language files, I think this would be English or the spanish.php. These have respectively:
Change these lines in the language file that you use. Change %I:%M%p to %H:%M
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce
Take a look at mods/readable_dates/lang/yourlanguage.php
You are probably seeing issues for these language keys:
You did not mention which language your forum is in, but based on the available language files, I think this would be English or the spanish.php. These have respectively:
'days_ago_0' => 'today, %I:%M%p',
'days_ago_1' => 'yesterday, %I:%M%p',
'days_ago_0' => 'Hoy, %I:%M%p',
'days_ago_1' => 'Ayer, %I:%M%p',
Change these lines in the language file that you use. Change %I:%M%p to %H:%M
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce
|
Re: Module: Readable Dates January 14, 2009 05:08AM |
Registered: 22 years ago Posts: 174 |
|
Re: Module: Readable Dates March 24, 2009 12:57PM |
Registered: 20 years ago Posts: 24 |
|
Re: Module: Readable Dates June 26, 2009 04:47AM |
Registered: 17 years ago Posts: 5 |
Hi
I have installed the module but how do I change the language to german ? I have the same problem with other modules e.g. "spamhurdles" or "onlineUser". Can you help me ?
Thanks in advance
greetings
DiscDog Admin
My DiscDog phorum
I have installed the module but how do I change the language to german ? I have the same problem with other modules e.g. "spamhurdles" or "onlineUser". Can you help me ?
Thanks in advance
greetings
DiscDog Admin
My DiscDog phorum
|
Re: Module: Readable Dates June 26, 2009 04:49AM |
Admin Registered: 23 years ago Posts: 9,240 |
|
Re: Module: Readable Dates June 26, 2009 04:58AM |
Registered: 17 years ago Posts: 5 |
Oh, ok. It works now, thanks a lot. There is another question and it concerns the "last_forum_post" module:
Now it displays the whole last subject and the author. I just want to display "last post" from "author" and the "last post" should be the link to the subject...as it is shown in yopur forums.
Greetings
DiscDog Admin
Now it displays the whole last subject and the author. I just want to display "last post" from "author" and the "last post" should be the link to the subject...as it is shown in yopur forums.
Greetings
DiscDog Admin
|
Re: Module: Readable Dates June 26, 2009 06:04AM |
Admin Registered: 23 years ago Posts: 9,240 |
Sorry, only registered users may post in this forum.

