Translate button not working correctly

More
12 years 6 months ago #31868 by micker
for me it work ... did you try r1600 ?

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

More
12 years 6 months ago #31873 by ggppdk
mmm, micker,

he speaks, of changing the categories while using translate button to copy/duplicate the items

-- Originally we thought not to change categories when translating items, but in J2.5 which also has language property for categories, it makes sense to change them

-- so we allowed it at the form, but DB model ignores it

I ll commit fix , to test fix now, at backend file:
administrator/components/com_flexicontent/models/items.php
about line: 1055,

REPLACE the code:
Code:
if ($method == 3) { $this->moveitem($copyid, $maincat, $seccats); }
with
Code:
if ($method == 3) { $this->moveitem($copyid, $maincat, $seccats); } else if ($method == 99 && ($maincat || $seccats)) { $row->catid = $maincat ? $maincat : $row->catid; $this->moveitem($copyid, $row->catid, $seccats); }


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
12 years 6 months ago #31887 by Rooney
Hi, I have tested it with a single article and it worked! Thanks!
Rooney

Joomla! 3.9.24 and FC 3.3.9

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.588 seconds
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Save