-
AuthorPosts
-
January 8, 2018 at 11:08 pm #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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 9, 2018 at 8:04 am #1085741Hi,
Kindly share the credentials of your site and clarify the detailed steps so I can see the issue.
January 9, 2018 at 8:24 pm #1085882Hi,
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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 11, 2018 at 1:14 am #1086187Hi,
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.
January 17, 2018 at 6:47 pm #1087322This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 18, 2018 at 7:22 am #1087446Hi,
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.
January 24, 2018 at 1:45 pm #1088344Hi !
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…
January 24, 2018 at 1:48 pm #1088346The latest version of FLEXIcontent is 3.2.1.9
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 25, 2018 at 2:28 am #1088388Hi,
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 ModeratorMo0nlight
- Join date:
- September 2014
- Posts:
- 707
- Downloads:
- 38
- Uploads:
- 107
- Thanked:
- 99 times in 97 posts
January 25, 2018 at 7:45 am #1088446Hi.
You could try this.
Edit the file:
administrator/components/com_jalang/helpers/tool.phpLook 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.
January 29, 2018 at 7:14 pm #1089008Hi,
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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 30, 2018 at 7:26 am #1089091Hi,
Could you grant super admin permission for provided admin account?
And also share the FTP so we can investigate further.
Regards
January 31, 2018 at 7:02 pm #1089448This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 1, 2018 at 2:42 am #1089494This reply has been marked as private.Mo0nlight ModeratorMo0nlight
- Join date:
- September 2014
- Posts:
- 707
- Downloads:
- 38
- Uploads:
- 107
- Thanked:
- 99 times in 97 posts
February 9, 2018 at 2:50 am #1090941Hi.
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.
AuthorPostsViewing 15 posts - 1 through 15 (of 15 total)This topic contains 14 replies, has 3 voices, and was last updated by Mo0nlight 6 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
JA Multilingual with Flexicontent content types
Viewing 15 posts - 1 through 15 (of 15 total)