
david@shapes.fr
Members-
Content Count
15 -
Joined
-
Last visited
-
Days Won
1
david@shapes.fr last won the day on March 31 2016
david@shapes.fr had the most liked content!
About david@shapes.fr
-
Rank
Member
-
-
GeoLocate visitor in Ajax map
david@shapes.fr replied to david@shapes.fr's topic in JomDirectory General Questions
Hello, Do you have some news on this ? Is this feature allready available ? Best regards, David -
-
david@shapes.fr started following Melmbership problems, Administrator Email Notification, GeoLocate visitor in Ajax map and and 5 others
-
Hello, I'm trying to GeoLocate visitor in the ajax map. I checked this tutorial : http://www.paulund.co.uk/how-to-use-geolocation-api-with-google-maps I managed to GeoLocate the user, by adding : <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script> <script> function success(position) { var coords = new google.maps.LatLng(position.coords.latitude, position.coords.longitude); var options = { zoom: 15, center: coords, mapTypeControl: false, navigationControlOptions: { style: google.maps.NavigationControlStyle.SMALL }, mapTypeId: google.maps.MapTypeId.ROADMAP }; var map = new google.maps.Map(document.getElementById("jomdirectoryFormSearchMaps"), options); var marker = new google.maps.Marker({ position: coords, map: map, title:"You are here!" }); } if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(success); } else { error('Geo Location is not supported'); } </script> To the end of mod_jomdirectory_maps/tmpl/default.php But the map reloads and I loose the directory markers. Must be because of line : var map = new google.maps.Map(document.getElementById("jomdirectoryFormSearchMaps"), options); Any idea on how I could get this done ? This would be a great feature for this map !! Best regards, David
-
Hello, It would be really nice to be able to link Jomevents and jomdirectory, to be able to use joomdirectory items as event venues. Best regards, David
-
Hello, Would it be possible to add a link on the venue on the events lists pages ? I would like to be able to list all the events of a given venue. Best regards, David
-
Modules override in template
david@shapes.fr replied to david@shapes.fr's topic in JomDirectory Features Request
Well, in fact, I managed to solve this by writing a new template file directly in the module folder, and it works fine. Not the way I'm used to but it does the job, so I guess you can delete this thread.. ;-) Best regards, David -
Hello, I'm used to override some modules templates in mytemplate/html/module, si that I can keep my changes when updating. But with your directory items and events items modules, I get fatal errors trying to do it. Would be great to fix this. Best regards, David
-
Hello, Ajax Map Module is great ! A very good improvment of the module would be to be able to set the starting point around the visitors localization. Best regards, David
-
OK sorry, my bad, did not think I had to name the parent group JomDirectory..
-
Same in configuration, under front admin tab, Default New User Group stays empty.
-
Hello, Yes, I did follow the documentation, and I have a group created for listings under registred group, but when I try to select group ID in mebership plan, dropdown is empty.
-
Custom pin on maps
david@shapes.fr replied to david@shapes.fr's topic in JomDirectory General Questions
Hi, Thanks, was changing files in the wrong folder com_jomdirectory/assets/images Best regards, David -
Hello, I have been using xmap on all my Joomla websites, I would really like to see a plugin for Jomdirectory as this could really help us increasing our SEO. Best regards, David
-
Hello, How could I have custom pins on category map and ajax module map please ? I tried to change the image in assests folder, but no change. Best regards, David
-
Hello, I'm having some problems with membership plans : 1) Where can I edit default plan ? 2 When I try to create a new one, I can't save it because I can't select "Group ID" which is empty. Any idea on how to solve this please ? Best regards, David