inherit
243715
0
Oct 1, 2017 9:30:40 GMT -8
themattreptar
6
April 2017
themattreptar
|
Post by themattreptar on Apr 13, 2017 17:39:14 GMT -8
I searched by couldn't find anything about it. I was wondering if it was possible to remove the time it shows when you quote a post. So instead of it saying "[avatar] 2 hours ago [user] said" it would just show "[avatar] [user] said."
Is this possible? Did I explain that well enough? Also sorry if this isn't a template thing. Seemed like if it's possible, that's what it would be.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,024
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Apr 13, 2017 17:50:59 GMT -8
If you add the following to the end of your theme's style sheet that should get rid of it
.quote_header .time { display: none; }
I feel I should also mention that the date/time on quotes are clickable and brings you back to the original post from where the quote was taken so it does come in handy for some who might want to verify a quote is accurate or to see if it is being taken out of context.
|
|
inherit
243715
0
Oct 1, 2017 9:30:40 GMT -8
themattreptar
6
April 2017
themattreptar
|
Post by themattreptar on Apr 13, 2017 20:07:18 GMT -8
Ah, I actually didn't know it linked to the original post. I guess I'll have to ask my members if they use that feature and if they'd prefer it without the time. Either way, thanks for the help.
|
|