XF 1.2 changing phrase ( last edited )

I just tested it and it works fine.
This is the relevant content from the message template:
HTML:
<xen:if is="{$message.last_edit_date}">
    <div class="editDate">
    <xen:if is="{$message.user_id} == {$message.last_edit_user_id}">
        {xen:phrase last_edited}: <xen:datetime time="{$message.last_edit_date}" />
    <xen:else />
        {xen:phrase last_edited_by_moderator}: <xen:datetime time="{$message.last_edit_date}" />
    </xen:if>
    </div>
</xen:if>
 
It's likely that you may have template edits (or perhaps template modifications) that may be interfering. That's really the only way I could see it happening.
 
everything were fine till while back when the server team played with the database in order optimize it and reduce it size , the error started showing after that.
upload_2013-8-11_13-38-12.webp
the server has a size limitation on the databases , each time it come close to 100 , they manually increase the size

i'm not doing anythign just looking around and noticed it , from what i know UTF8 encoding is the best for arabic , specially when importing and exporting
 
Top Bottom