Kunena 7.0.4 Released

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

Solved Disable member signatures?

More
9 years 8 months ago #179035 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
9 years 8 months ago #179040 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
9 years 8 months ago #179048 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.243 seconds