Skip to content

Commit

Permalink
The tooltip for the topic opener link shows last post author name (#5422
Browse files Browse the repository at this point in the history
)
  • Loading branch information
xillibit authored and 810 committed Jun 9, 2017
1 parent 92fc3f0 commit af4514a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -109,7 +109,7 @@
<?php echo $topic->getFirstPostTime()->toKunena('config_post_dateformat'); ?>,
<?php endif; ?>
<?php echo JText::_('COM_KUNENA_BY') ?>
<?php echo $topic->getAuthor()->getLink(null, JText::sprintf('COM_KUNENA_VIEW_USER_LINK_TITLE', $this->topic->getLastPostAuthor()->getName()), '', '', KunenaTemplate::getInstance()->tooltips(), $category->id); ?>
<?php echo $topic->getAuthor()->getLink(null, JText::sprintf('COM_KUNENA_VIEW_USER_LINK_TITLE', $this->topic->getFirstPostAuthor()->getName()), '', '', KunenaTemplate::getInstance()->tooltips(), $category->id); ?>
<div class="pull-right hidden-phone">
<?php /** TODO: New Feature - LABELS
* <span class="label label-info">
Expand Down

0 comments on commit af4514a

Please sign in to comment.