Found a solution here in this board and I must say...it`s not fine from the developers to distribute 2.0.2 Version with that old bug and to force users to buy an additional multi language special module (I found in the how to`s a topic where it is recommended to be a special member to get the multi language module which enables - so i hope - to connect languages to different content links/items).
Meanwhile this solution did it for me:
- Code: Select all
Open
/administrator/components/com_joomfish/views/translate/tmpl/edit.php
at
Code: Select all
<input class="inputbox" readonly="yes" type="text" name="refField_<?php echo $field->Name;?>" size="<?php echo $length;?>" value="<?php echo $value; ?>" maxlength="<?php echo $maxLength;?>"/>
remove the readonly="yes".
That small modification enables you to change the label Link in translation mode....
@Admins:
Where can i get the special menu module which enables that correctly by default ? Will the menu links automatic change if the link is different in the languages ? Wit my solution I have to click the link and than the content will change.