Jump to content

JaguarForum

Clients
  • Posts

    270
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Forums

Events

Store

Gallery

Posts posted by JaguarForum

  1. I get the following error when installing the .tar:

    4S142/7 Kan niet schrijven in het thema ID map in /themes/. Controleer de rechten van deze map.
    4S142/7 can not write in the thema ID map in /themes/. Check rights.

    The rights are fine?

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

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

  4. Great fixed it!!!!!

    what should i do with the public template mapprofile is this one oke?:

    <script type='text/javascript' src='https://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0&mkt=&s=1{$this->lang->local}'></script>
    
  5. That's because you need to append &s=1

    I did:

    ---

    $this->registry->output->addToDocumentHead('javascript', $this->settings['public_cdn_url'].'js/jq.membermap.js');

    ---

    		$this->registry->output->addToDocumentHead('javascript', 'https://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0&mkt=&s=1'.$this->lang->local);
    		$this->registry->output->addToDocumentHead('javascript', $this->settings['public_cdn_url'].'js/jq.membermap.js');
    
  6. Looking at the docs, there's a few things that need changing.

    There's two lots of URLs for loading the JS, the one you've got there is for user profiles, there's another in /admin/applications_addon/other/membermap/modules_public/membermap/map.php

    As well as changing to https://, you'll need to add &s=1 to the end of the URL to tell it to load it's own resources via https.

    I have posted this to Tracker to implement. http://ipb.silvesterwebdesigns.com/tracker/issue-369-load-bing-api-via-https/

    hmm i now get this error:

    [blocked] The page at 'https://www.jaguarforum.nl/forum/index.php/membermap/' was loaded over HTTPS, but ran insecure content from 'http://ecn.dev.virtualearth.net/mapcontrol/v7.0/7.0.20131202145924.46/js/en-us/veapicore.js': this content should also be loaded over HTTPS.

  7. I get the following error (certificate) on the member map page:

    [blocked] The page at 'https://www.jaguarforum.nl/forum/index.php/membermap/' was loaded over HTTPS, but ran insecure content from 'http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0&mkt=nl_NL.UTF8': this content should also be loaded over HTTPS.

    This causes the page to be blank, I edited the http in the mapprofile template to https but it still shows the above,,

    https://www.jaguarfo....php/membermap/

    any help is welcome

    Gr

    Dennis

×
×
  • Create New...