Customizing SMF > Modifications and Packages
Google Member Map
Buta:
Bump......
Kindred:
what do you mean?
"How to add personal message into pop up bubble?"
huh? do you mean an icon that links to "send this user a PM"?
in that case, it would require modifications to the code.... I'm not sure how easily it could be done.
Buta:
OK
How to add some own text into pop up bubble. eg Text with a description of some
Spuds:
The info bubble already shows the custom title. If you want to show the personal text from the members profile, then in GoogleMap.php find:
--- Code: (find) --- $datablurb .= '
</ul>
</div>
</div>';
--- End code ---
and replace it with
--- Code: (replace) --- $datablurb .= '
</ul>
</div>';
// Show their personal text?
if (!empty($settings['show_blurb']) && $marker['blurb'] != '')
$datablurb .= '
<br class="clear" />' . $marker['blurb'];
$datablurb .= '
</div>';
--- End code ---
Buta:
This is OK, but i want add own text, not text from signature
Sorry for my bad English
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version