• Resolved akedv

    (@ak71)


    Hi,

    i added the class as mentioned, and this seems to work fine, i can enter the different languages in admin.

    But i can’t get the right output, it always displays all languages together ??

    i changed this line:

    <?php echo $wp_properties['property_stats'][$wp_properties['configuration']['address_attribute']]; ?>

    to this:

    <?php echo _e($wp_properties['property_stats'][$wp_properties['configuration']['address_attribute']]); ?>

    am i doing it the right way and is just the plugin not working with wordpress 3.5.1, or did i miss something?

    regards
    alex

    https://www.ads-software.com/extend/plugins/qtranslate-extended/

Viewing 1 replies (of 1 total)
  • Thread Starter akedv

    (@ak71)

    ok, it was me doing it the right way at the wrong place, plugin works fine…

    it works this way

    search for something like:

    <?php echo $property_stat_label;?>

    replace with:

    <?php echo _e($property_stat_label);?>

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin broken or just me doing it wrong?’ is closed to new replies.