post an advertisement in several languages
« on: September 30, 2025, 03:38:49 PM »
Hello, I can't find the setting to publish ads in multiple languages. Please help.

*

MB Themes

Re: post an advertisement in several languages
« Reply #1 on: October 01, 2025, 08:16:49 AM »
This always depends on theme integration (visible on demo). Some themes has language selector, some themes use user selected locale only.
Theoretically you can check one of free themes that has selector and copy it into your theme (it's generated by osclass, not theme).

You should see code like this:
Code: [Select]
<?php ItemForm::multilanguage_title_description(); ?>
On the other side more preferred option is user selected locale only. In that case we have split title & desc:
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() )); ?>
« Last Edit: October 01, 2025, 08:18:50 AM by MB Themes »
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots