- Posts: 3
- Thank you received: 0
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.
Question Remove some bbcodes from editor
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
P.S. It is better to insert this code in JOOMLA template css file, you'll not lose your changes when upgrade kunena.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Following the advice given in this thread, I made the following addition to the css/personal.css file in the beez20 template:
/* code to suppress kunena bb codes ... */
#Kunena ul#kbbcode-toolbar li a#kbbcode-help-button,
#Kunena ul#kbbcode-toolbar li a#kbbcode-map-button,
#Kunena ul#kbbcode-toolbar li a#kbbcode-list-button,
#Kunena ul#kbbcode-toolbar li a#kbbcode-olist-button,
#Kunena ul#kbbcode-toolbar li a#kbbcode-ulist-button,
#Kunena ul#kbbcode-toolbar li a#kbbcode-sup-button,
#Kunena ul#kbbcode-toolbar li a#kbbcode-sub-button,
#Kunena ul#kbbcode-toolbar li a#kbbcode-strike-button
#Kunena ul#kbbcode-toolbar li a#kbbcode-image-button,
#Kunena ul#kbbcode-toolbar li a#kbbcode-link-button {
display: none;
}
The outcome of the addition is visible in the attached image.
I would like to suppress the BB code and image corresponding to "image links". Request Kunena experts for guidance on this.
TIA.
Some BB code image icons continue to be visible. More important for me, the image link needs
Please Log in or Create an account to join the conversation.