Forum Replies Created

Viewing 6 replies - 31 through 36 (of 36 total)
  • Robert Skiba

    (@robertskiba)

    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!?!?!

    Thread Starter Robert Skiba

    (@robertskiba)

    Hi 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!

    Robert Skiba

    (@robertskiba)

    Hi 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!

    Thread Starter Robert Skiba

    (@robertskiba)

    Hi 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!

    Robert Skiba

    (@robertskiba)

    Hi 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?

    Robert Skiba

    (@robertskiba)

    Hi 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.

Viewing 6 replies - 31 through 36 (of 36 total)