Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account
This post has been closed. You can still view previous posts, but you can't post any new replies.

Time Stamps in Chat Log

I'm trying to go back to get some historical statistics from my current campaign (rolls, etc). But although I have chat timestamps enabled in the in-game chat, the historical chat log does not have dates/times. This makes it really difficult to sort the data accurately. Is there any way to enable time stamps, or at least dates, for this log? According to&nbsp; <a href="https://wiki.roll20.net/My_Settings#Enable_Chat_Timestamps" rel="nofollow">https://wiki.roll20.net/My_Settings#Enable_Chat_Timestamps</a> &nbsp; all &nbsp;time stamps have been saved since 2015. Any help is appreciated!
1541715033
Kirsty
Pro
Sheet Author
I'm interested in the answer to this as well.
Heyo Faux Moldeur, While the in-game chat will show time stamps, the chat archive does not.
1541799075

Edited 1541799104
It could with some coercion. It's just a css rule that hides it by default. .textchatcontainer .message .tstamp {display: block !important; } Anyways you have a couple options. If you have Stylus installed you can install this user style I just made and it should just always work. If you don't want to install an extension you can just use this bookmarklet javascript:(function()%7B%24(%22%3Cstyle%20type%3D'text%2Fcss'%3E%20.textchatcontainer%20.message%20.tstamp%7B%20display%3A%20block%20!important%3B%7D%20%3C%2Fstyle%3E%22).appendTo(%22head%22)%7D)() (Just paste that into the URL of a new bookmark on your browser and click it). Or you can do it the manual way. In Firefox or Chrome: Press Ctrl + Shift + J Paste this:&nbsp; $("&lt;style type='text/css'&gt; .textchatcontainer .message .tstamp{ display: block !important;} &lt;/style&gt;").appendTo("head"); and press enter. Done. You'll need to do that again if you reload the page.
1541799948
GiGs
Pro
Sheet Author
API Scripter
Just tested the stylus extension, it works perfectly. Great work!
1541800177
Kirsty
Pro
Sheet Author
Noon, you are my hero. Thank you.
Awesome - I'm glad that solution works for you all! :)