Author links - how to add them?

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sun Dec 30, 2012 3:05 am
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
User avatar
Senior Boarder

Konrad M
Mon Dec 31, 2012 9:36 am
Hi,
it doesn't work becasue you edit wrong file. In our template we override default article view. Try edit templates/gk_twn2/html/com_content/article/default.php
User avatar

GK User
Mon Dec 31, 2012 4:54 pm
Hi
Thanks for advice. Unfortunately it is not working. I changed the code in the file you mentioned, and nothing happened. What should i do now?

Thanks for help
User avatar
Senior Boarder

GK User
Thu Jan 03, 2013 12:15 am
I had to try another author plugins and one of them was working.

Thanks for help.
User avatar
Senior Boarder

Konrad M
Thu Jan 03, 2013 1:56 pm
No problem, please share with others wich component worked.
User avatar


cron