- Posts: 90
- Thank you received: 9
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
If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.
Question Kunena - Saving profile clears all Joomla user custom fields
If someone could show me a proper documentation or example on how to use setField Value on user custom fields, that would solve all my problems. I already have a form displaying and editing those custom fields (checkboxes and radio buttons). But I do not find a proper way to set them in Joomla. In that case I owuld not mind this bug. I would anyhow set custom fields after user->save in user.php .
I desperately try since 2 weeks to come up and show a custom value (a car model) underneath the avatar in forum. Everything works, but I cannot save the form to the custom fields.
Sorry for double post, I cannot delete the earlier one.
Please Log in or Create an account to join the conversation.
I installed patch tester and downloaded patch list form Github. But it does not show 19884 or 19735 PID.
Please Log in or Create an account to join the conversation.
Hi, sorry, my bad. Because this patch is already tested and approved for 3.8.7, they do not show up in the patch tester.Goldie wrote: Hi ruud,
I installed patch tester and downloaded patch list form Github. But it does not show 19884 or 19735 PID.
What you should do is do the file changes yourself on your test server. There are only 4 files changed: github.com/joomla/joomla-cms/pull/19884/files
com_fields is not a regular component, but rather a component that integrates into other components. The saving of the fields is done via a system plugin that triggers on the onContentAfterSave event. What would be ideal is if Kunena integrates com_fields. That way the Kunena profile can be extended in a very flexible way.
sharing = caring
Please Log in or Create an account to join the conversation.
I will check.
I do agree that com_fields shoulb be integrated into Kunena. I have now tried for 2 weeks to find a solution how to write set such a field. But I did not find any way.
Please Log in or Create an account to join the conversation.
patch is applied and works. no more overwrite of custom fields. Thank you for your support.
However stilll no way found to set a user custom field from PHP (Kunena) . Any help on that would be highly appreciated.
Please Log in or Create an account to join the conversation.
so the best way to achieve the Custom User fields on the Kunena User edit page is via a (self created) Kunena plugin that catches the onKunenaTabsEdit event and returns the custom fields to display on the edit form.
Doing it this way you are also sure that it will also survive a Kunena upgrade
sharing = caring
Please Log in or Create an account to join the conversation.