Kunena 7.0.8 Released

The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Avatar not display in Kunena 1.5.9

More
16 years 6 months ago #38427 by giacomo
When change my avatar in my profile I can't display the new avatar image.

I think the bug is into file com_kunena_v1.5.9_stable_b1869_2010-01-23\template\default\plugin\myprofile\myprofile_avatar_upload.php at line 335:
$kunena_db->setQuery("UPDATE #__fb_users SET avatar='{{$kunena_db->getEscaped($newAvatar)}' WHERE userid={$kunena_my->id}");

You can see double "{{" into field avatar.

I replace this line with:
$kunena_db->setQuery("UPDATE #__fb_users SET avatar='{$kunena_db->getEscaped($newAvatar)}' WHERE userid={$kunena_my->id}");

Please Log in or Create an account to join the conversation.

More
16 years 6 months ago #38428 by LittleJohn
It seems this bug is present in 1.5.9 and earlier.

Someone should fix this. :)

Please Log in or Create an account to join the conversation.

More
16 years 6 months ago #38429 by etusha
thanks for REPORTING

Please Log in or Create an account to join the conversation.

More
16 years 6 months ago #38442 by sozzled
Correct. It seems that if you are using K 1.5.8 or K 1.5.9 (I haven't attempted this with any other version, yet) and you use the Kunena My Profile panel to change your avatar to one of the built-in ones, the avatar does not display.

I have, however, confirmed that you can upload a new avatar image file and that the uploaded image is displayed.

This problem does not occur if you use another component, like Community Builder (for example) to change your avatar image (assuming you have set Kunena to use avatars from the CB user profile).

Please Log in or Create an account to join the conversation.

More
16 years 6 months ago #38514 by K2Joom
I have a similar problem and as a new user, I want to ensure I have setup ok.

On my site at K2Joom.com, I am running Joomla 1.5.15, K2 V2.2, Kunena 1.5.9 with Gainsboro theme and AlphaUserPoints 1.5.4

I can not find a way to upload an avatar to my Kunena profile.
In the K2Joom Forum it shows me and other users with generic no avatar icon, yet when I click links to go to My Profile, it takes me to the AlphaUserPoints Profile and shows my K2Joom avatar. This avatar was only created when I registered with this Kunena forum, so how are they linked?

The AlphaUserPoints says the profile is only 60% complete and upload a picture or avatar, but there is no where to do this.

Even when I go to Kunena or AUP backend management, I do not see anyway to add avatar, so how can my visitors do this?

Any help would be much appreicated.

Please Log in or Create an account to join the conversation.

More
16 years 6 months ago #38515 by K2Joom
OK, I knew it would happen as soon as I posted.

I just found that within the configuration in AUP, you can select avatar from AUP, Gravatr, Kunena etc.
Kunena shows nothing.
Gravatar shows my K2joom.
AUP shows nothing but selecting it then gives an upload tab. I upload my k2joom and it accepts it.

Back to my K2Joom forum and still shows generic user icon, until I go to profile.
So it still does not work properly.

Please Log in or Create an account to join the conversation.

Time to create page: 0.223 seconds