How to remove Tooltip with the name ?

More
9 years 4 months ago #25993 by extonjaez
Hello,

I would like to know :
How to remove Tooltip with the name of user ? (see attached File)
many thanks
Arnaud

com_geommunity3js1.0.9.zip
Jomsocial 3.2.15
System Information

PHP Built On Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
Database Version 5.1.73-1+deb6u1
Database Collation utf8_general_ci
PHP Version 5.4.35
Web Server Apache
WebServer to PHP Interface cgi-fcgi
Joomla! Version Joomla! 3.3.6 Stable [ Ember ] 01-October-2014 02:00 GMT
Joomla! Platform Version Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT
User Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0
Attachments:

Please Log in or Create an account to join the conversation.

More
9 years 4 months ago #25994 by nordmograph
Hello

Yes, you can edit the plugin
plugins/community/geommunitylocator/geommunitylocator.php

search for
Code:
clickable: true,
around line 559, change it for
Code:
clickable: false,

Hope it helps

- Need help? Post the URL of the related page (eventualy as confidential info), it will help solve your issue faster.
- An error, notice or warning? report the exact message including the line number
- If you get a white page , enable error reporting and / or check your server error logs.
The following user(s) said Thank You: extonjaez

Please Log in or Create an account to join the conversation.

More
9 years 4 months ago #25996 by extonjaez
no change... :side:

var map = new google.maps.Map(document.getElementById('map_canvas'), myOptions);
directionsDisplay.setMap(map);
directionsDisplay.setPanel(document.getElementById(\"directionspanel\"));
var me = new google.maps.LatLng($lat,$lng);
var marker = new google.maps.Marker({
position: me,
map: map,
clickable: false,
title:'".$user_naming."'
});
var infobulle = new google.maps.InfoWindow({
content:'".$user_naming." ";
Attachments:

Please Log in or Create an account to join the conversation.

More
9 years 4 months ago #25997 by extonjaez
and i have cleaned site cache, broswer cache...

Please Log in or Create an account to join the conversation.

More
9 years 4 months ago #25998 by nordmograph
you can look for other occurances of clickable through the file.
SOme will be for events markers, other for friends
once for profile owner when viewed by a visitor, and the other one for the profile owner when self viewing.

The one in my previous post concerned the profile owner marker when viewd by visitors.

- Need help? Post the URL of the related page (eventualy as confidential info), it will help solve your issue faster.
- An error, notice or warning? report the exact message including the line number
- If you get a white page , enable error reporting and / or check your server error logs.

Please Log in or Create an account to join the conversation.

More
9 years 4 months ago #25999 by extonjaez
i put "false" after all "clickable" and no change.. :ohmy:
Thanks for your help

Please Log in or Create an account to join the conversation.

Time to create page: 0.345 seconds
Powered by Kunena Forum
Disclaimer: Nordmograph is not affiliated with or endorsed by The Joomla! Project™. Any products and services provided through this site are not supported or warrantied by The Joomla! Project or Open Source Matters, Inc. Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.