XF 1.2 Tag alerts being received but nor formatted properly

Stuart Wright

Well-known member
When someone tags me in a post, I get this:
temp1.webp

The code looks like this:
HTML:
<div class="listItemText">
        <h3></h3>
   
        <abbr data-timestring="9:35 PM" data-datestring="Feb 9, 2014" data-diff="2109" data-time="1391981700" class="DateTime muted time" title="Feb 9, 2014 at 9:35 PM">37 minutes ago</abbr>
    </div>
Obviously there should be something in the H3.
Does anyone have any idea what this might be down to?
Thanks
 
Last edited:
Do you have any outdated templates or phrases?

Other than that, you may need to disable add-ons to determine if any of those are to blame.
 
I'd reimport the master data. (It's possible that you uninstalled/disabled an add-on that has a template that conflicts with the standard one.)
 
Top Bottom