Kunena 6.3.7 Released
The Kunena team has announce the arrival of Kunena 6.3.7 [K 6.3.7] 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.
Loved WYSIWYG BBCode editor
- cotswoldphoto
- Offline
- Junior Member
- aka ClevaTreva
There is always tomorrow. If there isn't, why worry? The world must be about to end!
Please Log in or Create an account to join the conversation.
- cotswoldphoto
- Offline
- Junior Member
- aka ClevaTreva
The sandbox has an editor box, and the hr works there OK, and the hidden textarea with BBCode in also gets it when you insert, but I have a textarea you can see the underlying bbcode, and that waits for you to move the cursor before it updates to show the newly inserted hr.
On to the next tag. I think I will do the smilies next.
There is always tomorrow. If there isn't, why worry? The world must be about to end!
Please Log in or Create an account to join the conversation.
- GJSchaller
- Offline
- Premium Member
Geoffrey Schaller
Technical Officer
Knight Realms
Please Log in or Create an account to join the conversation.
- cotswoldphoto
- Offline
- Junior Member
- aka ClevaTreva
The smiley plugin is quite a bit of work. I should have it finished tomorrow, then I will look to integrate the Kunena css files, and then start on another (one of the few left) function. The list to do gets smaller.
There is always tomorrow. If there isn't, why worry? The world must be about to end!
Please Log in or Create an account to join the conversation.
- alexdevine
- Offline
- New Member
- Posts: 8
- Thank you received: 0
Really looking forward to testing it.
Please Log in or Create an account to join the conversation.
- cotswoldphoto
- Offline
- Junior Member
- aka ClevaTreva
CKEditor comes with a smiley plugin. It uses its own smiley images that are in a sub-folder of the smiley plugin folder. So, first problem is to persuade the plugin to use the smilies in the Kunena media folder. Not so hard.
The plugin assumes bbcode symmetry to an image (only one BBcode tag per image). The problem is that Kunena has multiple BBCodes per smiley. This means re-coding the CKEditor plugin to handle multiple codes per image mapping (each smilie bbcode needs to be put through RegExp to escape code any symbol that is reserved.
Finally, the CKEditor plugin requires the user to edit the javascript if you want to change the default smilies. I need to get the plugin to use the settings set by the admin in the Kunena Icons back end administration page.
I had to stop yesterday as my head was spinning. A good night's sleep and a plan of action laid out in my head. Now I am coding it.
There is always tomorrow. If there isn't, why worry? The world must be about to end!
Please Log in or Create an account to join the conversation.
- cotswoldphoto
- Offline
- Junior Member
- aka ClevaTreva
Getting the plugin to use the Kunena smilies was simply setting a config path variable in the calling html document.
After many hours (way too many), I have now managed to program asymmetric bbcode to smiley lookup (the 2nd bit on the smiley 'to do' list). The finished version will need to call these lists from the #_kunena_smileys table in the Joomla database, but for now I have hand coded them.
Anyway, as much as I can do has now been done. The final version will need some work in the Kunena back end so that, when the user alters the smiley settings, the Kunena php code re-writes the javascript bbcode and smiley plugins. Shouldn't be hard to write. Later for that. The actual coding of smilies for Kunena is done.
I am going to take a look at incorporating the Kunena css code now.
There is always tomorrow. If there isn't, why worry? The world must be about to end!
Please Log in or Create an account to join the conversation.
Really looking forward to being able to add images easily.
This has been the major issue... from my clients.
Thanks again for all your efforts
Please Log in or Create an account to join the conversation.
- cotswoldphoto
- Offline
- Junior Member
- aka ClevaTreva
I am going to try what I have got on my live site tonight and tomorrow. I shan't post it here as yet, as there is much I want to do:
1. Get the css and images file path variables working on a live site.
2. Get the quote, quote with citation, spoiler, hide and confidential tags working (they are pretty much done, but the css needs to be fully functional before I can test for sure).
Then show you the test page for comments.
Then ...
1. Manually install and test it as a joomla plugin and then make an installer for it.
2. Make and manually install a Kunena plugin
3. Then integrate it properly with Kunena (means a few hacks to the Kunena files).
Still a way to go.
There is always tomorrow. If there isn't, why worry? The world must be about to end!
Please Log in or Create an account to join the conversation.
- cotswoldphoto
- Offline
- Junior Member
- aka ClevaTreva
Using the Firefox Web Developer toolbar, I switch off caching. NOW it works. Spent hours on that little beauty. You live and learn.
There is always tomorrow. If there isn't, why worry? The world must be about to end!
Please Log in or Create an account to join the conversation.