- Posts: 11
- Thank you received: 3
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.
The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, the ideas in these topics may not work with later versions and, for that reason, the topics are locked.
Question [SOLVED] Thread Avatars with JomSocial
/com_components/com_kunena/template/default_ex/kunena.forum.css
Let me know how it works!
Please Log in or Create an account to join the conversation.
I cannot put a link to my site because the forum it's only opened to registered users
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I created a solution to this.
You need to edit the file called view.php in the folder of the template that you are using. Using default_ex you need to do the following:
Locate the following code:Code:$msg_avatar = '<span class="fb_avatar"><img src="' . $jsuser->getThumbAvatar() . '" alt=" " /></span>';
Replace it with the following code:Code:$msg_avatar = '<span class="fb_avatar"><img src="' . $jsuser->getAvatar() . '" alt=" " /></span>';
Notice that we are now getting the Avatar instead of the ThumbAvatar.
Thank you! Thank you! Thank you! Thank you! Thank you! Thank you! Thank you! Thank you! Thank you! Thank you! Thank you! Thank you! Thank you! Thank you! Thank you! Thank you! Thank you! Thank you! Thank you! Thank you! .... :laugh:
It works very well.
Please Log in or Create an account to join the conversation.
open file profilebox.php in components/com_kunena/template/default/plugin/profilebox/
see code line 43
edit to
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.