Closed (outdated)
Project:
Shoutbox
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2008 at 07:44 UTC
Updated:
18 Mar 2016 at 11:11 UTC
Jump to comment: Most recent
Comments
Comment #1
Axlen commentedThe time is there, but hidden. Just move the mouse cursor over one of the shouts and a message bubble will appear with the date and time of the post.
Comment #2
stella commentedshadow2man: does the mouse hover-over solution suggested by Axlen suit your needs? Or would you still like it to be displayed in the shoutbox itself?
Please open a second feature request for your other query.
Cheers,
Stella
Comment #3
brzbg commentedSorry but i need to be exactly before or after username. Its simple and there is no need to check every msg when is send ;) Thanks ;)
Comment #4
disterics commentedDeferred to next release
Comment #5
Johnny D commentedThis would be helpful :-)
Comment #6
migas commentedI would also prefer to have a simple date/time after the name (able to be activated/deactivated in settings):
e.g. username [31.12, 07:33]
I guess it would be useful, if the date is adjustable to the country. or like in Views with PHP-Code.
thanks, mike
Comment #7
burmistrow commentedAnd for 6.x make that option please
Comment #8
sapetto commentedYes that would be very nice! Just a simple time and date next to the username
Comment #9
rv0 commentedFor people who are lazy like me to do it the proper way, and can't wait for the feature or do it themselves:
in shoutbox.module on line 329
change:
to
(edit: that's in 24-hour time notation though; for 12-hour notation change 'H:i' to 'h:i', refer to the 'Time' section on http://ca3.php.net/manual/en/function.date.php for additional formatting tags)
Comment #10
vitalblue commented