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

Projects

Forums

Events

Store

Gallery

Posts posted by Pyros777@gmoh


  1. That's inhereted from the skin you are using, you will need to edit the CSS for the membermap and add into #memberMapCanvasWrapper



    color: #000;

    I'll make a note to add this to the app, incase it's being used on a custom skin.

    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. It seems that would be something to do with IP.board itself, not the modification. Many people have translated the modification using 3.0.5, you might want to upgrade.




    Wow thank you, I really appreciate that :thumbsup:



    • 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. - What would be the point of this exactly? You also have to look at the fact that user might not want their location on a map.
    • Admin ability to add map markers for points of interest. - Should be in Next Version
    • Ability to get directions - I presume so the user can click another marker and generate directions to it ?



    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...