Jump to content

Member Map

Featured Replies

I have installed this app but when ever i click on member map on the forum i just get this error -


Fatal error: Call to a member function mapTemplate() on a non-object in /home/wwwsecti/public_html/admin/applications_addon/other/membermap/modules_public/membermap/map.php on line 304


Can anyone help please?

Thanks :)

  • Replies 3.2k
  • Views 199.6k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • That is correct. I have thought about making this a paid app many times before, both for the 4.4 and 4.3 version. And the price I'm placing on this now is the same I planned to put on it back then. (I

  • I'm sure you are able to export an entire folder as a KML or KMZ file. Most of the files I've tested with contains thousands of markers.  Yes. But I'll have to make quite a few changes in order

  • Days or a week. I've re-structured the main javascript code, so that needs a bit of testing. Unfortunately none of you can beta test this, as I think that would make it impossible for you to purc

Posted Images

I have installed member map and appears to be working fine apart from one problem, it is fully zoomed in by default:

http://www.ifsqn.com/forum/index.php?/membermap/

How do I fix that?

Also I have some questions on how to get the most out of MM, for example how do you promote it and make it more visible to new and old members on your board. Also can or does a link show in profile amywhere?

Those with experience please advise.

Thanks for the app Stoo.

Cheers,
Taff

Im probably going to ask the stupidest question so far but here it goes.

I have installed a lot of mods on my board but all of them had installation instructions. This one doesnt so Im left wondering
exactly what to do. I havent been using IPB for years (only a few months) but Im catching on.

I uploaded all the files to the right places.

1) Do I need to run all the XML scripts in the xml folder to actually install it now?
2) Do I need to install AJAX on my system for this to work?
3) Is there anything else that needs to be done (assuming the above is correct) to have this working correctly?

Great looking mod! May I suggest a simple installation instructions for us simple minded people please.

Thanks in advance for any help you guys can lend.

Lego


I have installed this app but when ever i click on member map on the forum i just get this error -




Fatal error: Call to a member function mapTemplate() on a non-object in /home/wwwsecti/public_html/admin/applications_addon/other/membermap/modules_public/membermap/map.php on line 304




Can anyone help please?



Thanks :)



Try recaching your skin files, let me know how that goes.


I have installed member map and appears to be working fine apart from one problem, it is fully zoomed in by default:



http://www.ifsqn.com/forum/index.php?/membermap/



How do I fix that?



Also I have some questions on how to get the most out of MM, for example how do you promote it and make it more visible to new and old members on your board. Also can or does a link show in profile amywhere?



Those with experience please advise.



Thanks for the app Stoo.



Cheers,


Taff



Hi Taff,

As I'm sure you've seen now you've got some more markers on the map, it's automatically zoomed so that all markers are shown. I like the idea of a link on the profile. I'll look at that for a future version.


Im probably going to ask the stupidest question so far but here it goes.



I have installed a lot of mods on my board but all of them had installation instructions. This one doesnt so Im left wondering


exactly what to do. I havent been using IPB for years (only a few months) but Im catching on.



I uploaded all the files to the right places.



1) Do I need to run all the XML scripts in the xml folder to actually install it now?


2) Do I need to install AJAX on my system for this to work?


3) Is there anything else that needs to be done (assuming the above is correct) to have this working correctly?



Great looking mod! May I suggest a simple installation instructions for us simple minded people please.



Thanks in advance for any help you guys can lend.



Lego



After you've uploaded the files you need to log into your ACP, click on Manage Applications & Modules on the left, then you will have an option to install the Member Map application. The installation is exactly the same as installing any other IP.Board 3.x application.

Thanks for the quick reply.. =)

Lego

Installed and works perfectly.. Thanks again..

1 last question if I may.. If I click on a "PIN" it shows the avatar of the user just fine but the member name and info's
text is white on white. Anyway to change this and if so could you point me to the right place? I assume its just an edit
somewhere but I have no clue as to where..

Here is what it looks like:



Thanks..

Lego

That is because your skin sets the color to white, you would need to alter the css file for the application setting the font colors.

Thanks for the quick reply.. Im super confused now but its obviously not an issue with your mod. I will hunt around and try to figure out which css file it is and where that little piece of code is.. Wish me luck..

Have a good weekend.

Lego

Look in membermap.css

change


 #memberMapCanvasWrapper

 {

	 clear: both;

	 background-color: #D6D6D6;

	 -moz-border-radius: 5px;

	 padding: 8px;

	 margin-top: 10px;

	 height: 800px;

 }

