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
Please note: The Kunena project team takes NO responsibility for maintaining nor supporting anything in this category.
Loved WYSIWYG BBCode editor
- GJSchaller
-
- Offline
- Premium Member
-
Less
More
12 years 1 month ago #154953
by GJSchaller
Geoffrey Schaller
Technical Officer
Knight Realms
Replied by GJSchaller on topic WYSIWYG BBCode editor
This is awesome - thank you, VERY much, for your efforts!
Geoffrey Schaller
Technical Officer
Knight Realms
Please Log in or Create an account to join the conversation.
- cotswoldphoto
-
- Offline
- Junior Member
-
- aka ClevaTreva
12 years 1 month ago #154980
by cotswoldphoto
There is always tomorrow. If there isn't, why worry? The world must be about to end!
Replied by cotswoldphoto on topic WYSIWYG BBCode editor
Just thought I would update y'all.
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.
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
-
Less
More
- Posts: 8
- Thank you received: 0
12 years 1 month ago #154999
by alexdevine
Replied by alexdevine on topic WYSIWYG BBCode editor
Thank you for the effort you are putting into this 
Really looking forward to testing it.
Really looking forward to testing it.
Please Log in or Create an account to join the conversation.
- cotswoldphoto
-
- Offline
- Junior Member
-
- aka ClevaTreva
12 years 1 month ago #155000
by cotswoldphoto
There is always tomorrow. If there isn't, why worry? The world must be about to end!
Replied by cotswoldphoto on topic WYSIWYG BBCode editor
The bit I am working on right now is the smilies. Let me explain.
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.
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
12 years 1 month ago #155002
by cotswoldphoto
There is always tomorrow. If there isn't, why worry? The world must be about to end!
Replied by cotswoldphoto on topic WYSIWYG BBCode editor
Crikey, this is hard.
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.
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.
12 years 1 month ago #155004
by korg007
Replied by korg007 on topic WYSIWYG BBCode editor
You're working very hard on this one! Thanks from us all.
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
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.
Time to create page: 0.276 seconds