google tamil search in joomla web site

Locked
manibalan2011
Joomla! Apprentice
Joomla! Apprentice
Posts: 21
Joined: Mon Apr 18, 2011 12:33 pm

google tamil search in joomla web site

Post by manibalan2011 » Mon Aug 27, 2012 2:20 am

Hai This is mani from India.I am developing an website for online shopping in tamil .in my site's home page i have one search module.in that module i want to enable google tamil search.what i means is ,if a user type something in english it should automatically convert in to tamil like google tamil search.i dont know how to do it?
can anybody please help me to find the solution......

User avatar
imanickam
Joomla! Master
Joomla! Master
Posts: 28202
Joined: Wed Aug 13, 2008 2:57 am
Location: Chennai, India

Re: google tamil search in joomla web site

Post by imanickam » Mon Aug 27, 2012 6:12 am

வணக்கம்!

You could use the extension Indic Writer (http://extensions.joomla.org/extensions ... tent/10943) for this.

I believe that you would be using the Tamil Language Pack at http://joomlacode.org/gf/project/jtrans ... ge_id=5893 and making Tamil as the default Site language.
Ilagnayeru (MIG) Manickam | இளஞாயிறு மாணிக்கம்
Joomla! - Global Moderators Team | Joomla! Core - Tamil (தமிழ்) Translation Team Coordinator
Former Joomla! Translations Coordination Team Lead
Eegan - Support the poor and underprivileged

manibalan2011
Joomla! Apprentice
Joomla! Apprentice
Posts: 21
Joined: Mon Apr 18, 2011 12:33 pm

Re: google tamil search in joomla web site

Post by manibalan2011 » Tue Aug 28, 2012 5:00 pm

Hello Sir, Thanks for your help.i downloaded and installled indic writer module in my site.also it is working with search module in my website ...but i have one problem here.the indic writer module is showing in front page of my website..i dont want that to display in my site's frontpage.but search should work as well.how can i do that?

User avatar
imanickam
Joomla! Master
Joomla! Master
Posts: 28202
Joined: Wed Aug 13, 2008 2:57 am
Location: Chennai, India

Re: google tamil search in joomla web site

Post by imanickam » Wed Aug 29, 2012 7:10 am

Suggest getting in touch with the developer of the extension requesting to add a module class suffix. With the module class suffix, you could write a css to hide the module.

Alternately, you could try the following:

(a) Publish the module IndicWriter to a module position indicwriter
(b) Open the file index.php of your template and before the line of code </body>, add the following line of code.

Code: Select all

<div id="indicwriter"><jdoc:include type="modules" name="indicwriter" /></div>
(c) Add the following css entry in the file template.css of your template (or for that matter any of the css files that gets loaded for your template).

Code: Select all

#indicwriter {display: none;}
Note: Make sure to take a copy of the files before editing them.
Ilagnayeru (MIG) Manickam | இளஞாயிறு மாணிக்கம்
Joomla! - Global Moderators Team | Joomla! Core - Tamil (தமிழ்) Translation Team Coordinator
Former Joomla! Translations Coordination Team Lead
Eegan - Support the poor and underprivileged

User avatar
ronakbhagdev
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 186
Joined: Tue Jan 15, 2008 12:14 pm
Location: Morbi - INDIA

Re: google tamil search in joomla web site

Post by ronakbhagdev » Wed Aug 29, 2012 7:21 am

Hi manibalan2011,

For now use the solution suggested by imanickam. This extension will have major update very soon.

Regards
@RonakBhagdev
Coordinator of Joomla Gujarati
Soft 'n' Web : http://www.softnweb.com

manibalan2011
Joomla! Apprentice
Joomla! Apprentice
Posts: 21
Joined: Mon Apr 18, 2011 12:33 pm

Re: google tamil search in joomla web site

Post by manibalan2011 » Fri Aug 31, 2012 7:19 am

thanks for your response.let my try the suggestion


Locked

Return to “Tamil Forum”