XF 1.3 Missing Time Stamps from posts.

aMack

New member
http://28rl.net/index.php

I recently noticed that the date/time has been missing from my posts after Aug 20. In an attempt to fix this issue, I searched dateTime in the templates and opened up everything that had been modified. After viewing all custom changes, etc, I still cannot find a problem with it.

After trouble-shooting some more, I noticed that this (in the post template):
Code:
<a href="{xen:link threads/post-permalink, $thread, 'post={$post}'}" title="{xen:phrase permalink}" class="datePermalink"><xen:datetime time="$post.post_date" /></a>
Resulted in:
Xx9lo8F.jpg

When it should be showing:
Jg3gF5I.png
 
Should have checked this. You appear to have some custom CSS:
Code:
abbr,acronym{border:0;font-variant:normal;display: none;}
The original doesn't have display none.
 
Top Bottom