Jump to content

Member Map


Recommended Posts

Posted

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.

Posted

@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...

Posted

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

Posted

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.

Posted

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.

Posted

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.

Posted

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

Posted

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.

Posted

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.

Posted

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.

Posted

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.

Posted

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? :)

Posted

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.

Posted

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

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...