When users comment, I would like the name they input to only show on my posts. For example "Guest - Paul" I only want "Paul" to show..is this an accessible feature in backend?
1. I would like super users replys/comments shows as site name - is this also possible? These comments now shows as "Guest"
2. Can you show me the changes done so I can be sure to update in future releases of EasyBlog?
<a href="javascript:void(0);" title="<?php echo $this->html('string.escape', $comment->author->getName());?>"><?php echo JText::_('COM_EASYBLOG_GUEST').' - '.$comment->name;?></a>