By Sabih on Sunday, 07 May 2017
Posted in General Issues
Replies 3
Likes 0
Views 367
Votes 0
Hi there,

my startpage contains several modules: leaderboard, recent discussions, 2 jreviews modules, stream module and easyblog latest blogs module. All modules (even the jreviews ones) except the easyblog module have popboxes when mouseover the username and avatar. Is there a way to provide the necessary code so I can implement the popbox for the easyblog module as well to have it all the same sitewide?
Hello Sabih,

EasyBlog modules doesn't render popbox for authors currently but it shouldn't be that difficult to render the popbox. You would just need to add the following attribute that wraps around the author's name and avatar,

[gist]
data-popbox="module://easysocial/profile/popbox" data-user-id="<?php echo $post->getAuthor()->id;?>"
[/gist]
·
Sunday, 07 May 2017 13:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you very much Mark, appreciate your help with this.

I am working on my sites as a hobby with my wife and we learn so many things due to your help and your software. It is just awesome. Anything like this makes us able to realize new things that we were not aware before. Thank you for that!
·
Sunday, 07 May 2017 17:41
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Sabih
·
Sunday, 07 May 2017 21:36
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post