English Language only?
« on: October 16, 2024, 07:41:37 PM »
Hello guys,

inside the codes of item-post.php
I saw these codes below,
Code: [Select]
     <?php ItemForm::multilanguage_title_description(); ?>

How to change these codes to make it English language only allowed?

Thank you in advance.

*

MB Themes

Re: English Language only?
« Reply #1 on: October 16, 2024, 11:00:00 PM »
There is another function that only create 1 description & title field, so user cannot selecct
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: English Language only?
« Reply #2 on: October 17, 2024, 04:17:26 AM »
What is the name of the function?
And could you show me the documentation relevant to this function?

thanks in advance.

*

MB Themes

Re: English Language only?
« Reply #3 on: October 17, 2024, 10:38:41 AM »
Code: [Select]
                <?php ItemForm::title_input('title',osc_current_user_locale(), osc_esc_htmlsigma_item_title() )); ?>
                <?php ItemForm::description_textarea('description',osc_current_user_locale(), osc_esc_htmlsigma_item_description() )); ?>

  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots