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?