inherit
226642
0
Jan 4, 2016 18:11:01 GMT -8
mizjunami
7
November 2015
mizjunami
|
Post by mizjunami on Nov 17, 2015 6:58:48 GMT -8
Im looking for a way to display just a static time for shouts. For older shouts a short date+time for shouts that are over a day old. Im trying to get rid of the updating "X Y's Ago" display.
|
|
inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on Nov 17, 2015 16:44:54 GMT -8
Hi, Go To: /admin/themes/advanced >> click on "Shoutbox", then "Individual Posts" Paste this at the bottom of the template: <script type="text/javascript"> <!-- var time=$('.details .time').html(); $('.details .time').each(function(){ $('.details .time').before(time); $('.details .time').hide(); }); --> </script> Preview:
|
|