I have made an override of the com_content -> default_articles.php (list of articles in category)
I have inserted:
Code:
<?php echo "<strong>Opdrætter:</strong> " . JHtml::_('content.prepare', '[name]') . "<br/>"; ?>
to show the name of the author of the article (author is set in the CB content plugin)
When I am logged in on the site the name is shown correctly, but when I am not logged in it onlys shows the tag: [name]
I need the name to be shown also when no user is logged in.