Transposh

This topic contains 5 replies, has 2 voices, and was last updated by  Stiofan O’Connor 8 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #316671

    Neil Hall
    Buyer
    Post count: 83

    I am using the Transposh Translator plugin on a site with GD. To allow Transposh to recognize which language the ‘Listing’is written in I need to create a radio select input with custom field ‘tp_language’ where the author can select a language and it returns a value.

    I have tried to use the Multiselect with radio. with HTML variable name set to tp_language
    Option values – English/en,Dutch/nl,German/de,French/fr,Spanish/es,Italian/it. But when I chech the database the custom field is prefixed with geodir – geodir_tp_language.

    Is there a way to fix this, or could you tell me which file I can edit to create the same effect using html code. something like this:-
    <h5>Select the language you are writing your review in.</h5>
    <div class=”language”>
    <label><input checked=”checked” name=”tp_language” type=”radio” value=”en” /> English</label>
    <label><input name=”tp_language” type=”radio” value=”nl” /> Dutch</label>
    <label><input name=”tp_language” type=”radio” value=”de” /> German</label>
    <label><input name=”tp_language” type=”radio” value=”fr” /> French</label>
    <label><input name=”tp_language” type=”radio” value=”es” /> Spanish</label>
    <label><input name=”tp_language” type=”radio” value=”it” /> Italian</label>
    </div>

    I will also have the same problem for the ‘Review’ input. If you can point me to the right file for this too it would be appreciated.

    Many thanks
    Neil

    #317316

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Neil,

    We do not claim compatibility with any translation plugins other than WPML.

    Our custom fields are stored in our own DB tables, it would be possible to add extra script to make this set a standard post meta on save but we still could not guarantee compatibility with transposh.

    Thanks,

    Stiofan

    #317349

    Neil Hall
    Buyer
    Post count: 83

    Hi Stiofan

    So which files would I need to edit?

    Best Regards
    Neil

    #317609

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    You can install a plugin called code snippets or put code in your child theme functions.php

    You can use the hook that fires on post save to do something like:

    
    
    add_action('geodir_after_save_listinginfo','_my_save_tp_language',10,2);
    function _my_save_tp_language($postinfo_array, $post_id){
      if(isset($postinfo_array['geodir_tp_language']) && $postinfo_array['geodir_tp_language']){
        update_post_meta($post_id, 'tp_language', $postinfo_array['geodir_tp_language']); 
      }
    
    }

    Thanks,

    Stiofan

    #319880

    Neil Hall
    Buyer
    Post count: 83

    Hi Stiofan

    Many thanks, that seems to work fine now. Great work.

    #319883

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Great! 🙂

    Stiofan

Viewing 6 posts - 1 through 6 (of 6 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount