- Posts: 12
- Thank you received: 0
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
Question [Solved] Avatar Gallery Not Functioning Properly
My problem is that I can successfully upload avatars from the "Default Gallery" but I can't select an avatar from the very same gallery. The avatars appear and you can bullet one of them, but Confirming the selection does not register the selected avatar and not even the "NoPhoto" avatar is then available.
Curiously, some places say the gallery folder is /components/com_kunena/kunena.files.distribution/avatars/gallery, as does the Admin Forum Configuration screen. Yet, I've found that only the /media/kunena/attachments/legacy/avatars/gallery is processed.
Also, I'm developing on WAMP where I can't adjust permissions, but as I said, I can upload from that folder.
Please Log in or Create an account to join the conversation.
You can try with K1.5.10 if this works better.
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I checked the table and that is indeed what is happening. An extraneous "{" is prepended to the avatar name and stored in the table.
However, I hesitate to reinstall/update Kunena. I've done so much customization I'm just afraid I'll break it.
Instead, I opted to fix the offending location for the avatar selection process,which appears to be around line 335 in components/com_kunena/template/default/plugin/myprofile/myprofile_avatar_upload.php as there is a double curly brace "{{" at the beginning of the assignment that needs to be corrected to a single open curly brace.
The same issue seems to also apply to around line 162 involving the delete process.
Please Log in or Create an account to join the conversation.
This is one of the main reasons for developing K 1.6: because users make a lot of custom CSS changes, and hacks to the code to present the information in a specific, tailored way.However, I hesitate to reinstall/update Kunena. I've done so much customization I'm just afraid I'll break it.
Although we're always happy to see users share their ideas, their hacks, everyone should remember that the changes you make today will be dead-weight that you'll have to carry with you into future versions.
K 1.5.10 fixes 30 known defects. 30 known defects! That's not a small number of fixes. K 1.5.10 is also unfinished - it, too, introduced a couple of unforeseen problems - and there is to be a K 1.5.11.
So, you see, there will be no support for K 1.5.9. Indeed, right now, there is no support for K 1.5.8. It will not be too long before there is no interest in K 1.5.x at all.
You have a choice. Stay where you are, with your customisations, and 30 known defects, or abandon the customising and keep the core functionality up-to-date. It's a choice between reliability and appearance, between what's fashionable to look at and what is functional, durable, and will withstand the wear-and-tear. I know what I would rather do, but I respect your decision.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.