Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/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 Disable member signatures?

More
7 years 7 months ago #1 by ArnoBrinkman
May be i'm just not looking good, but i can't find an option to turn off the signatures. I don't want to pollute the forum with all those signatures, but can't find an option to turn it off.

Or is the only option by hacking the template\crypsis\layouts\message\item\default.php?
If so, then i'll fill in a feature request.

TradingTalk

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

More
7 years 7 months ago #2 by 810
Replied by 810 on topic Disable member signatures?
There is no option, will create a new feature request for it.

For now you can hide it by css:
Code:
.ksignature {display: none;}

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

More
7 years 7 months ago #3 by ArnoBrinkman

810 wrote: There is no option, will create a new feature request for it.

For now you can hide it by css:

Code:
.ksignature {display: none;}


Thanks that works almost, should be next line to get rid of signature horizontal ruler:
Code:
div.ksig {display: none;}

TradingTalk

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

Time to create page: 0.380 seconds