Hi
I want to have author links from article view on my site. The link can lead to community builder profile page or some article. I run Joomla 1.5.17, template The World News II.
I tried almost every authorbot available (CB authorbot, BK authorbot, etc), none of these bot created the author link.
I searched forums, there is a help to achieve it ...http://forum.joomla.org/viewtopic.php?p=1918137
I tried to hack the gk_twn2/components/com_content/views/article/tmpl/default.php
I changed the code ($this->escape was omitted)
<?php JText::printf( 'Written by', ($this->escape($this->article->created_by_alias) ? $this->article->created_by_alias : $this->escape($this->article->author)) ); ?>
Anyway, I still see only author name close to date, not link.
What should I do?
Thanks for help