Kunena 6.4.8 Released

The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

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
16 years 10 months ago - 16 years 10 months ago #6588 by suman
Great Work :woohoo:

I request DEVs to include this tweak in the CORE System.
Its a must have :)

BTW, I prefer - CTRL+B for BOLD :) , not CTRL+SHIFT+B :(
Last edit: 16 years 10 months ago by suman.

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

More
16 years 10 months ago #6589 by Aligator21
great!!!!!
thanks for this :D

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

More
16 years 10 months ago - 16 years 10 months ago #6636 by sozzled
@roland76 and @suman:

I've done some testing and the results are mixed. Some people might prefer a hotkey combination to generate the Quote or Code bbcode and others may not. The problem - restated - arises for those who are habitually accustomed to using hotkey combinations for bold, italics and underlining ... people like me! :pinch:. For most people in the English-speaking world, these are achieved (in Microsoft Office) by CTRL-b CTRL-i and CTRL-u respectively.

CTRL-c, on the other hand, is normally used with "copy" (and correspondingly CTRL-v for "paste"). Therefore, using a hotkey combination in Kunena, such as CTRL-c for Code would be both confusing and inappropriate.

For these reasons, therefore, I modified roland76's programming for his version of kunena.bbcode.js.php as follows:
Code:
function Tastendruck (Ereignis) { Ereignis = window.event; if (Ereignis.ctrlKey) { if (Ereignis.keyCode == "66") bbfontstyle("[b]", "[/b]"); if (Ereignis.keyCode == "73") bbfontstyle("[i]", "[/i]"); if (Ereignis.keyCode == "85") bbfontstyle("[u]", "[/u]"); } }
Unfortunately, this doesn't achieve the effect of bolding the text; for Internet Explorer, pressing CTRL-b displays a dialog that allows the user to organise their "Favorites"/bookmarks. Although, CTRL-i does correctly wrap the selected text with matching "i" tags, pressing it also also activates the standard Internet Explorer behaviour that displays the users "Favorites". Maybe there's a need to invoke the window.event.cancelBubble method around the same time?

As suman says, it would be preferable for us to press CTRL and not CTRL+SHIFT to perform bolding, italicising and underlining. We're making headway and I appreciate the efforts that roland76 has been making. :)
Last edit: 16 years 10 months ago by sozzled.

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

More
14 years 10 months ago #88501 by altious
Do Kunena have hotkey like ctrl b for bold?
I tried to find in the documentation but couldn't find info about this

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

More
14 years 10 months ago #88535 by sozzled
No, Kunena does not have a hotkey for bold, italics, etc. Sorry.

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

More
14 years 10 months ago #88603 by altious
yes thanks for moving my topic here and I've seen this thread before but I figure thread is 2 years ago I thought there are some changes
so the only way for us to do this still using roland76 file then

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

Time to create page: 0.529 seconds