Hi,
I want to add a link to a users easysocial profile with their avatar link in a different component. At the moment I can display the link to their user profile name but it is just the text. How do I change my code to include their avatar too? Here is the code I am currently using:
<a href="<?php echo $ESuser->getPermalink();?>"><?php echo $ESuser->name;?>
Any help would be most appreciated.
Kind regards
Mel
I want to add a link to a users easysocial profile with their avatar link in a different component. At the moment I can display the link to their user profile name but it is just the text. How do I change my code to include their avatar too? Here is the code I am currently using:
<a href="<?php echo $ESuser->getPermalink();?>"><?php echo $ESuser->name;?>
Any help would be most appreciated.
Kind regards
Mel