Robert Skiba
Forum Replies Created
-
I have the completely same problem. My editors can’t see the frontend when logged in.
Has the plugin been abandoned? You didn’t get an answer for 1 month!?!?!
Forum: Plugins
In reply to: [Dynamic Widgets] Dynamic Widgets with Qtranslate-XHi guys,
I’ve just been searching a solution to get Dynamic Widgets to work with qtranslate-x. I found out that it’s just a small compatibility problem with QTX:
The original Qtranslate defines a variable calld QTRANS_INIT.
This Variable is not defined at all anywhere in qtranslate-x
I’m not a PHP expert, but I just put this two lines of code into the beginning of qtranslate_compatibility.php file.
if(defined('QTRANS_INIT') == false) { define('QTRANS_INIT',true);}
Then any plugin that uses QTRANS_INIT to detect the presence of QT should work again!
Forum: Plugins
In reply to: [Dynamic Widgets] Use Dynamic Widgets with qTranslate PlusHi guys,
I’ve just been searching a solution to get Dynamic Widgets to work with qtranslate-x. I found out that it’s just a small compatibility problem with QTX:
The original Qtranslate defines a variable calld QTRANS_INIT.
This Variable is not defined at all anywhere in qtranslate-x
I’m not a PHP expert, but I just put this two lines of code into the beginning of qtranslate_compatibility.php file.
if(defined('QTRANS_INIT') == false) { define('QTRANS_INIT',true);}
Then any plugin that uses QTRANS_INIT to detect the presence of QT should work again!
Forum: Plugins
In reply to: [qTranslate X] Urgent Problem with Dynamic Widgets PluginHi guys,
I’ve just been searching a solution to get Dynamic Widgets to work with qtranslate-x. I found out that it’s just a small compatibility problem with QTX:
The original Qtranslate defines a variable calld QTRANS_INIT.
This Variable is not defined at all anywhere in qtranslate-x
I’m not a PHP expert, but I just put this two lines of code into the beginning of qtranslate_compatibility.php file.
if(defined('QTRANS_INIT') == false) { define('QTRANS_INIT',true);}
Then any plugin that uses QTRANS_INIT to detect the presence of QT should work again!
Forum: Plugins
In reply to: [mqTranslate] Deprecation of mqTranslateHi Guys,
thank you for the good work on mqtranslate.
I’m having a compatibility issue when i changed my multilingual blog to qt-x:
the plugin dynamic wigdets, that i need very urgent to work on a “show widget only if language is…”-base, doesn’t show up the language choice anymore.
does anyone have a clue why?
What functions and detection mechanisms may be different between mqtranslate an qt-x?
Forum: Plugins
In reply to: [Dynamic Widgets] Use Dynamic Widgets with qTranslate PlusHi guys,
did somebody find the right answer to get it working with qtranslate-x?
Yesterday, the guy from mQtranslate has stopped development of his plugin in favor of qtranslate-x, so i changed to X, but now, dynamic widgets doesn’t seem to show the language option any more.
I’m no php expert, so i tried the changes, but it didn’t work.
Please help.