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.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question How to disable 'Boardcode'?

More
15 years 2 months ago #89518 by Wiz
How to disable the 'Boardcode'? :dry: I want it to be just a plain text. B)


Joomla 1.5.22
Kunena 1.6.3

Kunena always the best!

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

More
15 years 2 months ago #89523 by Wiz
Replied by Wiz on topic Re: How to disable 'Boardcode'?
nvm...got it already...in template/default/editor...bbcode.php

Kunena always the best!

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

More
15 years 2 months ago - 15 years 2 months ago #89524 by sozzled
There is no standard way to disable BBcode. BBcode is a standard feature of Kunena. You can disable smileys, but that's about as far as things go. If you don't want to show your users the BBcode options (even though, if they know the BBcode they can still use it), ask your members to use the Quick Reply option or insert the following lines to the end of your Joomla site template CSS:

#kpost-toolbar {
display: none;
}


I would not go messing around with PHP code. You're likely to break something.
Last edit: 15 years 2 months ago by sozzled.
The following user(s) said Thank You: Wiz

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

More
15 years 2 months ago #89562 by Wiz
Replied by Wiz on topic Re: How to disable 'Boardcode'?

sozzled wrote: There is no standard way to disable BBcode. BBcode is a standard feature of Kunena. You can disable smileys, but that's about as far as things go. If you don't want to show your users the BBcode options (even though, if they know the BBcode they can still use it), ask your members to use the Quick Reply option or insert the following lines to the end of your Joomla site template CSS:

#kpost-toolbar {
display: none;
}


I would not go messing around with PHP code. You're likely to break something.



That's much better! :woohoo:

Thanks.

Kunena always the best!

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

Time to create page: 0.263 seconds