- Posts: 16
- Thank you received: 3
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 Global settings in profile
- wolfhound512
-
Topic Author
- Offline
- Junior Member
-
I think that the error is here: \components\com_kunena\funcs\profile.php
In J1.6 permission to edit the profile defined in the optionsfunction displayEditUser() {
...
if (...) {
...
} elseif ($jversion->RELEASE == '1.6' && $this->user->authorise( 'com_user', 'edit' )) {
ie here:
function displayEditUser() {
...
if (...) {
...
} elseif ($jversion->RELEASE == '1.6' && JComponentHelper::getParams('com_users')->get('frontend_userparams')) {
Please Log in or Create an account to join the conversation.
- anonymous01
-
- Offline
- Premium Member
-
- Posts: 271
- Thank you received: 11
Please Log in or Create an account to join the conversation.
- wolfhound512
-
Topic Author
- Offline
- Junior Member
-
- Posts: 16
- Thank you received: 3
Please Log in or Create an account to join the conversation.
- anonymous01
-
- Offline
- Premium Member
-
- Posts: 271
- Thank you received: 11
Please Log in or Create an account to join the conversation.
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.
- wolfhound512
-
Topic Author
- Offline
- Junior Member
-
- Posts: 16
- Thank you received: 3
Please Log in or Create an account to join the conversation.