Hi!
Links from EasyDiscuss - Latest Replies Module open not replies, they opens topics (first post).
Links from EasyDiscuss - Latest Replies Module open not replies, they opens topics (first post).
<a href="<?php echo DiscussRouter::_( 'index.php?option=com_easydiscuss&view=post&id='.$reply->parent_id ); ?>">
<a href="<?php echo DiscussRouter::_( 'index.php?option=com_easydiscuss&view=post&id='.$reply->parent_id ); ?>#<?php echo JText::_('COM_EASYDISCUSS_REPLY_PERMALINK') . '-' . $reply->id;?>">
$permalink .= '#' . JText::_( 'COM_EASYDISCUSS_REPLY_PERMALINK' ) . '-' . $post->id;
JFactory::getLanguage()->load('com_easydiscuss', JPATH_ROOT);
$permalink .= '#' . JText::_( 'COM_EASYDISCUSS_REPLY_PERMALINK' ) . '-' . $post->id;