Jump to content

Member Map

Featured Replies

 

Upgrader has run, permissions: everything is writeable.

Can you PM me an admin login ?

Thanks

  • Replies 3.2k
  • Views 209.5k
  • 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

been a bit since I looked into this, am I understanding correctly that it now uses bing and everything (adding, etc) will work for new installs?

I had to remove in 2012 due to needing to protect some personal info of members (nothing to do with this app) so this would be fresh install.

@stoo2000: Didn`t do the upgrade until now, but i have another question, please:

 

Also as a side note, you may want to change your skin settings to use external style sheets.

HOW exactly i can do this? Thank you...

 

been a bit since I looked into this, am I understanding correctly that it now uses bing and everything (adding, etc) will work for new installs?

I had to remove in 2012 due to needing to protect some personal info of members (nothing to do with this app) so this would be fresh install.

Correct. :thumbsup:

 

@stoo2000: Didn`t do the upgrade until now, but i have another question, please:

HOW exactly i can do this? Thank you...

That wasn't targeted for you, it was for JaguarForum

I know....was thinking this is a "global" suggestion for to avoid upgrade-problems with your App (or generally other Apps, too)

 

I know....was thinking this is a "global" suggestion for to avoid upgrade-problems with your App (or generally other Apps, too)

It's an individual setting that he's configured to force the entire site SSL, the downside is that you've got larger pages and the CSS can't be cached by the client.

Thanks Stuart for your assist!

 

http://www.fujix-forum.com/public/js/jq.membermap.js doesn't show Beta 2 in any browser for me, or for AndyF, definitely not a client cache issue.

Def extremely wierd then as it did for me earlier LOL ...... Actually clicked on the link you posted.

 

OK figured it out. :smile: Now, how to revert css?

Since you figured out what it was .... What was it? I'm oddly curious now

 

Def extremely wierd then as it did for me earlier LOL ...... Actually clicked on the link you posted.

Since you figured out what it was .... What was it? I'm oddly curious now

Ip.Board permission checker was reporting his CSS was writable, but it wasn't.

Actually, it was even more basic than that. I have two forums. I had installed into the wrong one as my ftp client did not indicate which forum is which. :smile:

But indeed had to CHMOD some directories from 755 to 777. Thanks again Stuart for your help.

 

Ip.Board permission checker was reporting his CSS was writable, but it wasn't.

Now that just left me more confused lmfao I was sure I saw the right file earlier lmao..... Ah well

Beta 2 working well for me so far.

spotted slight but on iOS 7 on my iPhone 5 - when viewing membermap in portrait mode and clicking "update location" doesn't show the geo-location icon - however if I turn my screen landscape I can see it ok :)

hope that makes sense? looks like a CSS formatting issue

Hello,

Are we able to update our locations? If so, where?

 

Hello,

Are we able to update our locations? If so, where?

On the page above the map, providing you've got permission to.

Aye, I see it but when I attempt to update my location or delete it, the buttons dont work.

 

Aye, I see it but when I attempt to update my location or delete it, the buttons dont work.

I imagine that it's something to do with your Cloudflare configuration, if you can, try clearing your cloudflare cache.

 

I imagine that it's something to do with your Cloudflare configuration, if you can, try clearing your cloudflare cache.

Thanks for the information,

I tried to clear the cache and unfortunately, the problem still exists.

 

Thanks for the information,

I tried to clear the cache and unfortunately, the problem still exists.

Disable all of the Cloudflare Optimizer services, and see if it persists.

 

Disable all of the Cloudflare Optimizer services, and see if it persists.

I removed cloudflare completely, Ill wait for the dns to resolve and go from there, thanks.

Fixed. Thanks :")

 

Noticed an issue on the Main Member Map screen. When you click a marker and then the member name a "/" is missing from the URL. (i.e.../index.phpuser/15157-asd123asd/ instead of /index.php/user/15157-asd123asd/ )

I have the same problem, is there a quick fix? :)

 

I have the same problem, is there a quick fix? :smile:

You could try changing line 171 of /admin/applications_addon/other/membermap/sources/classes/mapLib.php

From:

'url'   => $this->registry->getClass('output')->buildSeoUrl('showuser='.$members[$id]['member_id'], 'public', $members[$id]['members_seo_name'], 'showuser'),

To

'url'   => $this->registry->getClass('output')->buildSeoUrl($this->settings['board_url'] . '/index.php?showuser='.$members[$id]['member_id'], 'none', $members[$id]['members_seo_name'], 'showuser'),

Then in Cache Management > Member Map refresh 'refreshFileCache'

Let me know how that works for you.

 

You could try changing line 171 of /admin/applications_addon/other/membermap/sources/classes/mapLib.php

From:

'url'   => $this->registry->getClass('output')->buildSeoUrl('showuser='.$members[$id]['member_id'], 'public', $members[$id]['members_seo_name'], 'showuser'),

To

'url'   => $this->registry->getClass('output')->buildSeoUrl($this->settings['board_url'] . '/index.php?showuser='.$members[$id]['member_id'], 'none', $members[$id]['members_seo_name'], 'showuser'),

Then in Cache Management > Member Map refresh 'refreshFileCache'

Let me know how that works for you.

Fixed it!

Thanxs

Are you planning to auto connect user location (in their profile / registration page) to member map?

would be cool, auto-add users ;)

Guest
This topic is now closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.