Kunena 6.3.8 Released
The Kunena team has announce the arrival of Kunena 6.3.8 [K 6.3.8] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
K 2.0 support will cease on 31 August 2013 and this section of the forum will be closed and archived after that time and no further questions will be answered about this version.
Merged I see the message "Loading BBCode editor..."
Joomla! 1.5 is not supported by Joomla! team... It's Mootools 1.2.5 which isn't compatible with Firefox 18.0+
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
- aleksi2004
-
- Offline
- New Member
- Posts: 4
- Thank you received: 0
model24.ee/forum/index
Please Log in or Create an account to join the conversation.
- aleksi2004
-
- Offline
- New Member
- Posts: 4
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Now try this.
1. Enable it back : <div id="fontsize"></div>
2. Or use this code to disable it: <div id="fontsize" style="display:none"></div>
This code is found in your joomla templets index.php file
Admin Pannel>Templete Manager>Templetes>Beez_20 Details and Files>Edit main page template
find and replace the code.
Please Log in or Create an account to join the conversation.
After that, I added the following lines to the template:
That's what worked for me.
Blue Eagle vs. Crypsis reference guide
Read my blog and

Please Log in or Create an account to join the conversation.
- OpenEyesAndEars
-
- Offline
- New Member
- Posts: 10
- Thank you received: 1
Disabling - "System - JB Library" allowed my BBcode editor to load properly.
If you are using the Inspire template (or any template from Joomlabamboo ), try this. It should resolve the issue since the plugin controls the loading of Javascript libraries.
From what I've researched this issue happens because of a Javascript conflict with a plug-in you have enabled, so before posting for help here - try disabling/re-enabling your plug-ins one at a time to see if it resolves the issue.
Best Wishes and Good Luck to you all !
OpenEyesAndEars
Please Log in or Create an account to join the conversation.
But I found a solution today!!!!
I modified the typo.css file of my joomla template.
Paste at the end:
#krow2 img {
max-width: 100%;
margin: 10px 10px;
width: auto;
}
And now it works fine for me. No more problems

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