to


 #memberMapCanvasWrapper

 {

	 clear: both;

	 background-color: #D6D6D6;

	 -moz-border-radius: 5px;

	 padding: 8px;

	 margin-top: 10px;

	 height: 800px;

	 color: #000000;

 }



That should work for you, I've changed that in the application code too.

Hey Stoo.. Thanks again.. That worked great for changing the text color to black.. The members name (link) remained white tho. Im thinking maybe thats not changeable if its calling it from the skin. Changing it in the skin to make it visible in the bubble would also change it throughout the board (where ever its used in the skin) -- is my guess.. Still a great mod as it is even without people being able to tell who is who (refers to his own board since I have a skin issue).

=)

Lego


Hey Stoo.. Thanks again.. That worked great for changing the text color to black.. The members name (link) remained white tho. Im thinking maybe thats not changeable if its calling it from the skin. Changing it in the skin to make it visible in the bubble would also change it throughout the board (where ever its used in the skin) -- is my guess.. Still a great mod as it is even without people being able to tell who is who (refers to his own board since I have a skin issue).



=)



Lego



In that case, you'll need to add the following to the CSS


 #memberMapCanvasWrapper a

 { 

         color: #000000; 

 }


Hey Stoo -- Your a genius! Thanks so much for the help (even when you didnt have to).. Fixed it perfectly and all our members LOVE the mod!

Best Regards,

Lego

Yes I realised that stoo once I'd got a few more members signed up. I added soem expalantion text at the top and am promoting it through my IPB blog featured. I've got about 30 so far.

http://www.ifsqn.com/forum/index.php?/membermap/

Great mod thanks. A link in the profile would be great, also maybe it could be integrated with registration so that member enters town or city on a mandatory field and that automatically put them on the map?

Once a user has changed his place in the map 11 times in one evening, I hope for a user permission for one change per day or so :)


Hey Stoo -- Your a genius! Thanks so much for the help (even when you didnt have to).. Fixed it perfectly and all our members LOVE the mod!



Best Regards,



Lego



No problem!


Yes I realised that stoo once I'd got a few more members signed up. I added soem expalantion text at the top and am promoting it through my IPB blog featured. I've got about 30 so far.



http://www.ifsqn.com/forum/index.php?/membermap/



Great mod thanks. A link in the profile would be great, also maybe it could be integrated with registration so that member enters town or city on a mandatory field and that automatically put them on the map?



That looks great! Always nice to see these things in non-standard skins.

Your registration form idea is interesting, I would think that it's possible.


Once a user has changed his place in the map 11 times in one evening, I hope for a user permission for one change per day or so :)



That is a little bit extreme, I'm not sure one extreme person warrants the time to add a change-per-day setting though.

Stoo, I'm missing an image in my message center when a memeber adds their location

/notify_map_add.png

Can you attach one please.

The images are located in public\style_images\master\notifications

You will need to copy them into your directory that your custom skin uses.

after installing anything, I always copy my master images directory to my laptop - then upload it to each custom skin, ensuring that I have my FTP package set to always ask before overwriting. Then when it asks, I simply skip.

This way my custom images are preserved and the new ones added by the install are added.


Did that so many times I could do it with my eyes closed!



But, ever optimistic I did it again and.. voila! the perms stuck this time (Each time I went back to check they had cleared, is that a bug?).



Sweet :)





I am having a similar problem. When I click on the My Apps and choose "Member Map" it boots me right back to my initial settings page.
If that wasn't bad enough, not when I am in setting and click on "manage applications and modules", then choose "member map" the list of choices is incredibly inconsistent and sometimes non-existent.

Hi J-P,

That shouldn't be the case, was it an upgrade or fresh install ?

Could you send me a message with some ACP details so I could take a look please.

Thankyou

it was a fresh install.... PM sent.

thanks for looking into this. It is much appreciated :)


it was a fresh install.... PM sent.



thanks for looking into this. It is much appreciated :)



Looks like the issue may be 3.0.5, The admin modules were installed as public modules for some reason. I have manually fixed it for you.

thank you very much!!

I was wracking my brain over it for a couple days :)

No problem!

Hi there,

I have two quick questions.

I'd like to upgrade from 1.0.0 to 1.0.2. I already have a a couple of hundred markers in now. Will I lose the markers?

Where can I change the color of the text "Member Map"?

Thanks!

Guest
This topic is now closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.