Support

  1. tandreas6
  2. Support
  3. Wednesday, August 27 2014, 09:27 PM
I have some questions about ways to search for Member addresses (set up for the Map module, as google_maps type).

1. Is there a way to add instructions about searching for an address? It's not easily apparent to a user that searching "address" means that they are searching for users adjacency to themselves.

2. How do I change the radius options? I would like to make smaller numbers as my members are concentrated primarily in one city with a max radius of only 100 miles.

3. Is there a general way to search for an address, that isn't related to my own user location? For example, if a user wants to find other members near to a certain park or movie theater so they can be invited to an event, how can they do this?

Thanks for your help!
admin Accepted Answer
Admin
Hi, Yes to all but is required some PHP knowledge.

1) You can edit the file /administrator/components/com_jsn/models/fields/gmap.php.
add this function to JFormFieldGmap Class
public function getInput()
{

$output=parent::getInput();
$output.='Description';
return $output;
}


2) You can edit the file /administrator/components/com_jsn/helpers/fields/gmap.php from line 194 to line 203

3) Sorry but I not understand, you already can search users in a radius from an address.
  1. more than a month ago
  2. Support
  3. # 1
tandreas6 Accepted Answer
Great, thanks!

Should I create an override for the new radius options, and where in templates/mytemplate/html/com_jsn should I put it? Thanks!
  1. more than a month ago
  2. Support
  3. # 2
admin Accepted Answer
Admin
Hi,
sorry but the code that generates the radius options is not on template view, so you can't override this.
  1. more than a month ago
  2. Support
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.

Request Support

Support is currently Offline

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.