- Posts: 26
- Thank you received: 0
Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.
The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question size72 avatars does not exist while size200 avatar does
Please Log in or Create an account to join the conversation.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
But before that you should check Kunena version:
docs.kunena.org/index.php/Detecting_Kunena_Version
That should create the avatar image of size 72 (you can have whatever size you want to).
I'm not sure why avatars are not generated inside Kunena -- do you have modified version of our template?
Please Log in or Create an account to join the conversation.
Matias wrote: You should use this instead:
Code:$avatarURL = KunenaFactory::getUser()->getAvatarURL(72);
But before that you should check Kunena version:
docs.kunena.org/index.php/Detecting_Kunena_Version
That should create the avatar image of size 72 (you can have whatever size you want to).
I'm not sure why avatars are not generated inside Kunena -- do you have modified version of our template?
the only modification I did to Kunena:
/components/com_kunena/template/default/loginbox/login.php
removed lines 34 to 75 and replaced it with a login from JFBConnect
in administrator/components/com_kunena/kunena.xml
I know I started with a 1.7.2 installation.
Where would I use?
thank you so much for the help!
Please Log in or Create an account to join the conversation.
PS. In Kunena 2.0 you can write a simple plugin which does the same as you're trying to do.
Please Log in or Create an account to join the conversation.
Also, all size36 avatars within the userlist are always displayed correctly.
Please Log in or Create an account to join the conversation.