hi friends,
i want to change the textarea of the wire with another quillpad text area to enter data in telugu language where i can i change that Please help me
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Team Webgalli@webgalli

Team Webgalli - 0 likes
- Rahul@rahulbachee

Rahul - 0 likes
- Team Webgalli@webgalli

Team Webgalli - 0 likes
- Rahul@rahulbachee

Rahul - 0 likes
- Rahul@rahulbachee

Rahul - 0 likes
You must log in to post replies.@Kr : mod\thewire\views\default\thewire\forms\add.php
Hi Team Webgalli Thank you for your reply
Can you please tell me how to change every text area or textbox in elgg
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <script src="http://quillpad.in/quillAPI_backend/quilljs?key=xxxxxxxxxxx" type="text/javascript"></script> <textarea id="textarea1" quillpad="true" cols="45" rows="5"> </textarea><br/> </body> </html>
and as i am planning to build a website for Telugu people i want to use above option in all the places where a text area is showing so that people can select english or telugu to type the content. Steps have given like
Step 1: Add the attached script code inside <body></body> section of a desired page in your website.
Step 2: To enable Quillpad into any TEXT INPUT box of that page, add quillpad=“true” as its attribute.
Please help me to change all text areas in elgg with above . Thanks In advance
http://community.elgg.org/pg/plugins/project/385052/developer/webgalli/tiny-mce-with-indian-language-support
Thanks Team Webgalli, I have already integrated Tiny MCE Indian languages plugin.
The thing is it is only for the Editors area in blog,pages and may be for comments and all.
My main intention is to use it for ex:while creating a blog the blog title text box,Page titles textbox
Is there any solution to that.
Friends i need to change the wire Post textbox (text area and need to add a tag like quillpad="true") where i can change the text area of the wire and Comment textarea also. Please help