Welcome, Guest. Please Login or Register.
April 25, 2024, 10:04:50 AM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.5.x] Member Map « previous next »
Pages: 1 2 [3] 4 5 ... 15 Reply Ignore Print
Author Topic: [Done 1.5.x] Member Map  (Read 61321 times)
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:[Beta 1.5.1] Member Map
« Reply #30 on: January 27, 2003, 06:14:34 AM »
Reply with quote

Hmm ok try making this change to Profile.php

                              newWindow = open(URL,"Edit Member Map","Resizable=Yes,ScrollBars=Yes,MenuBar=No,Directories=No,ToolBar=No,Location=No,Status=No,Width=775,Height=450");to
                              var newWindow = open(URL,"Edit Member Map","Resizable=Yes,ScrollBars=Yes,MenuBar=No,Directories=No,ToolBar=No,Location=No,Status=No,Width=775,Height=450");
Logged
D Mon
Jr. Member
**
Posts: 86


I'm a llama!

Re:[Beta 1.5.1] Member Map
« Reply #31 on: January 27, 2003, 06:24:20 AM »
Reply with quote

Still nothing
Logged
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:[Beta 1.5.1] Member Map
« Reply #32 on: January 27, 2003, 06:27:33 AM »
Reply with quote

Ok last guess:

                           function mmeditWindow(URL)
                           {
                              newWindow = open(URL,"Edit Member Map","Resizable=Yes,ScrollBars=Yes,MenuBar=No,Directories=No,ToolBar=No,Location=No,Status=No,Width=775,Height=450");
                              if (newWindow.opener == null)
                                 newWindow.opener = self;
                              if (newWindow.focus)
                                 newWindow.focus();
                           }
to
                           function mmeditWindow(URL,WindowName)
                           {
                              var newWindow = open(URL,WindowName,"Resizable=Yes,ScrollBars=Yes,MenuBar=No,Directories=No,ToolBar=No,Location=No,Status=No,Width=775,Height=450");
                              if (newWindow.opener == null)
                                 newWindow.opener = self;
                              if (newWindow.focus)
                                 newWindow.focus();
                           }
Logged
D Mon
Jr. Member
**
Posts: 86


I'm a llama!

Re:[Beta 1.5.1] Member Map
« Reply #33 on: January 27, 2003, 06:33:06 AM »
Reply with quote

OK That worked!
Now I dont see anywhere that I can view it- Without switching mmedit to mmview
Where does that show?
Logged
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:[Beta 1.5.1] Member Map
« Reply #34 on: January 27, 2003, 06:38:23 AM »
Reply with quote

Right now nowhere. :)

But eventually I will add a link to it from the menu.
Logged
D Mon
Jr. Member
**
Posts: 86


I'm a llama!

Re:[Beta 1.5.1] Member Map
« Reply #35 on: January 27, 2003, 06:41:47 AM »
Reply with quote

So really unless I add the addy with the mmview- no one can view

I like the map added in Profile!!
Also, Is there a world map?
Logged
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:[Beta 1.5.1] Member Map
« Reply #36 on: January 27, 2003, 06:46:04 AM »
Reply with quote

I don't remember there being a world map but that may not work too well since it would be hard to place pins accurately. As long as the map is the same size as the current ones it should work fine though.

For now you will just have to link to it, I might add that in for the next version.
Logged
D Mon
Jr. Member
**
Posts: 86


I'm a llama!

Re:[Beta 1.5.1] Member Map
« Reply #37 on: January 27, 2003, 06:48:39 AM »
Reply with quote

Cool no problem- I really just want it for viewing not posting-

Thanks alot I REALLY appreciate this!
One last thing- I know there are 3 pins on my US map however when I view it only shows 2(and mine is one of them)
Logged
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:[Beta 1.5.1] Member Map
« Reply #38 on: January 27, 2003, 06:52:46 AM »
Reply with quote

Hmm I only see two pins, who is the 3rd?
Logged
Webby
Beta Tester
YaBB God
*****
Posts: 829


Some mistakes are too funny to make only once.

ICQ - 9814812webby@salesplaza.nl WWW
Re:[Beta 1.5.1] Member Map
« Reply #39 on: January 28, 2003, 04:57:23 AM »
Reply with quote

When will the .zip be updated ?
Logged

Webby of salesplaza.nl
The YaBBSE buttongenerator : Click HERE !
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:[Beta 1.5.1] Member Map
« Reply #40 on: January 28, 2003, 06:50:26 AM »
Reply with quote

I think it has those fixes included now, I updated it earlier today with the javascript error fix.
Logged
Webby
Beta Tester
YaBB God
*****
Posts: 829


Some mistakes are too funny to make only once.

ICQ - 9814812webby@salesplaza.nl WWW
Re:[Beta 1.5.1] Member Map
« Reply #41 on: January 28, 2003, 06:56:24 AM »
Reply with quote

Great, I will try it tonight when I get home  :D
Logged

Webby of salesplaza.nl
The YaBBSE buttongenerator : Click HERE !
CokeCan
Full Member
***
Posts: 182


WWW
Re:[Beta 1.5.1] Member Map
« Reply #42 on: January 28, 2003, 07:04:19 AM »
Reply with quote

GREAT MOD! ;D
I will instal it when we have the final 1.5.1 version
I think that would be better if we have "Noth America" instead of "USA" and "Canada's map", can this be posible? and also a wouldwide map would be EXCELENT! ;D
and the last thing... I promiss ;) Can you add the flag's country over the online status (at the posts)? so when someone pass the mouse over his flag he can see where is he from directly from his posts ;)

BTW, GREAT MOD! CONGRATULATIONS!
Logged
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:[Beta 1.5.1] Member Map
« Reply #43 on: January 28, 2003, 07:23:23 AM »
Reply with quote

Yep most of those are planned to be included eventually. I think there is a North American map too but for Canada its hard to accurately place the pin. I will include it with the next release though. No world map that I know of.
Logged
Webby
Beta Tester
YaBB God
*****
Posts: 829


Some mistakes are too funny to make only once.

ICQ - 9814812webby@salesplaza.nl WWW
Re:[Beta 1.5.1] Member Map
« Reply #44 on: January 28, 2003, 09:11:18 PM »
Reply with quote

This mod is very nice, but can I get my "old" Membermap back, because I had hundreds of members on it, and they are still in my database......

If yes : how ??
Logged

Webby of salesplaza.nl
The YaBBSE buttongenerator : Click HERE !
Pages: 1 2 [3] 4 5 ... 15 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.5.x] Member Map « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.021 seconds with 20 queries.