Title: Nice Plugin!!!
Last modified: September 2, 2016

---

# Nice Plugin!!!

 *  [russoedu](https://wordpress.org/support/users/russoedu/)
 * (@russoedu)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/nice-plugin-57/)
 * Had some errors under WordPress 3.5, but with just some code updates, the plugin
   is working just fine.

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [saadulla](https://wordpress.org/support/users/saadulla/)
 * (@saadulla)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/nice-plugin-57/#post-7737162)
 * Can you tell us what is the updates?
 *  Thread Starter [russoedu](https://wordpress.org/support/users/russoedu/)
 * (@russoedu)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/nice-plugin-57/#post-7737166)
 * 1:
    Change `define('QT_SUPPORTED_WP_VERSION', '3.4.2');` to `define('QT_SUPPORTED_WP_VERSION','
   3.5');` So it stops wining…
 * 2: In qtranslate_javascript.php
    change:
 *     ```
       $q_config['js']['qtrans_xsplit'] = "
             String.prototype.xsplit = function(_regEx){
       ```
   
 * to
 *     ```
       $q_config['js']['qtrans_xsplit'] = "
             var usr_sett_ed = getUserSetting( 'editor' );
             if ( parseInt( getUserSetting( 'ed_size' ) ) < 300 ) {
                setUserSetting( 'ed_size', 300 );
             }
             setUserSetting( 'editor', 'html' );
             String.prototype.xsplit = function(_regEx){
       ```
   
 * And, change
    `var h = wpCookies.getHash('TinyMCE_content_size');` to `var h =
   getUserSetting( 'ed_size' );`
 * Found this in two places:
    [http://wordpress.org/support/topic/plugin-works-under-35?replies=10](http://wordpress.org/support/topic/plugin-works-under-35?replies=10)
   [http://www.qianqin.de/qtranslate/forum/viewtopic.php?f=3&t=3831](http://www.qianqin.de/qtranslate/forum/viewtopic.php?f=3&t=3831)
 *  [happysokki](https://wordpress.org/support/users/happysokki/)
 * (@happysokki)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/nice-plugin-57/#post-7737173)
 * russoedu you made my day!
 *  Thread Starter [russoedu](https://wordpress.org/support/users/russoedu/)
 * (@russoedu)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/nice-plugin-57/#post-7737174)
 * I’m glad to help!
 *  [Buchtic1](https://wordpress.org/support/users/buchtic1/)
 * (@buchtic1)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/nice-plugin-57/#post-7737175)
 * Thanks!
    But after this change is textarea too small
 *  Thread Starter [russoedu](https://wordpress.org/support/users/russoedu/)
 * (@russoedu)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/nice-plugin-57/#post-7737176)
 * Buchtic1, you can change the “ed_size” size:
 *     ```
       $q_config['js']['qtrans_xsplit'] = "
             var usr_sett_ed = getUserSetting( 'editor' );
             if ( parseInt( getUserSetting( 'ed_size' ) ) < 600 ) {
                setUserSetting( 'ed_size', 600 );
             }
             setUserSetting( 'editor', 'html' );
             String.prototype.xsplit = function(_regEx){
       ```
   

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Nice Plugin!!!’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/qtranslate.svg)
 * [qTranslate](https://wordpress.org/plugins/qtranslate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/qtranslate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/qtranslate/)
 * [Active Topics](https://wordpress.org/support/plugin/qtranslate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/qtranslate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/qtranslate/reviews/)

 * 6 replies
 * 4 participants
 * Last reply from: [russoedu](https://wordpress.org/support/users/russoedu/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/nice-plugin-57/#post-7737176)