Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Solved Thumbnails File Info in Posts

More
1 year 3 months ago #1 by PhilF51`
Joomla 4.04, latest stable version of Kunena 6.  Thumbnails are set at 100px, file name switched off. However, the file icon alongside is quite large and rather intrusive.  It was acceptable when I was using Joomla 3 and Kunena 5.  I appreciate the template has some influence over the styling. Is there a way of removing this file icon as I feel it is unnecessary as my users are more interested in the image than the file name?
Attachments:

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

More
1 year 3 months ago #2 by rich
Replied by rich on topic Thumbnails File Info in Posts
You can hide it via CSS. But if I can't see the forum, I can only guess.
Try the following code in your custom.sccs ( same way as here ).
.
Code:
.btn.btn-outline-primary.border.btn-sm {   display: none; } .col-md-3.text-center {   max-width: 50px; }
.
 

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

More
1 year 3 months ago - 1 year 3 months ago #3 by PhilF51`
Hi Rich,  I think I placed the code in the correct directory as per your link. I got a "Gantry error" immediately.  As per the issue here is the link to my work in progress site and an example post  dev2.wimbornemac.org/forum/kits-and-scra.../2434-stearman-build

This message contains confidential information

Database collation check: The collation of your table fields are correct
        

Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |
        

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 90 seconds | Max execution memory: 256M | Max file upload:  

Kunena menu details:

Warning: Spoiler!

Joomla default template details : rt_notio | author: RocketTheme, LLC | version: 1.5.0 | creationdate: October 29, 2021

Kunena default template details : Aurelia | author: Kunena Team | version: 6.0.7 | creationdate: 2022-12-14

Kunena template params:

Warning: Spoiler!

Kunena version detailed: Kunena 6.0.7 | 2022-12-14 [ Git Repository ]
        | Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: None

Third-party SEF components: None

Plugins: None

Modules: Kunena Latest 6.0.2

 
Last edit: 1 year 3 months ago by PhilF51`.

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

More
1 year 3 months ago - 1 year 3 months ago #4 by rich
Replied by rich on topic Thumbnails File Info in Posts
Try this, it should work.
.
Code:
.btn.btn-outline-primary.border.btn-sm {   display: none; } .col-md-3.text-center {   max-width: 9em; }
.
 
Last edit: 1 year 3 months ago by rich.

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

More
1 year 3 months ago #5 by PhilF51`
That is exactly what I wish Rich.   However, I got "  0 parse error: failed at `.` D:\Xammp\htdocs\components\com_kunena\template\aurelia\assets\scss\custom.scss on line 10, at column 1". 
My method. Template Aurelia.  Edit SCSS.  Click Custom SCSS. Paste text.  Save.   Obviously I am doing something wrong. 

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

More
1 year 3 months ago #6 by rich
Replied by rich on topic Thumbnails File Info in Posts
Please enter this code again, I will check it.

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

More
1 year 3 months ago - 1 year 3 months ago #7 by PhilF51`
Hi Rich,
I have entered the code in the template custom scss.  I have left it as is so you can look at the error.
Last edit: 1 year 3 months ago by PhilF51`.

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

More
1 year 3 months ago #8 by rich
Replied by rich on topic Thumbnails File Info in Posts
I can't find the custom.scss on your page, but the error message is: "custom.scss in line 8". Why do you have 8 lines in your custom.scss? My code only has 6 lines. Can you please post here what you have entered in the custom.scss?

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

More
1 year 3 months ago #9 by PhilF51`
This is copied from the custom scss.
.
.btn.btn-outline-primary.border.btn-sm {
display:none;
}
.col-md-3.text-center {
max-width: 9rem;
}
.

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

More
1 year 3 months ago - 1 year 3 months ago #10 by rich
Replied by rich on topic Thumbnails File Info in Posts
Have you entered also the dots at begin ans at the end? If yes, these must be removed. Enter only this:

Code:
.btn.btn-outline-primary.border.btn-sm { display:none; } .col-md-3.text-center { max-width: 9rem; }
Last edit: 1 year 3 months ago by rich.

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

Time to create page: 0.430 seconds