Kunena 6.4.13 Released

The Kunena team has announce the arrival of Kunena 6.4.13 [6.4.13] 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 6.0
Hint: This version is primarily intended to facilitate an upgrade if Joomla was first updated to version 6.1 before Kunena was up to dated.

This category contains miscellaneous, uncategorised third-party extensions (e.g. JomSocial, Community Builder, etc.) relating to older versions of Kunena that are no longer supported.

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] How do you change your forum avatar?

More
17 years 2 weeks ago #24605 by @quila
Hi bytebandit,

try in this way.

open the file myprofile.php line 165

components/com_kunena/template/default/plugin/myprofile/

change this
Code:
case "avatar": // B: Avatar if ($fbConfig->fb_profile != 'cb' && $fbConfig->fb_profile != 'jomsocial') { if (file_exists(KUNENA_ABSTMPLTPATH . '/plugin/myprofile/myprofile_avatar_upload.php')) { include (KUNENA_ABSTMPLTPATH . '/plugin/myprofile/myprofile_avatar_upload.php'); } else { include (KUNENA_PATH_TEMPLATE_DEFAULT .DS. 'plugin/myprofile/myprofile_avatar_upload.php'); } }
with this
Code:
case "avatar": // B: Avatar if (/*$fbConfig->fb_profile != 'cb' && */$fbConfig->fb_profile != 'jomsocial') { if (file_exists(KUNENA_ABSTMPLTPATH . '/plugin/myprofile/myprofile_avatar_upload.php')) { include (KUNENA_ABSTMPLTPATH . '/plugin/myprofile/myprofile_avatar_upload.php'); } else { include (KUNENA_PATH_TEMPLATE_DEFAULT .DS. 'plugin/myprofile/myprofile_avatar_upload.php'); } }
and then use the link

index.php?option=com_kunena&Itemid=2&func=myprofile&do=avatar

Hope this helps you

Regards

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

More
17 years 2 weeks ago - 17 years 2 weeks ago #24732 by bytebandit01
@quila,

I salute you. ;) It worked. Now I can change the avatar again like it used to work before. A million thanks to you good sir. :)

..with Joomla SEO turned on, I use this link

/forum/myprofile/avatar


Please consider this topic solved now. Thanks again @quila. Your are awesome. :)
Last edit: 17 years 2 weeks ago by bytebandit01.

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

More
17 years 2 weeks ago #24794 by @quila
Hi,

You are welcome. Glad to help you.

Regards

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

Time to create page: 0.277 seconds