By Giuseppe Palmas on Monday, 22 January 2018
Posted in Technical Issues
Replies 3
Likes 0
Views 597
Votes 0
Hi.
I found a bug: as you can see in attached image, if I click on the avatar image of a user, in the popbox, the link reaload the same page.
I solved it by editing the file /components/com_easydiscuss/themes/wireframe/html/user.popbox.php

I changed line 23

<a class="o-avatar o-avatar--lg" href="">

To this edited line

<a class="o-avatar o-avatar--lg" href="<?php echo $user->getPermalink();?>">

This hack solved the issue. I think that is useful for you in order to improve the next release.
Hi Giuseppe,

Good catch! I've apply the fix in our repository and it will included in the next release
·
Monday, 22 January 2018 11:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Glad to help!
·
Monday, 22 January 2018 12:05
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Monday, 22 January 2018 12:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post