![]() |
Quote:
For the markers you probably have a users with some bad characters in his text (you could check the googlemap table for that) I'll release a version update later on today. |
Three remaining questions.
The first his how do I change the Text color of the "map | Satelite | Hypbride" Buttons The second is, I figured out of to set the map to satelite by default but I would like to have hybride by default. The first two are the most important. Now the third: Would it be possible to allow longer text for the markers but define a number of chars when there will be a < br /> entered automaticly? Thank you for this realy great hack |
Thanks, the update ran through fine, however, IE is still problematic ( http://www.musiker-board.de/vb/VBGooglemap.php ), runs fine on firefox though.
Special chars are e.g.: ?, ?, ?, ?, `, ?, ' |
Just to let you know that the Googlemap is now on version 1.0.2.
- Performance - Full phrases support - The special character list is now bigger to avoid the javascript error - The special chararcter check is done on first insert and no longer when creating the googlemap xml (boost) Download the latest version on vbulletin.org UPGRADE to the Googlemap version 1.0.2: 1. Upload VBGooglemap.php to the forum root (overwrite ok) 2. add product-VBGooglemap.xml(Plugin System / Manage Products / Add Import product) and SET OVERWRITE TO YES 3. Enjoy Hope you like it. Development on 1.0.3 has started with event and hotspots support. To change the text colour in the balloon Code:
Code:
|
Quote:
|
stonyarc any solution for my questions?
|
Quote:
/edit To change the large map to default on Hybrid Open the XML file product-VBGooglemap.xml look for Code:
map = new GMap(document.getElementById("map")); Code:
map.setMapType( _HYBRID_TYPE ); add product-VBGooglemap.xml(Plugin System / Manage Products / Add Import product) and SET OVERWRITE TO YES The colours of the buttons is set by google I'm checking if I can force this to change. |
Thank you.
In the original Googlemap API the font of these buttons is black like you can see here: http://local.google.com/ However in my forum map they are white so there is something changing the font. http://www.hiphop-battles.com/forum/VBGooglemap.php I realy love this hack!! |
Quote:
Just add Open the XML file product-VBGooglemap.xml. It's in there 3 times Code:
<div id="map" style="width: 100%; height: 480px; padding:-5px;" class="r_box"></div> Code:
<div id="map" style="width: 100%; height: 480px; padding:-5px;" class="r_box" style="color=#ff0000"></div> Save the XML and reload it add product-VBGooglemap.xml (Plugin System / Manage Products / Add Import product) and SET OVERWRITE TO YES |
thx
actualy there is one instance: Code:
<div id="map" style="width: 100%; height: 480px; padding:-5px;" class="r_box"></div> Code:
<div id="map" style="width: 100%; height: 480px; padding:-5px; color:#000000;" class="r_box"></div> Code:
<div id="map" style="width: 600; height: 300px; padding:-5px;" class="r_box"></div> Code:
<div id="map" style="width: 600; height: 300px; padding:-5px; color:#000000;" class="r_box"></div> Your style="color=#ff0000" did not work (at least not for me ;)) see fixed version above Is it possible to expand the text input to lets say 100 chars and automaticly insert a break after about 50 chars (end of the word) or for long words (eg spam inserts with more then 50 chars) a br inside the long word ?? |
All times are GMT. The time now is 05:46 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|