This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
6
[Feature Request] - Display Last Edited Time -- the info is there in the tagline
Author Summary
djimbob is
in
feature request
Post Body
Edited comments have a last edited time that Reddit provides with each request in the tagline
<time datetime="2013-04-18T14:25:17 00:00" title="Thu Apr 18 14:25:17 2013 UTC"></time>
ago
<time class="edited-timestamp" datetime="2013-04-18T14:28:19 00:00" title="last edited 14 seconds ago">*</time>
Mods can enable displaying the full last-edited time, with a simple CSS tweak to their stylesheet (that I originally saw at /r/netsec and just stole for /r/AskScience):
.edited-timestamp::before {
content: " (";
font-size: 9px !important;
}
.edited-timestamp {
font-size: 9px !important;
}
.edited-timestamp::after {
content: "" attr(title) ")";
font-size: 9px !important;
}
It would be pretty cool and easy to implement feature for RES to add this CSS rule to all pages (just add it to the RES stylesheet; possibly based on a setting in the config).
For example tweak in action look at:
Author
Account Strength
100%
Account Age
15 years
Verified Email
Yes
Verified Flair
No
Total Karma
145,357
Link Karma
1,935
Comment Karma
142,931
Profile updated: 20 hours ago
Posts updated: 6 months ago
Subreddit
Post Details
Location
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 11 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/Enhancement...