- Posts: 3
- Thank you received: 0
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
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 Remove some bbcodes from editor
13 years 7 months ago #133299
by DDN
Remove some bbcodes from editor was created by DDN
Please Log in or Create an account to join the conversation.
13 years 7 months ago - 13 years 7 months ago #133348
by TKtemp
Replied by TKtemp on topic Remove some bbcodes from editor
How about to add this css rules to your JOOMLA default template css file:
Code:
#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 {
display: none;
}
Last edit: 13 years 7 months ago by TKtemp.
Please Log in or Create an account to join the conversation.
13 years 7 months ago #133364
by DDN
Replied by DDN on topic Remove some bbcodes from editor
Eh, elegant solution. Put this code in Kunena default css template, it's work. But why don't work this method for removal separators?
Code:
#Kunena ul#kbbcode-toolbar li a#kbbcode-separator1,
#Kunena ul#kbbcode-toolbar li a#kbbcode-separator2,
#Kunena ul#kbbcode-toolbar li a#kbbcode-separator3 {
display: none;
}
Please Log in or Create an account to join the conversation.
13 years 7 months ago - 13 years 7 months ago #133385
by TKtemp
Replied by TKtemp on topic Remove some bbcodes from editor
Well, looks like that numbering of separators is removed and have not id, so you can show all or hide all
P.S. It is better to insert this code in JOOMLA template css file, you'll not lose your changes when upgrade kunena.
Code:
#Kunena ul#kbbcode-toolbar li a.kbbcode-separator {
display: none;
}
P.S. It is better to insert this code in JOOMLA template css file, you'll not lose your changes when upgrade kunena.
Last edit: 13 years 7 months ago by TKtemp.
Please Log in or Create an account to join the conversation.
13 years 7 months ago #133422
by DDN
Replied by DDN on topic Remove some bbcodes from editor
Nope, separators are not removed. Anyway thanks, main is bbcodes.
Please Log in or Create an account to join the conversation.
13 years 6 months ago #134182
by san65
Replied by san65 on topic Remove some bbcodes from editor
Hi,
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
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.
Time to create page: 0.229 seconds