Hi
I have a Confiforms Field Definition with field type Comment and it will automatically add timestamp in the comment. However, it is different form the time zone that we are using. Is it possible to change the comment's time zone or simply hide it?
Thanks!
Hi @Aster
Actually the timestamp should be formatted in user locale and timezone, at least this is what ConfiForms attempts to do
But you can override the CSS styling and hide it if that does not work for you, by redefining some CSS
<style> div.comments_list > div > span:nth-child(1) { display:none !important; } </style>
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.