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
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.
gindi
Please Log in or Create an account to join the conversation.
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
Please Log in or Create an account to join the conversation.
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.
sharing = caring
Please Log in or Create an account to join the conversation.
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.
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.
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.
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
Please Log in or Create an account to join the conversation.
There are also some entries in the various PHP files that contain "target_user_id".
gindi
Please Log in or Create an account to join the conversation.