Hi there,
I can see post-edited message only on node (first post). There is no such message on comments (when admin or user edit them). Why? Do I need turn on some special module or settings?

This is code from sites/all/themes/themename/naked/advanced-forum.naked.post.tpl.php

      <?php if (!empty($post_edited)): ?>
        <div class="post-edited">
          <?php print $post_edited ?>
        </div>
      <?php endif; ?>

This is code from sites/all/themes/themename/naked/advanced-forum.naked.post-edited.tpl.php

<span class="post-edit-label"><?php print t('Edited by'); ?>:</span> <?php print $edited_name; ?>
<span class="post-edit-label"> <?php print t('on'); ?> </span> <?php print $edited_datetime; ?>
<?php if (!empty($edited_reason)) : ?>
  <span class="post-edit-label"> <?php print t('Reason'); ?>:</span> <?php print $edited_reason; ?>
<?php endif; ?>

Ones again, 'Edited by: admin on 13/01/2015 - 12:39" message is only in fist post (node). No message on comments. How to fix this? I have AF 7.x.2.4 version.

Comments

jasom’s picture

Issue summary: View changes
jasom’s picture

Issue summary: View changes