• Resolved krystianj

    (@krystianj)


    Hi,
    It’s possible by simple hook to hide Biographical Info for other languages and show only one textarea with language settings in user profile?

    For example I have 10 languages and user who have language setting to English – and I want to show only bio for English language.

    • This topic was modified 7 years, 9 months ago by krystianj.
Viewing 1 replies (of 1 total)
  • Thread Starter krystianj

    (@krystianj)

    My solution if anybody will search something similar.
    With javascript I change the textarea ID, because the other languages textareas is clone of textarea with id=description

    document.getElementById('description').setAttribute('id', 'description_default');

Viewing 1 replies (of 1 total)
  • The topic ‘Biographical Info in only one language’ is closed to new replies.