Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Member Map (Read 4847 times)
dirlin
Guest


Member Map
Apr 10th, 2005 at 5:17pm
Print Post  
The Member map mod dont works with firefox !
Have anybody fiy this  ?

mfg Dirk

  
Back to top
 
IP Logged
 
Administrator
Forum Administrator
*****
Offline


Yummm

Posts: 7
Location: Modders Rile
Joined: Oct 7th, 2014
Gender: Male
Re: Member Map
Reply #1 - Apr 10th, 2005 at 9:16pm
Print Post  
What version are you using? It's working fine for me on this forum.
  

The Administrator.
Back to top
WWW  
IP Logged
 
everydayteens
Junior Member
**
Offline


I love YaBB 1G - SP1.2!

Posts: 64
Joined: Feb 1st, 2006
Re: Member Map
Reply #2 - Jun 7th, 2006 at 3:48am
Print Post  
FireFox is very incompatible with a lot of web site features, not just YABB. It might be a few years before FireFox wakes up and fixes itself.
  
Back to top
 
IP Logged
 
Curtiss Grymala
God Member
*****
Offline


YaBB?... Y Not?

Posts: 1314
Joined: Apr 12th, 2004
Gender: Male
Re: Member Map
Reply #3 - Jun 7th, 2006 at 1:10pm
Print Post  
Quote:
The Member map mod dont works with firefox !
Have anybody fiy this  ?


What part of it doesn't work for you?

Quote:
FireFox is very incompatible with a lot of web site features, not just YABB. It might be a few years before FireFox wakes up and fixes itself.


I don't even know where to begin with that comment.  What features, exactly, are you thinking of when you make a comment like that?  Internet Explorer is actually the most incompatible browser out there at this point.  There are quite a few Microsoft-developed technologies (like vb.net) that only work with IE, but that's not through any fault of any other brwoser-developers.  That's simply because Microsoft won't allow other browser devvers to really look at the source to try to make them work with their own browsers.

When developing according to the world standards (W3C, etc.), you will find that 99% of the time, things work the way they should in Firefox.  That percentage drops to about 75% (possibly lower) when checking things in IE.
  

Currently using Y2.3 With no mods (though that will hopefully change, soon).

Click Here To See A List Of All The Mods I've Written
Back to top
WWW  
IP Logged
 
Outumuro
God Member
*****
Offline


Publisher - YaBB Toolbar

Posts: 569
Location: Los Angeles
Joined: Apr 14th, 2004
Gender: Male
Re: Member Map
Reply #4 - Jun 8th, 2006 at 3:35am
Print Post  
everydayteens wrote on Jun 7th, 2006 at 3:48am:
FireFox is very incompatible with a lot of web site features, not just YABB. It might be a few years before FireFox wakes up and fixes itself.

:clown: :whip: :laugh4:

Microsoft writes it's own standards, and then doesn't share the details of their standards with anyone else to covertly try to maintain their market share.

Microsoft is horrible about complying to standards set by organizations who's job it is to set the standards so that developers can interoperate with one another.

Blame who you want... but it's Microsoft that is not "playing by the rules". LOL :laugh4:
  


Back to top
WWW  
IP Logged
 
sojourner9
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 2
Joined: Aug 29th, 2006
Re: Member Map
Reply #5 - Aug 29th, 2006 at 4:51pm
Print Post  
I saw this also.  In both browsers you are able to see the maps that show where others are.  But in FF you are not able to put a stickpin in to show where you are.

Here is the fix that worked for me:

<edit file>
Sources/Profile.pl
</edit file>

<search for>
           <iframe id="map" name="map" width="550" height="430" marginwidth="0" marginheight="0" border="0" frameborder="0"></iframe>
</search for>

<replace>
           <iframe id="map" name="map" width="650" height="530" marginwidth="0" marginheight="0" border="0" frameborder="0"></iframe>
</replace>

<search for>
           map.document.open("replace");
           map.document.write(vismap);
           map.document.close();
</search for>

<replace>
           myMap = window.frames['map'].window;
           myMap.document.open();
           myMap.document.write(vismap);
           myMap.document.close();
</replace>

  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint