Title: russoedu's Replies | WordPress.org

---

# russoedu

  [  ](https://wordpress.org/support/users/russoedu/)

 *   [Profile](https://wordpress.org/support/users/russoedu/)
 *   [Topics Started](https://wordpress.org/support/users/russoedu/topics/)
 *   [Replies Created](https://wordpress.org/support/users/russoedu/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/russoedu/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/russoedu/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/russoedu/engagements/)
 *   [Favorites](https://wordpress.org/support/users/russoedu/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[qTranslate] Nice Plugin!!!](https://wordpress.org/support/topic/nice-plugin-57/)
 *  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){
       ```
   
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[qTranslate] Nice Plugin!!!](https://wordpress.org/support/topic/nice-plugin-57/)
 *  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!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ULTIMATE TABLES] How to translate?](https://wordpress.org/support/topic/how-to-translate/)
 *  [russoedu](https://wordpress.org/support/users/russoedu/)
 * (@russoedu)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/how-to-translate/#post-3132303)
 * Marcito, I made two small changes to allow translations in Ultimate Tables:
 * Open /wp-content/plugins/ultimate-tables/**init.php** and edit these two lines:
   230 and 253
 *     ```
       $output.= '<th>'.$item[0].'</th>';
       ```
   
 * Change to
 *     ```
       $output.= '<th>'.__($item[0]).'</th>';
       ```
   
 * The “__” function is the default WordPress translation function. So, if you use
   qTranslate, you can use any qTranslate tags to make your table multi language
   😛
 * Loved this plugin, the produced table looks very nice in my site!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[qTranslate] Nice Plugin!!!](https://wordpress.org/support/topic/nice-plugin-57/)
 *  Thread Starter [russoedu](https://wordpress.org/support/users/russoedu/)
 * (@russoedu)
 * [13 years, 5 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)
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[qTranslate] So I updated my blog to 3.5…](https://wordpress.org/support/topic/so-i-updated-my-blog-to-35/)
 *  [russoedu](https://wordpress.org/support/users/russoedu/)
 * (@russoedu)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/so-i-updated-my-blog-to-35/#post-7736876)
 * Hi, I found some workarounds that seems to fix it for good:
 * Check out this post: [http://www.qianqin.de/qtranslate/forum/viewtopic.php?f=3&t=3831](http://www.qianqin.de/qtranslate/forum/viewtopic.php?f=3&t=3831)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Styled Facebook Like Box] [Plugin: Styled Facebook Like Box] Only show on homepage](https://wordpress.org/support/topic/plugin-styled-facebook-like-box-only-show-on-homepage/)
 *  Plugin Author [russoedu](https://wordpress.org/support/users/russoedu/)
 * (@russoedu)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-styled-facebook-like-box-only-show-on-homepage/#post-2635479)
 * Sorry, but I really don’t know why the’re incompatible. Maybe it’s because I 
   used some features in my plugin that breaks “display widget”.
 * What comes in my mind is the function to add Facebook javascript to your site
   head…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Styled Facebook Like Box] [Plugin: Styled Facebook Like Box] Remove footer text](https://wordpress.org/support/topic/plugin-styled-facebook-like-box-remove-footer-text/)
 *  Plugin Author [russoedu](https://wordpress.org/support/users/russoedu/)
 * (@russoedu)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-styled-facebook-like-box-remove-footer-text/#post-2655002)
 * Using the new Facebook API it’s not possible. Other plugins that don’t show this
   text are still using a deprecated Facebook Social API.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Styled Facebook Like Box] [Plugin: Styled Facebook Like Box] won't customize](https://wordpress.org/support/topic/plugin-styled-facebook-like-box-wont-customize/)
 *  Plugin Author [russoedu](https://wordpress.org/support/users/russoedu/)
 * (@russoedu)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-styled-facebook-like-box-wont-customize/#post-2583933)
 * Hy, thanks for the reply. The language it was showing was Brazilian Portuguese.
 * I just uploaded an update with a Language field!

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