Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • manalog Friend
    #1085645

    Hello,
    i tried to use JA Multilingual but after automatic translation my items aren’t assign to the respective content types created by Flexicontent. Where can the problem come from?

    according to Flexicontent team:
    « we didn’t have a batch option for type assigment you need need to edit you content. »

    Thanks for your help…

    Saguaros Moderator
    #1085741

    Hi,

    Kindly share the credentials of your site and clarify the detailed steps so I can see the issue.

    manalog Friend
    #1085882

    Hi,

    Can i send a temporary admin access and FTP details in Private reply to check this issue ?

    Does JA Multilingual component have option to translate each specific item?
    How can i select certain menu items or module for translating, rather than automatically translate all menu items, categories, modules and all items…
    How can i select what needs to be translated?

    Saguaros Moderator
    #1086187

    Hi,

    Yes, you can put the info into your reply and set it as PRIVATE reply.

    For the JA Multilingual, unfortunately, at this moment, it doesn’t support option to translate specific item.

    manalog Friend
    #1087322
    This reply has been marked as private.
    Saguaros Moderator
    #1087446

    Hi,

    It seems that our JA Multilingual works with old version of Flexicontent, I’ve reported to the team for further checking and update. Pls stay tuned.

    manalog Friend
    #1088344

    Hi !

    any news about my inquiry regarding Flexicontent content types non-associated ?

    Did you update JA Multilingual and when component will be compatible with new version of Flexicontent ?

    Please let me know…

    manalog Friend
    #1088346

    The latest version of FLEXIcontent is 3.2.1.9

    Saguaros Moderator
    #1088388

    Hi,

    The team is still working hard on the compatibility of our products to Joomla 4 (released soon) and once its done, the team will continue with update/improvement tasks. Pls stay tuned.

    Regards

    Mo0nlight Moderator
    #1088446

    Hi.

    You could try this.
    Edit the file:
    administrator/components/com_jalang/helpers/tool.php

    Look for line : 221

                                $query = 'UPDATE #__flexicontent_items_ext SET '.$db->quoteName('language').' = "'.$tag.'" WHERE '.$db->quoteName('item_id').' = '.$assocciation[0];
                                $db->setQuery($query);
                                $db->query();

    add this code below.

                                // fix type_id after translate.
                                $query = 'UPDATE #__flexicontent_items_ext  SET type_id = (SELECT type_id FROM #__flexicontent_items_tmp WHERE id = '.$assocciation[0].') WHERE item_id='.$rows[$i]->id;
                                $db->setQuery($query);
                                $db->query();
    
                                $query = 'UPDATE #__flexicontent_items_tmp  SET type_id = (SELECT type_id FROM #__flexicontent_items_ext WHERE item_id = '.$assocciation[0].') WHERE id='.$rows[$i]->id;
                                $db->setQuery($query);
                                $db->query();

    Then after every time you create new item and using JA Multilingual Translate function.
    Click to the button : Transfer To FLEXI.


    1. Screen-Shot-2018-01-25-at-2.45.09-PM
    manalog Friend
    #1089008

    Hi,
    thank you for your reply.
    as advised i edited the file adding the code above but it doesn’t work.

    after using JA Multilingual Translate Button with correct Bing Client Id

    Translation result :
    Failed: Failed Translate:
    Run Registered Task After Translate Table categories
    Failed: Failed Translate:
    Run Registered Task After Translate Table modules

    ??

    please help !

    Saguaros Moderator
    #1089091

    Hi,

    Could you grant super admin permission for provided admin account?

    And also share the FTP so we can investigate further.

    Regards

    manalog Friend
    #1089448
    This reply has been marked as private.
    Saguaros Moderator
    #1089494
    This reply has been marked as private.
    Mo0nlight Moderator
    #1090941

    Hi.

    You could try to remove all the translated item. Using the Remove translation function

    And then Translate again. If the problem still occurs, kindly share the FTP account so I could check.

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

This topic contains 14 replies, has 3 voices, and was last updated by  Mo0nlight 6 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum