Kunena 6.3.5 released

The Kunena team has announce the arrival of Kunena 6.3.5 [K 6.3.5] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.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.

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

The topics in this category are for historical interest only. Owing to the structural changes that occurred in K 1.7, many of the ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Important Kunena Editor - HotKey needed

More
15 years 7 months ago #11 by voice
Matias wrote:

Only problem with that one is that it's not free and we cannot use it.


I think that is also free if you don't remove back link. There was already created integration for many other forums.




Any editor will be ok if you can upload, browse and easy insert pictures.

First user upload picture and than he can browse ONLY within his user directory. When he select picture than he can also set (picture link, text, border, picture size, text align). I use JoomlaFCK editor and that is all I need.

If Kunena won't have great editor many forums, that have lots of pictures will be hard to use Kunena.

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

More
15 years 7 months ago #12 by Matias
Sorry, I didn't mean that free = no money. This software cannot be added to GPL licensed software because of it's license. You can use it together with Kunena, but we cannot distribute it together with Kunena -- unless they change their license.

We are already looking for good alternatives, but there are not so many good ones that are distributed under GPL, LGPL, BSD etc licenses. If you find any, let me know.

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

More
15 years 7 months ago - 15 years 7 months ago #13 by sozzled
suman wrote:

Hello,

The Editor is very nice but a basic feature is missing and badly needed.
The Hotkeys or Shortcut keys.

I mean -
^B for BOLD
^I for ITALIC
^U for UNDERLINE

Thats all. Not all the buttons needed.

Thank you.

Absolutely spot on!

How many times have I pressed ^B, ^I and ^U when I've been composing a message in Kunena (because I'm used to the shortcut/hotkeys in Microsoft Office or just about every other rich-text editor) and I've had to backtrack my steps! Unnnghhh! Why not make it a suggestion. I would vote for it ... B)
Last edit: 15 years 7 months ago by sozzled.

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

More
15 years 7 months ago #14 by roland76
Which key do you mean with ^?
Just the shiftkey or the strg-key or both?

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

More
15 years 7 months ago #15 by roland76
Here a new file:

Changes:

Strg + Shift + b = bold
Strg + Shift + u = underline
Strg + Shift + i = italic
Strg + Shift + c = code
Strg + Shift + q = quote

one bugfix for IE...

File Attachment:

File Name: Kunena_108_3.zip
File Size:35 KB
Attachments:

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

More
15 years 7 months ago - 15 years 7 months ago #16 by sozzled
roland76 wrote:

Which key do you mean with ^?
Just the shiftkey or the strg-key or both?

I assume the usual convention for ^X = CTRL + X

e.g. ^I = CTRL + I

I had to do some work to find where the STRG key is. I think it's an abbreviation of the German word "Steuerung" (which translates to "steering" in English):
.

The standard [US] english keyboard (which we use in Australia) looks like this:


CTRL is an abbreviation of the word "control" (which has nothing to do with anything).
Last edit: 15 years 7 months ago by sozzled.

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

More
15 years 7 months ago #17 by roland76
OK - It tried it with Word 2003 and on my Computer I need CTRL+Shift+B for bold...

Also I have problems with Firefox and CTRL+B: Here it opens the bookmarks...

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

More
15 years 7 months ago #18 by sozzled
Perhaps SHIFT+CTRL+B (for Bold) and SHIFT+CTRL+I (for Italics) is standard for the German and other versions of Microsoft Word. (???)

For as long as I can remember, CTRL+B and CTRL+I perform those functions in all English versions of MS Office products.

With Internet Explorer, pressing CTRL+B performs a similar function to Firefox's bookmarks, called "Organize Favorites" (sic).

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

More
15 years 7 months ago - 15 years 7 months ago #19 by roland76
Thanks for the information.

I you want to change it, open components\com_kunena\lib\kunena.bbcode.js.php

go to line 30 and change
Code:
if (Ereignis.ctrlKey && Ereignis.shiftKey) {
into
Code:
if (Ereignis.ctrlKey) {
Last edit: 15 years 7 months ago by roland76.

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

More
15 years 7 months ago #20 by sozzled
Just to be clear: That's line 30 of your modified .PHP file.

Thanks. I'll try to get around to testing this over the weekend.

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

Time to create page: 0.460 seconds