Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] 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 and issues discovered during the last development stages of K 6.3

Please note: The Kunena project team takes NO responsibility for maintaining nor supporting anything in this category.

Loved Bengali (বাংলা) Phonetic Support in Editor

More
10 years 1 month ago - 10 years 1 month ago #1 by jibon
Hello everyone,
Kunena is the most famous & powerful forum software but without physical keyboard layout we can't type Bengali in it's editor. But if you follow the following steps you can easily add Bengali phonetic support directly to the editor :laugh: .

> First of all need to download this script “phoneticunicode.js” from here:
phoneticbangla.googlecode.com/svn/trunk/phoneticunicode.js

> Now copy that script file to you kunena template's js folder. For me it's:
Code:
JOOMLA ROOT/components/com_kunena/template/blue_eagle/js/

> Now need to edit this file: “edit_editor.php”. It's located:
Code:
JOOMLA ROOT/components/com_kunena/template/blue_eagle/html/topic

> Open “edit_editor.php” add this line:
Code:
<script src="components/com_kunena/template/blue_eagle/js/phoneticunicode.js"></script>
at the very begin of that file that mean before this line:
Code:
<tr id="kpost-toolbar" class="krow<?php echo 1 + $this->k^=1;?>">

> Now search this line in the same file :
Code:
<textarea class="ktxtarea required" name="message" id="kbbcode-message" rows="10" cols="50" tabindex="3"><?php echo $this->escape($this->message->message); ?></textarea>
for me it's in 243 line and add following lines after that line:
Code:
<input type="button" onclick="switched=!switched;" value="Switch keyboard mode" /> <script> makePhoneticEditor('kbbcode-message'); </script>

That's all ;) . Enjoy Bengali phonetic without any keyboard software :whistle:


Attachments:
Last edit: 10 years 1 month ago by jibon.

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

Time to create page: 0.445 seconds