Hi,

Great module. Just thought I'd let you know I spent about an hour trying to figure out why map/users wasn't turning up anything.

Then I searched the code and found out it's actually map/user.

There are a few instances in the module where it refers to the map as at map/users, like here:


  $form['user']['gmap_user_map'] = array(
    '#type' => 'fieldset',
    '#title' => t('User Map (<em>map/users</em>)'),
    '#tree' => TRUE,
  );
  $form['user']['gmap_user_map']['macro'] = array(
    '#type' => 'textfield',
    '#title' => t('Macro'),
    '#default_value' => $temp['macro'],
    '#size' => 50,
    '#maxlength' => 500,
    '#description' => t('The gmap macro where the user information will be diplayed on.'),
  );
  $form['user']['gmap_user_map']['header'] = array(
    '#type' => 'textarea',
    '#title' => t('Page header'),
    '#description' => t('Text at the top of the user map.', array('@url' => url('map/users'))),
    '#default_value' => $temp['header'],
    '#cols' => 50,
    '#rows' => 6,

Cheers

Comments

bdragon’s picture

Version: 5.x-1.0-alpha1 » 5.x-1.x-dev
Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.