Viewing 5 replies - 1 through 5 (of 5 total)
  • We might write text without any shortcode to disable it.

    1.) Example somewhere in a page:
    English text[:de]Deutsch text
    The english text will be in every page except deutsch.

    2.) Example somewhere in a page:
    All languages text[:en]English text[:de]Deutsch text
    The all languages text will be in every page except english and deutsch.

    Thread Starter Nedudgi

    (@nedudgi)

    Ok, but how to turn off this shortcode?
    Using your 2. example:
    All language text[:en]English text[:de]Deutsch text[:hu]Hungarian text All language text.
    This is what I have to do.
    Right now I have to write this text (actually a full table with lots of data) three times. Once after [:en] once after [:de] and once after [:hu]
    If it is possible to switch off this language code somehow, it would be enough to write it once.

    i was searching for this too, but looks like this functionality doesn’t exist in shortcode form
    — check qtranslate_core.php, function qtrans_split()

    you have to use the full code, as in:
    <!–:en–>English text<!–:–><!–:de–>Deutsch text<!–:–><!–:hu–>Hungarian text<!–:–>All language text

    I have installed plugin qtranslate and event manager.
    In admin section i have added location in event manager with two language but in front i show this type of data on location page.
    can you please help me how to remove this extra language data.
    WP version 3.3.1
    data :
    <!–:nl–>ahmedabad<!–:–><!–:en–>ahmedabad<!–:–>
    I have used function qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage and also __();

    Hi,

    I strongly recommend that you do not use this plugin at all. The plugin is broken!

    you will thank me later.. We have 10 sites where we need to install another plugin for multi language support.

    regards,
    JaiDesign

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: qTranslate] How to disable [:en] shortcode?’ is closed to new replies.