|
|
View previous topic
::
View next topic
|
Author |
Message |
ramon fincken Site's programmer
 Get a free globally recognized avatar It's free!
Joined: 03 Aug 2007 Posts: 412 Location: A'dam/Diemen, The Netherlands
|
Posted: Wed Dec 23, 2009 9:20 pm Post subject: [wordpress][solution] My qTranslate stopped working after a WordPress upgrade |
|
|
Face it ... we all love qTranslate: http://wordpress.org/extend/plugins/qtranslate/
But it disables itself the moment you upgrade WordPress itself.
I can agree with this option, but it is really annoying.
If you are sure that the qTranslate is still working >
OPEN
Code: | ./wp-content/plugins/qtranslate/qtranslate.php |
FIND
Code: | /* There is no need to edit anything here! */ |
FIND ( note: this is a PARTIAL find )
Code: | // qTranslate Editor will only activated for the given version of Wordpress.
// Can be changed to use with other versions but might cause problems and/or data loss!
define('QT_SUPPORTED_WP_VERSION', |
now, INLINE, edit the last line, in my case: edit it to:
Code: | define('QT_SUPPORTED_WP_VERSION', '2.9'); |
|
|
Back to top |
|
 |
Google adsense Advertisement
|
Posted: Wed Dec 23, 2009 9:20 pm Post subject: [wordpress][solution] My qTranslate stopped working after a WordPress upgrade |
|
|
Advertisement
|
|
Back to top |
|
 |
GravityForms Advertisement
|
Posted: Wed Dec 23, 2009 9:20 pm Post subject: [wordpress][solution] My qTranslate stopped working after a WordPress upgrade |
|
|
Advertisement
 |
|
Back to top |
|
 |
ramon fincken Site's programmer
 Get a free globally recognized avatar It's free!
Joined: 03 Aug 2007 Posts: 412 Location: A'dam/Diemen, The Netherlands
|
Posted: Tue Mar 22, 2011 9:41 pm Post subject: Re: [wordpress][solution] My qTranslate stopped working after a WordPress upgrade |
|
|
May I add that the codebase of WPML is much better ?  |
|
Back to top |
|
 |
ramon fincken Site's programmer
 Get a free globally recognized avatar It's free!
Joined: 03 Aug 2007 Posts: 412 Location: A'dam/Diemen, The Netherlands
|
Posted: Thu Aug 27, 2015 8:08 pm Post subject: Re: [wordpress][solution] My qTranslate stopped working after a WordPress upgrade |
|
|
and for mtranslate:
OPEN
mqtranslate_wphacks.php
FIND
function isWordPressMajorVersionSupported() {
REPLACE WITH
function isWordPressMajorVersionSupported() {
return true; |
|
Back to top |
|
 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|