Kunena 6.3.4 released

The Kunena team has announce the arrival of Kunena 6.3.4 [K 6.3.4] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

Solved Help needed: Logs Backend view

More
6 months 2 weeks ago #1 by ruud
Hi,
I am currently refactoring all / most of the back-end views to a J5 compatible format / display.
While doing the logs view I see in the code that there is an option to not only display the log entries per entry, but group them by e.g. operation, type, user, etc.

I have been a long time user of Kunena but i have never seen any option to actually use these grouped log entries, so I am hoping on the collective memory here on the forum if you know how to use / display these groupings in the logs view?

If nobody knows, then it is possible that this grouping possibility is a left-over of something never fully implemented or partly removed while migrating to newer versions. My suggestion then would be to remove that code (as it isn't used anyway).

More info here: github.com/Kunena/Kunena-Forum/pull/9628

Can you help / shed some light on this?

Thanks in advance, Ruud.

sharing = caring

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

More
6 months 2 weeks ago #2 by Gindi
This looks like the entries from Kunena Forum - Logs where the entries are still displayed as code in many filter options because the language is missing.

gindi
 

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

More
6 months 2 weeks ago - 6 months 2 weeks ago #3 by ruud
Replied by ruud on topic Help needed: Logs Backend view
options as language string have been fixed yesterday.
I think best to start testing again when next beta hits the downloads as there are currently a lot of changes being made

sharing = caring
Last edit: 6 months 2 weeks ago by ruud.
The following user(s) said Thank You: Gindi

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

More
6 months 2 weeks ago #4 by Gindi
Thanks for the hint.
Yesterday I installed all changes from [K6.3] Trashbin refactor (#9641) in my test version and the filter options for the logs are now displayed correctly, also in German.

gindi
 

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

More
6 months 2 weeks ago #5 by ruud
Replied by ruud on topic Help needed: Logs Backend view
Thanks for reporting back and for testing Gindi.

sharing = caring
The following user(s) said Thank You: Gindi

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

More
6 months 1 week ago #6 by Gindi
I don't know if this post is appropriate here.
In the Kunena Dashboard the statistics have been removed but in the Joomla Sidepanel under "Components - Kunena Forum" the entry "Statistics" is still available and can be accessed.

gindi
 

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

More
6 months 1 week ago #7 by xillibit
Hello,

There are news changes today made by Ruud, he has refactored the backend stats so it will be accessible with stats and anymore by statistics.
I'am going to release a beta2 today

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.

More
6 months 1 week ago #8 by Gindi
After all these changes, I noticed another error (?).
In Kunena - Logs is displayed in the menu bar: ID - Time - Type - Operation - User - Category - Topic - Target user - IP - Logs
When I select the filter options I see: Start Date - End Date - Type - Operation - User - Category - Topic - User.
However, the selection field should say "Target user" instead of user.

 Gindi
 

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

More
6 months 1 week ago - 6 months 1 week ago #9 by ruud
Replied by ruud on topic Help needed: Logs Backend view
Hi Gindi,
Thanks for the feedback and you are correct.
While refactoring the view and filters I try to use as much functionality that Joomla offers out of the box, so instead of creating a kunena (target) user field I used the Joomla build in user field.
Advantage is that this is maintained, has a lot of functionality (like searching for a user), disadvantage is that the 'name' cannot be changed. So we cannot name it target user...

I can also create a kunena user field that can have any name. It would then be a dropdown of all users that actually can be filtered (so do not display users in the list that do not have an entry in the log table), but that will be a dropdown and not the modal popup with all functionality it has now.

So this is I think somewhat personal or depending on the site usage ( few or many users etc)

I am able to create the kunena user fields but want to avoid having to revert that change (as I cannot revert my time :))

Maybe @ritch or @florian can also discuss / make a decision.

What would be your preference Gindi?

sharing = caring
Last edit: 6 months 1 week ago by ruud.
The following user(s) said Thank You: Gindi

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

More
6 months 1 week ago - 6 months 1 week ago #10 by Gindi
When searching in the database and in various PHP files, I noticed that instead of "User" it says "User_ID" and is in the database with type int(11). The "Target_User" is also in the database with type int(11).
There are also some entries in the various PHP files that contain "target_user_id".

gindi
 
Last edit: 6 months 1 week ago by Gindi.

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

Time to create page: 0.417 seconds