Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] 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 and issues discovered during the last development stages of K 6.3

Question Subject length and text colour?

More
4 years 8 months ago - 4 years 8 months ago #1 by Ozfooty
Running latest kunena 5.1.13.1 at ozfooty.net/joomla16/index.php

I would like to know how to set subject length and change colour of the font in messages. It’s default is a light grey that is difficult to read.

This message contains confidential information

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

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

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 300 seconds | Max execution memory: 2048M | Max file upload: 100M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : hot_cars | author: HotJoomlaTemplates.com | version: 1.6 | creationdate: November 2010

Kunena default template details : Blue Eagle5 | author: Kunena Team | version: 1.5.2 | creationdate: 2018-12-11

Kunena template params:

Warning: Spoiler!

Kunena version detailed: Kunena 5.1.13.1 | 2019-07-22 [ Mimas ]
| Kunena detailed configuration:

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

Third-party components: UddeIM 3.9

Third-party SEF components: None

Plugins: None

Modules: Kunena Login 5.1.1

Last edit: 4 years 8 months ago by Ozfooty.

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

More
4 years 8 months ago #2 by 810
Replied by 810 on topic Subject length and text colour?
We have a fixed subject number of 30. If you like to change it. then you can edit this file: components\com_kunena\template\blue_eagle5\layouts\category\index\default.php line 252

from:
Code:
<span><?php echo $this->getLastPostLink($category, null, null, null, null, false, true) ?></span>

to:
Code:
<span><?php echo $this->getLastPostLink($category, null, null, null, 40, false, true) ?></span>

for color: add this to the custom.less See our docs for more info.
.kmsgtex { color: green}
The following user(s) said Thank You: ladyfenixua

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

More
4 years 8 months ago #3 by Ozfooty
Is that 30 characters? See the subjects on this page, way more than 30 characters in the subject line.

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

Time to create page: 0.420 seconds