*

developGr

  • ***
  • 39 posts
dropdown box on item-post.php
« on: November 28, 2020, 04:26:58 AM »
How to put dropdown box on item-post.php so the user can choose the country, region and city easy and fast! sample attached!


*

MB Themes

Re: dropdown box on item-post.php
« Reply #1 on: November 28, 2020, 08:35:53 AM »
Check documentation, there is work around.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ukartemis

  • *
  • 1 posts
Re: dropdown box on item-post.php
« Reply #2 on: November 28, 2020, 10:05:18 PM »
dropdown its a must!!

i am interested for the CareerJob theme if you can provide this option!

*

developGr

  • ***
  • 39 posts
Re: dropdown box on item-post.php
« Reply #3 on: November 29, 2020, 03:06:13 AM »
dropdown its a must!!

i am interested for the CareerJob theme if you can provide this option!

i hope they do it cause like it is now its confusing for the user trying to publish a listing   :(

*

MB Themes

Re: dropdown box on item-post.php
« Reply #4 on: November 29, 2020, 10:41:41 AM »
dropdown its a must!!

i am interested for the CareerJob theme if you can provide this option!

i hope they do it cause like it is now its confusing for the user trying to publish a listing   :(

Lazyness
https://docs.osclasspoint.com/changing-between-drop-down-and-autocomplete-for-locations
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

developGr

  • ***
  • 39 posts
Re: dropdown box on item-post.php
« Reply #5 on: November 30, 2020, 05:37:00 AM »
hello, i dont think its the best to characterise your clients cause they are uploading threw the forum the problems that they are experiencing!

the link that you provided does not have all the lines of code like actually are in those files so we can be able to change them!

The most flexible its to have an option in the osclass admin or in the theme setting to be able to change it to drop-down or autocomplete so in every update (theme or osclass) to not lose all those changes! this is going to be a mess!

We expect your understanding to your clients

*

MB Themes

Re: dropdown box on item-post.php
« Reply #6 on: November 30, 2020, 03:36:36 PM »
@developGr
All functions required are listed in that file.
Code: [Select]
<?php ItemForm::country_select( ) ; ?>
...
<?php ItemForm::region_select( ) ; ?>
...
<?php ItemForm::city_select( ) ; ?>

If you do not try anything, you will surely do not get anything done.
If you expect somewhere will be line number for every theme for osclass, you are more than welcome to do such document.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots