Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Mary Ann Wellington Friend
    #181702

    Hi,

    When I create or edit a new form field, if I type any Comment into the right column “Comment” multilanguage textareas, they don’t get saved into the database. At the front end I see the comment I typed into the “All” textarea, but the particular languages are not saved, so the next time I open the Form, the Comment fields for my languages are empty.

    Maryann.

    HeR0 Friend
    #471154

    Hi Maryann,
    Yes, i checked on demo site and got same issue as you mentioned. I reported to dev team fix this issue and shall send you solution asap when i get it from dev team. Thanks.

    Regards,

    HeR0 Friend
    #471250

    Hi,
    Solution: open file administrators/components/com_jajobboard/views/jamanagefields/tmp/form.and find

    <textarea name="field_comment_ml[<?php echo $lang->element; ?>]" cols="40" rows="5"><?php echo (isset($this->mltexts[$lkey]) && $this->mltexts[$lkey]['field_example_ml']) ? $this->mltexts[$lkey]['field_example_ml'] : $this->item->field_example; ?></textarea>

    then replace to

    <textarea name="field_comment_ml[<?php echo $lang->element; ?>]" cols="40" rows="5"><?php echo (isset($this->mltexts[$lkey]) && $this->mltexts[$lkey]['field_comment_ml']) ? $this->mltexts[$lkey]['field_comment_ml'] : $this->item->field_comment; ?></textarea>

    Regards,

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

This topic contains 3 replies, has 2 voices, and was last updated by  HeR0 12 years, 1 month ago.

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