Welcome, Guest. Please Login or Register.
June 16, 2024, 11:56:18 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 ... 6 7 [8] 9 10 ... 15 Reply Ignore Print
Author Topic: [Done 1.5.x] Member Map  (Read 62183 times)
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:[Beta 1.5.1] Member Map
« Reply #105 on: April 02, 2003, 10:20:13 PM »
Reply with quote

I would just double check the supermod readme to see if you missed something.
Logged
darthpaul
Noobie
*
Posts: 36


Have It!

ICQ - 5366806paulremnant@hotmail.com WWW
Re:[Beta 1.5.1] Member Map
« Reply #106 on: April 03, 2003, 07:40:23 AM »
Reply with quote

Checked my install has been done exactly as it says it should have been, have looked in the database and mm_location is updating fine...am completely at a loss as to why it isnt working :(
Logged

Interested in fishkeeping? come see my popular site www.fishcrazy.co.uk
darthpaul
Noobie
*
Posts: 36


Have It!

ICQ - 5366806paulremnant@hotmail.com WWW
Re:[Beta 1.5.1] Member Map
« Reply #107 on: April 03, 2003, 09:30:49 AM »
Reply with quote

Huzzah I have cracked it :D

The line in the supermod in Load.php
list($member_isset, $member_continent, $member_xcoord, $member_ycoord, $member_country, $member_location, $member_region) = explode('|', $userprofile[$user]['location']);

should be...
list($member_isset, $member_continent, $member_xcoord, $member_ycoord, $member_country, $member_location, $member_region) = explode('|', $userprofile[$user]['mm_location']);

So the supermod has the mm_location applied to it but this line hasnt been changed in Load
Logged

Interested in fishkeeping? come see my popular site www.fishcrazy.co.uk
oldiesmann
YaBB God
*****
Posts: 577


Jesus died for your sins... Have you thanked him?

oldiesmann@oldiesmann.us WWW
Re:[Beta 1.5.1] Member Map
« Reply #108 on: April 03, 2003, 07:31:19 PM »
Reply with quote

:) - It's amazing how you can miss these simple things when manually installing a mod... Don't know how many times I've forgotten to globalize a variable or something...
Logged

"I've sinned greatly, but Christ's for real, baby
It's a wonder He saved me and just didn't hate me
So won't you tell Him "Save me"
Please stand up, please stand up, please stand up..." - J. Jackson (More Info)
darthpaul
Noobie
*
Posts: 36


Have It!

ICQ - 5366806paulremnant@hotmail.com WWW
Re:[Beta 1.5.1] Member Map
« Reply #109 on: April 04, 2003, 05:57:04 AM »
Reply with quote

Now I have this wonderful mod working well can anyone send me a good UK map to use on it?
Logged

Interested in fishkeeping? come see my popular site www.fishcrazy.co.uk
I, Brian
Full Member
***
Posts: 238


It is coming...

WWW
Re:[Beta 1.5.1] Member Map
« Reply #110 on: April 04, 2003, 07:10:29 AM »
Reply with quote

I've found a good world map I'd like to use, but the dimensions are different from the 500x430 that is recommended. I presume the mod wouldn't work properly with a larger size?

In which case, may I be so bold as to ask if there's a setting I could use, to allow a different map dimension?

Sorry, I'm not a coder, so I don't know what to look for.

Logged

percherie
Full Member
***
Posts: 177


Si t'en perd trops tu risque de ressembler à ça

percherie@tiscali.fr WWW
Re:[Beta 1.5.1] Member Map
« Reply #111 on: April 04, 2003, 04:13:50 PM »
Reply with quote

Hello, I find a new map in http://www.populationdata.net/regions.html

I work this images for compatibilty with this mod : 550 X 430 Pxl













« Last Edit: April 06, 2003, 07:06:29 PM by percherie » Logged

CokeCan
Full Member
***
Posts: 182


WWW
Re:[Beta 1.5.1] Member Map
« Reply #112 on: April 06, 2003, 05:58:01 PM »
Reply with quote

Does it works with 1.5.1 Final? :)
Logged
Eudaimonia
Noobie
*
Posts: 17


Frustrated Beyong Belief

Re:[Beta 1.5.1] Member Map
« Reply #113 on: April 08, 2003, 01:08:01 AM »
Reply with quote

Ok, I installed the mod using BoardMod without anyproblems, however, when I checked the site, I had to re-login again.

I wasn't able to login, but I was able to have a new password emailed to me, then I was able to get in.

Now, the problem is that when I click on profile to check the map out, it pops up an error:

Unknown column 'mm_location' in 'field list'
File: /home/damionsw/public_html/yabbsetest/Sources/Profile.php
Line: 857

Please advise on how to correct this error.

Also, is this something that will showup under each member's profile or is it simply on the board itself??

I've seen it both ways.....

Logged
BiErLeEuW
Full Member
***
Posts: 174


WWW
Re:[Beta 1.5.1] Member Map
« Reply #114 on: April 15, 2003, 07:48:57 AM »
Reply with quote

<-- hope that it will be edit to 1.5.1 ! Because it's a very nice idea for my site
Logged
darthpaul
Noobie
*
Posts: 36


Have It!

ICQ - 5366806paulremnant@hotmail.com WWW
Re:[Beta 1.5.1] Member Map
« Reply #115 on: April 15, 2003, 07:52:35 AM »
Reply with quote

Quote from: Eudaimonia on April 08, 2003, 01:08:01 AM
Ok, I installed the mod using BoardMod without anyproblems, however, when I checked the site, I had to re-login again.

I wasn't able to login, but I was able to have a new password emailed to me, then I was able to get in.

Now, the problem is that when I click on profile to check the map out, it pops up an error:

Unknown column 'mm_location' in 'field list'
File: /home/damionsw/public_html/yabbsetest/Sources/Profile.php
Line: 857

Please advise on how to correct this error.

Also, is this something that will showup under each member's profile or is it simply on the board itself??

I've seen it both ways.....



Did you run the database add file to add the extra fields to your database?
Logged

Interested in fishkeeping? come see my popular site www.fishcrazy.co.uk
Fizzy
Full Member
***
Posts: 214


Re:[Beta 1.5.1] Member Map
« Reply #116 on: April 15, 2003, 03:45:40 PM »
Reply with quote




That any good for you?
Logged
BiErLeEuW
Full Member
***
Posts: 174


WWW
Re:[Beta 1.5.1] Member Map
« Reply #117 on: April 16, 2003, 07:49:23 AM »
Reply with quote

Some-one have got a good map of Holland/The Netherlands?
Logged
CokeCan
Full Member
***
Posts: 182


WWW
Re:[Beta 1.5.1] Member Map
« Reply #118 on: April 16, 2003, 10:49:44 PM »
Reply with quote

Quote from: BiErLeEuW on April 15, 2003, 07:48:57 AM
<-- hope that it will be edit to 1.5.1 ! Because it's a very nice idea for my site
I hope so :) it looks like a great mod!
Logged
percherie
Full Member
***
Posts: 177


Si t'en perd trops tu risque de ressembler à ça

percherie@tiscali.fr WWW
Re:[Beta 1.5.1] Member Map
« Reply #119 on: April 18, 2003, 10:21:41 PM »
Reply with quote

And for the french user (me for exemple)


Logged

Pages: 1 ... 6 7 [8] 9 10 ... 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.078 seconds with 20 queries.