Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
how do i change the date format? (1 viewing) (1) Guest
TOPIC: how do i change the date format?
#56980
how do i change the date format? 4 Months, 2 Weeks ago  
I would like to change the date format of every post like this 08-19-2008, 02:15 AM
hidemike (User)
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#56991
Re:how do i change the date format? 4 Months, 2 Weeks ago  
Been asked and answered many many times. Check the search function.
grinchy (User)
Senior Boarder
Posts: 355
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#57125
Re:how do i change the date format? 4 Months, 2 Weeks ago  
what should i search? cant find it
hidemike (User)
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#59118
Re:how do i change the date format? 3 Months, 2 Weeks ago  
If it had been asked _so_ many times why the search would not lead to the solution?

And why don't you post which words to search for, instead of blah blah?

I've been searching for all the word combinations and nothing come out.

Finally I found (in the german forum) - for whom may be concerned - that:

in /components/com_fireboard/template/default/message.php

find:

Code:

$msg_time_since = _FB_TIME_SINCE;


and replace with
Code:

$msg_time_since = " " . _POSTED_AT ." " .date(_DATETIME,$fmessage->time);


In this way you will have in the message "posted at" (date and time), instead of "posted xx days and xx minutes ago".

Can someone make this post sticky?
giupi (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/09/24 19:45 By giupi.
 
 
#59177
Re:how do i change the date format? 3 Months, 2 Weeks ago  
thanks for your concern giupi!
hidemike (User)
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top