Advertisement:

Author Topic: Moder theme need help  (Read 821 times)

sasuke

  • Newbie
  • *
  • Posts: 12
Moder theme need help
« on: June 15, 2014, 07:12:38 am »
how to this one on modern theme

calinbehtuk

  • Sr. Member
  • ****
  • Posts: 450
Re: Moder theme need help
« Reply #1 on: June 15, 2014, 11:22:17 am »
In item-post.php find this line :
                       
                        <div class="row">
                            <label for="countryId"><?php _e('Country', 'modern'); ?></label>
                            <?php ItemForm::country_select(osc_get_countries(), osc_user()); ?>
                        </div>


and replace with this

<input type="hidden" name="countryId" value="RO" />

Value RO is the country Id, change with your country. ex US, IT,


sasuke

  • Newbie
  • *
  • Posts: 12
Re: Moder theme need help
« Reply #2 on: June 15, 2014, 04:43:32 pm »