By Ferlin Mogot on Monday, 02 December 2013
Posted in General Issues
Replies 5
Likes 0
Views 1.1K
Votes 0
after I integrate EB & ES avatar, when I click author link in EB article I will be landed in author's profile page (ES).
can you help me to create a link to allow user to access author's article list.

Thanks
Hello ferlin,

In that case you will need to hack the files. You can do so in this file

-blog meta in frontpage listing
JOOMLA/components/com_easyblog/themes/default/blog.meta.php

- blog meta in entry view
JOOMLA/components/com_easyblog/themes/default/blog.meta.read.php

You can add a link as so
<span class="blog-author-listing">
<a href="<?php echo EasyBlogRouter::getRoutedURL( 'index.php?option=com_easyblog&view=blogger&layout=listings&id=' . $row->blogger->id); ?>" itemprop="author"><?php echo $row->blogger->getName(); ?></a>
</span>

wherever you want it. Hope this helps.

Thanks!
·
Monday, 02 December 2013 15:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ferlin,

Sorry for the late reply. You can go to backend -> EasyBlog -> Settings -> Layout -> Avatar and set the "Modify author's name and avatar links" to NO Hope this helps.

Thanks!
·
Monday, 02 December 2013 12:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Adelene, Thanks for your answer.
But I wanna to keep both "link to ES profile" and "author's article list".
how to do?

Thanks
·
Monday, 02 December 2013 15:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Adelene.
·
Monday, 02 December 2013 16:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ferlin,

You are most welcome. Glad that your issue is solved.

Thanks!
·
Monday, 02 December 2013 17:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post