Results 1 to 3 of 3

Thread: Creating a hierarchical dropdown for locations

  1. #1
    Thread Starter
    Junior Member
    Not a Verified Customer
    Il Gatto's Avatar
    Join Date
    Dec 2009
    Posts
    47
    Thanks
    0
    Thanked 2 Times in 1 Post

    Cool Creating a hierarchical dropdown for locations

    Ok, I want to restrict the location available when a user posts a new classified.

    In the default classipress theme, the location string is just a text input field

    to change this to a dropdown list it's simple and it's accomplished by introducing a dropdown with
    Code:
    <select><optgroup />...<option>...</option></select>
    but... suppose I have a loooot of <option> in my dropdown... it will be amazingly confusing to scroll, say, 100 entries...

    is there a way to make a multiple drop down or cascading drop down...?

    for example

    one first array would consist in "cities".... New York, Los Angeles... then clicking or hovering New York would open more possibilities, another array consisting in "zones", districts or neighborhoods... Manhattan, Queens, Bronx... etc...

    this would make it much more elegant

    any suggestion?

    thank you very much and happy new year

  2. #2
    Junior Member
    Not a Verified Customer
    phanik's Avatar
    Join Date
    Dec 2009
    Posts
    32
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Creating a hierarchical dropdown for locations

    I am looking for similar kind of functionality, does someone have any inputs.

  3. #3
    Rookie
    Not a Verified Customer
    mgandp's Avatar
    Join Date
    Jan 2010
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Creating a hierarchical dropdown for locations

    There is a similair thread. I'm not sure if this is what you are looking for sure, but it seems to be.
    http://wpclassipress.com/forum/viewt...dropdown#p6285

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Need to put 2 locations or more on Map?
    By rmdlwa in forum ClassiPress General Discussion
    Replies: 4
    Last Post: October 28th, 2009, 12:30 PM
  2. Creating a page
    By sarge in forum ClassiPress General Discussion
    Replies: 2
    Last Post: July 26th, 2009, 01:44 AM