an
groups-icon

Country, State, City and Postcode Search

Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
  • Version 9
    Alexandra Maltby
    0 points
    Beginner

    Hi Mark

    Is there a way to add a field in the simple search for the location which will look in map-country, map-state, map-city and map-zip fields

    i know there is the location1 option but that only is for country

    i added the code below but that ended up with a 500 error

    $GLOBALS['custom'][] = array(
    'key' => 'map-country',
    'value' => strip_tags($_GET['location1']),
    'compare'=> '='
    );
    $GLOBALS['custom'][] = array(
    'key' => 'map-state',
    'value' => strip_tags($_GET['location1']),
    'compare'=> '='
    );
    $GLOBALS['custom'][] = array(
    'key' => 'map-city',
    'value' => strip_tags($_GET['location1']),
    'compare'=> '='
    );
    $GLOBALS['custom'][] = array(
    'key' => 'map-zip',
    'value' => strip_tags($_GET['location1']),
    'compare'=> '='
    );

    March 26, 2014 at 10:35 am
  • Alexandra Maltby
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    March 31, 2014 at 7:38 am
  • Alexandra Maltby
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    April 1, 2014 at 4:19 am
  • Richard Bonk
    -1 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    April 1, 2014 at 9:10 am
  • Alexandra Maltby
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    April 1, 2014 at 10:31 am
  • Alexandra Maltby
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    April 2, 2014 at 9:55 am
  • Alexandra Maltby
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    April 4, 2014 at 4:48 am
  • Michael Fedyk
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    April 4, 2014 at 5:56 am
  • keyboardcook@gmail.com aka Mark
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    April 4, 2014 at 6:55 am
  • Richard Bonk
    -1 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    April 4, 2014 at 9:31 am
  • Alexandra Maltby
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    April 4, 2014 at 10:11 am
  • Richard Bonk
    -1 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    April 4, 2014 at 11:17 am
  • Alexandra Maltby
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    April 4, 2014 at 12:37 pm
  • Richard Bonk
    -1 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    April 4, 2014 at 12:48 pm
  • Richard Bonk
    -1 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    April 4, 2014 at 12:52 pm

1,123

Views

17

Replies