Jump to content

Pyros777@gmoh

Members
  • Posts

    13
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Pyros777@gmoh

  1. I have a custom skin installed, and adding color: #000; into the memberMapCanvasWrapper section did not seem to do the trick for me. I tested with FF 4, IE 9 (compatibility mode on and off), and chrome. This did work though: Templates --> skin_membermap --> mapInfoBox: Find: <a href='{parse url="showuser={$memberData['member_id']}" template="showuser" seotitle="{$memberData['members_seo_name']}" base="public"}' title='{$this->lang->words['view_profile']}' >{$memberData ['members_display_name']}</a> Replace with: <a href='{parse url="showuser={$memberData['member_id']}" template="showuser" seotitle="{$memberData['members_seo_name']}" base="public"}' title='{$this->lang->words['view_profile']}' style='color:black' >{$memberData ['members_display_name']}</a> CSS --> membermap.css: Find: .remMarker a { text-decoration: none; } Replace with: .remMarker a { color: #000000; text-decoration: none; }
  2. 1.) For instance if we already had something similar to this in place, and we wanted to transfer their location over to the new map without having to ask the user to enter their information again. In my case only official members of our group have access to the map, so most willingly share this information. I see your point though. Feel free to use your own discretion on this one. 2.) Thank you! 3.) Precisely. Thanks again, really looking forward to watching this modification grow!
  3. Just installed the latest beta on my board (3.0.5). Works like a charm so far! I would love to see a few things: Admin ability to add map markers for members. e.g. - Admin adds marker, when member logs in, they already see the "Update my location" option because a marker has already been added for them. Admin ability to add map markers for points of interest. (meeting spots, supporting vendor locations, etc.) Ability to get directions Anything outside of that would be a bonus! Sent a little something to your paypal. :)
×
×
  • Create New...