Home > Indic Resource > Write in 9 Indian Scripts in Joomla using TinyMCE and FCKEditor Plugin

Write in 9 Indian Scripts in Joomla using TinyMCE and FCKEditor Plugin

January 23rd, 2010 Leave a comment Go to comments

Today I am going to explore various ways to easily type in Indian languages like Bengali, Gujarati, Hindi, Marathi, Sanskrit, Kannada, Malayalam, Oriya, Punjabi, Tamil and Telugu very easily in your favourite CMS Joomla.

There are 3 methods you can use depending on your editor choice.

  1. Using JCE Editor
  2. Using FCKEditor
  3. Using TinyMCE editor

Using JCE Editor

You have to first install JCE Editor along with plugins. It is assumed that JCE editor is your default editor. You can check/set it by going to Administration > Site menu > Global Configuration and look for Default WYSIWYG Editor.

  1. Download IndicIME plugin for TinyMCE and put it at WEBROOT\plugins\editors\jce\tiny_mce\plugins so that “indicime” will become sub-folder of plugins.
  2. Now navigate to Administration > Components > JCE Administration > Plugins. Click on “New Plugin” button on the right side.
  3. Fill in the form as described below and “Save” the plugin.
    Description: IndicIME
    Plugin Name: indicime
    Plugin Icon: indicime,indicimehelp
    Layout Icon: indicimehelp

  4. Now navigate to Administration > Components > JCE Administration > Groups. Select the Group(For ex. Default). Go to Layout tab and you will see a button as indicated in image with red square. You can drag this button and drop it in Current Editor Layout anywhere you like and “Save” it.
  5. Now clear browser cache (It is very important) and try to add new article. IndicIME and IndicIME help buttons will show up.
  6. Enjoy typing in Indian languages.

Using FCKEditor

You have to first download FCKEditor for Joomla and install this plugin. It is assumed that FCKEditor is your default editor. You can check/set it by going to Administration > Site menu > Global Configuration and look for Default WYSIWYG Editor.

  1. Download IndicIME plugin for FCKEditor and put it at WEBROOT\plugins\editors\fckeditor\editor\plugins so that “indicime” will become sub-folder of plugins.
  2. Now browse to WEBROOT\plugins\editors\fckeditor\editor and open the file “jtoolbarsetconfig.xml”
  3. At the very bottom, you will get “customplugins” node. Add the following line at the end.
    <add name="indicime" lang="en"/>

    So it will look like this.

  4. Now when you analyze this xml file, you will notice that it contains button list for three types of toolbars named “Advanced”, “Creative” and “Blog”. In each of these toolbars, you may want to add the IndicIME so find a good place to paste the following code as shown in the image.
    <plugingroup>
    <plugin name="indicime" acl="*">
    <params>
    <param name="IndicIMEScripts" value="My Bengali:bengali;My Gujarati:gujarati;My Devnagari: devnagari" />
    </params>
    </plugin>
    <plugin name="indicimehelp" acl="*"/>
    </plugingroup>

    Using this code, you will be able to customize the language list. If you don’t want to customize the list, remove the text “<params>…</params>”.(Make sure it is “<params>” and not “<param>”)

  5. Now clear browser cache (It is very important) and try to add new article. IndicIME and IndicIME help buttons will show up.
  6. Enjoy typing in Indian languages.

Using TinyMCE Editor

It is assumed that TinyMCE editor is your default editor. You can check/set it by going to Administration > Site menu > Global Configuration and look for Default WYSIWYG Editor.

  1. Download IndicIME plugin for TinyMCE and put it at WEBROOT\plugins\editors\tinymce\jscripts\tiny_mce\plugins so that “indicime” will become sub-folder of plugins.
  2. Now from Administration menu, navigate to Extensions > Plugins > Editor – TinyMCE.
  3. On the right hand side, Open the section “Plugin Parameters” and choose “Extended” Functionality.
  4. Now open the section “Advanced Parameters” and at the very bottom, add “indicime” custom plugin and “indicime,indicimehelp” custom button.
  5. Now when you try to add new article, it will show you IndicIME and IndicIME Help.
  6. Enjoy typing in Indian languages.

Limitation of using TinyMCE is that if you want to customize the list of languages, you need to change php code heavily.

  1. March 2nd, 2010 at 14:20 | #1

    thankyou very very much.
    I completed the whole process in 3 mins…….
    looking for indian script for past 12 months & now i got it……

    thankyou thankyou very much

  2. March 19th, 2010 at 01:53 | #2

    i facing problem when installing indicime it showing “Unknown toolbar item “indicime” in joomla

    plese help me

  3. March 19th, 2010 at 07:54 | #3

    @chandan
    It seems like you are using FCKEditor and you might have made proper changes in necessary files. The problem you are facing might be because of wrong plugin path. Make sure plugin is placed at proper location. Clear browser cache and try again.

  4. March 24th, 2010 at 12:21 | #4

    i am using Google Transliteration IME it is very helpful to me ,so it will helpfull to all users of Google Transliteration IME in joomla.Thanks for your good documentation.ones again thanks..
    for u r helpful mentality.

  5. June 12th, 2010 at 15:23 | #5

    I love it!

  6. karthik
    October 18th, 2010 at 03:47 | #6

    Thanks

  7. Rakesh
    January 4th, 2011 at 02:01 | #7

    I like this and its working good but now i want to know the how to write gujarati means you have keyboard for write gujarati .?

  8. January 4th, 2011 at 09:20 | #8

    @Rakesh
    Using your English keyboard, you will be able to write in English. Every keystroke will be automatically converted into Gujarati. It is based on transliteration (NOT translation) so if you type “rakesh”, it will give you “રાકેશ”.

  9. June 9th, 2011 at 06:47 | #9

    @aswin
    Hi,

    can any one help me out in solving my problem,

    I m looking for telugu version I tried the explained process and I was succeed till entering the text but the text is storing as ?????? ?????? in DB and the same is displaying in front end.

    can any one help me out in solving this in Joomla.

    plz

    Aswinkumar

  10. June 13th, 2011 at 22:37 | #10

    Aswinkumar,

    The problem you mentioned is a problem of database and NOT the plugin’s. You have to set the collation of database to UTF-8 (Unicode) and it will save the text properly.

Comment pages
  1. No trackbacks yet.