Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.

The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Question Category Permissions User Group box collapsed in backend of Kunena 6.0.1.1

More
3 years 10 months ago - 3 years 10 months ago #224115 by purezen
Hello support
If you click on a Category in the backend of Kunena 6.0.1.1 and go to the Category Permissions Tab, the User Group selection box is collapsed.
It's impossible to expand the selection box.

 

If you would like a Login access to the Backend and Frontend on my forum, please let me know and I will supply in reply.
​​​​​​​https://www.moviestudiozen.com/forum

Regards
Derek
Last edit: 3 years 10 months ago by purezen.

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

More
3 years 10 months ago #224149 by rich
In the backend, go to "System -> Administrator Templates -> Atum Details and Files" and add a file called user.css to the css files.
Try it with one of these codes, you can specify a fixed height or let it adjust automatically.
.
 
.
Height with 50px
Code:
/* Selection fields for Kunena category permissions */ select#pubAccess, select#adminAccess, select#params-joomla-groupaccess_reply, select#params-joomla-groupaccess_post, select#params-joomla-levelaccess_reply, select#params-joomla-levelaccess_post{     height: 50px !important; }
.
 
.
Height automatically
Code:
/* Selection fields for Kunena category permissions */ select#pubAccess, select#adminAccess, select#params-joomla-groupaccess_reply, select#params-joomla-groupaccess_post, select#params-joomla-levelaccess_reply, select#params-joomla-levelaccess_post{     height: auto !important; }
.
 

Important! Always create a backup before you make any changes to your website!
The following user(s) said Thank You: purezen

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

More
3 years 10 months ago #224161 by purezen
Hi Rich

Thank you for that solution - it worked perfectly 
I have now discovered an extra element in the same area, that is suffering from the same problem.

Go to the Category Settings tab, next to Category Permissions.
Category Channels is also collapsed, but I can't work out what code to add to user.css

 

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

More
3 years 10 months ago #224173 by rich
Try this:
.
Code:
select#channels {     height: 65px !important; }

Important! Always create a backup before you make any changes to your website!
The following user(s) said Thank You: Leen, purezen

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

Time to create page: 0.229 seconds