Welcome, Guest. Please Login or Register.
April 25, 2024, 08:10:12 PM
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 ... 15 Reply Ignore Print
Author Topic: [Done 1.5.x] Member Map  (Read 61328 times)
D Mon
Jr. Member
**
Posts: 86


I'm a llama!

Re:[Beta 1.5.1] Member Map
« Reply #15 on: January 27, 2003, 03:40:45 AM »
Reply with quote

So could it work without it?

Cause I found it in the profiile modify but Im getting a Javascript error
Logged
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

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

Hmm, can you try going to my board and see if you get the error there? I might have forgotten some javascript code in the release.
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 #17 on: January 27, 2003, 04:47:15 AM »
Reply with quote

I get the same Javascript error  :-\
Logged

Webby of salesplaza.nl
The YaBBSE buttongenerator : Click HERE !
D Mon
Jr. Member
**
Posts: 86


I'm a llama!

Re:[Beta 1.5.1] Member Map
« Reply #18 on: January 27, 2003, 05:11:37 AM »
Reply with quote

No yours worked fine-
I placed one there the other day
and just checked again-
If I do get this to work, can I set the default to USA?
Logged
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

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

Hmm what error do you get?

If you want the default to be USA you can change this line:

  if(!isset($map))
      $map = 'Canada';
to
  if(!isset($map))
      $map = 'USA';
« Last Edit: January 27, 2003, 05:20:10 AM by Gobalopper » Logged
D Mon
Jr. Member
**
Posts: 86


I'm a llama!

Re:[Beta 1.5.1] Member Map
« Reply #20 on: January 27, 2003, 05:26:50 AM »
Reply with quote

Its says at the bottom-
Error on page and when I highlight the link this comes up:

javascript:mmeditWindow('http://www.thejawa.com/YaBBse/index.php?board=12;action=mmedit')

Then I added this to the URL-
YaBBse/index.php?board=12;action=mmedit
and got this error-

2: OpenDir: No such file or directory (errno 2)
(/home/jawacom/www/YaBBse/Sources/MemberMap.php ln 139)

Is that code in MemberMap.php?
Logged
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

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

Hmm this version assumes you have your images directory called Images... is that what you called it?
Logged
D Mon
Jr. Member
**
Posts: 86


I'm a llama!

Re:[Beta 1.5.1] Member Map
« Reply #22 on: January 27, 2003, 05:31:01 AM »
Reply with quote

OK First fixed the USA-

Um- my Images are in YaBBImages/
Logged
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

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

Ok you will have to change any reference to ./Images/ to ./path/to/your/images/. So if you uploaded your images to YaBBImages it should work with ./YaBBImages/.

I think there are 3 places you need to change.
« Last Edit: January 27, 2003, 05:33:53 AM by Gobalopper » Logged
D Mon
Jr. Member
**
Posts: 86


I'm a llama!

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

Thats what I was thinking -thanks

However does this fix the Java error?
Logged
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:[Beta 1.5.1] Member Map
« Reply #25 on: January 27, 2003, 05:34:28 AM »
Reply with quote

It might, I don't really know, can you get any more details on the error? I think IE allows you to double click on that little error icon.

Also change this:
  <div align="center"><form method="post" action="' . $cgi . 'action=mmview" name="mmview"><select name="map">' . $continents . '</select><input type="submit" value="View" /></form></div>to
  <div align="center"><form method="post" action="' . $cgi . ';action=mmview" name="mmview"><select name="map">' . $continents . '</select><input type="submit" value="View" /></form></div>
« Last Edit: January 27, 2003, 05:39:38 AM by Gobalopper » Logged
D Mon
Jr. Member
**
Posts: 86


I'm a llama!

Re:[Beta 1.5.1] Member Map
« Reply #26 on: January 27, 2003, 05:46:54 AM »
Reply with quote

When I manually plug the view/edit addys they work-
I double clicked on the error and it says:

Line:171
Char:11
Error:Invalid Argument
Code:0
URL:http://www.thejawa.com/YaBBse/index.php?board=;action=profile;user=me

Wheres that code change go in?
Logged
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:[Beta 1.5.1] Member Map
« Reply #27 on: January 27, 2003, 05:51:29 AM »
Reply with quote

That is in MemberMap.php, it fixes the bug where switching which country to view doesn't work.
Logged
D Mon
Jr. Member
**
Posts: 86


I'm a llama!

Re:[Beta 1.5.1] Member Map
« Reply #28 on: January 27, 2003, 05:58:00 AM »
Reply with quote

OK how about the Java error-

Also, unless Im smoking crack are those 2 codes the same??
Logged
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:[Beta 1.5.1] Member Map
« Reply #29 on: January 27, 2003, 05:59:16 AM »
Reply with quote

There is a ; added. :)

Sent you an IM about the javascript.
Logged
Pages: 1 [2] 3 4 ... 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.070 seconds with 20 queries.