- Posts: 732
- Thank you received: 117
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
Solved Help needed: Logs Backend view
2 years 1 month ago #230983
by Gindi
Replied by Gindi on topic Help needed: Logs Backend view
I really like the new settings for users and target users. Sorting also works.
When I select "select operation" in the filter options, I find the entry "COM_KUNENA_LOG_TOPIC_NOTIFY" in the list, which I cannot find in the entire Kunena installation. I could trace back that this entry exists since Kunena 6.0. In Kunena 5.2.14 this entry does not exist.
Gindi
When I select "select operation" in the filter options, I find the entry "COM_KUNENA_LOG_TOPIC_NOTIFY" in the list, which I cannot find in the entire Kunena installation. I could trace back that this entry exists since Kunena 6.0. In Kunena 5.2.14 this entry does not exist.
Gindi
Please Log in or Create an account to join the conversation.
2 years 1 month ago #230987
by Gindi
Replied by Gindi on topic Help needed: Logs Backend view
Is there still a K63-BETA3 with all the latest changes and updates to test everything in the Kunena Dashboard?
I have created some posts in different topics in the test forum and have a name in the logs under target user for a post from the last year and the newly created posts say (0). Maybe it's because of the IP 127.0.0.1, so I would like to check everything again with a backup of the Lifesite and a BETA3.
Gindi
I have created some posts in different topics in the test forum and have a name in the logs under target user for a post from the last year and the newly created posts say (0). Maybe it's because of the IP 127.0.0.1, so I would like to check everything again with a backup of the Lifesite and a BETA3.
Gindi
Please Log in or Create an account to join the conversation.
2 years 1 month ago #230988
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Help needed: Logs Backend view
Hello,
Kunena beta3 is not yet released, i think next week after the release of the beta2 of Joomla! 5.1. I can generate a nightly build later in the evening.
Kunena beta3 is not yet released, i think next week after the release of the beta2 of Joomla! 5.1. I can generate a nightly build later in the evening.
I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: Gindi
Please Log in or Create an account to join the conversation.
2 years 1 month ago #230989
by ruud
sharing = caring
Replied by ruud on topic Help needed: Logs Backend view
This is due to a missing language string, I do not know what the value of this string is so i cannot add it. If somebody knows let me know or create a PR for this.I really like the new settings for users and target users. Sorting also works.
When I select "select operation" in the filter options, I find the entry "COM_KUNENA_LOG_TOPIC_NOTIFY" in the list, which I cannot find in the entire Kunena installation. I could trace back that this entry exists since Kunena 6.0. In Kunena 5.2.14 this entry does not exist.
Gindi
sharing = caring
The following user(s) said Thank You: Gindi
Please Log in or Create an account to join the conversation.
2 years 1 month ago #230991
by Gindi
Replied by Gindi on topic Help needed: Logs Backend view
It's just strange that I can't find this string in a language file or any other file.
I then searched for the string "COM_KUNENA_LOG_TOPIC" and found the string "COM_KUNENA_LOG_TOPIC_SORT_LABEL" in the file /administrator/components/com_kunena/tmpl/logs/default.php in row 124, which I also can't find in any language file.
Gindi
I then searched for the string "COM_KUNENA_LOG_TOPIC" and found the string "COM_KUNENA_LOG_TOPIC_SORT_LABEL" in the file /administrator/components/com_kunena/tmpl/logs/default.php in row 124, which I also can't find in any language file.
Gindi
Please Log in or Create an account to join the conversation.
2 years 1 month ago - 2 years 1 month ago #230992
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic Help needed: Logs Backend view
You will not find the language code, I think it is generated by this code:
/administrator/components/com_kunena/src/Field/KunenaoperationlistField.php line 69
But I can't find the correct value that matches the code COM_KUNENA_LOG_TOPIC_NOTIFY. If I knew which function should be displayed instead of this code, the would be easier. I have already tried all possible moderator operations, but cannot find the appropriate operation to make a text suggestion for the language file.
/administrator/components/com_kunena/src/Field/KunenaoperationlistField.php line 69
Code:
'text' => Text::_("COM_KUNENA_{$value}"),
But I can't find the correct value that matches the code COM_KUNENA_LOG_TOPIC_NOTIFY. If I knew which function should be displayed instead of this code, the would be easier. I have already tried all possible moderator operations, but cannot find the appropriate operation to make a text suggestion for the language file.
Important! Always create a backup before you make any changes to your website!
Last edit: 2 years 1 month ago by rich.
The following user(s) said Thank You: Gindi
Please Log in or Create an account to join the conversation.
Time to create page: 0.239 seconds