Jump to content

Martin A.

Clients
  • Posts

    4,230
  • Joined

  • Last visited

  • Days Won

    21

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Martin A.

  1. 7 hours ago, AtariAge said:

    Greetings!

    I purchased Member Map some time ago and until yesterday was using it on my 4.4.x forum.  Yesterday my forum was upgraded to 4.7.  This is when I discovered that Member Map was replaced by Community Map.  Unfortunately, I think I went about "upgrading" my Member Map the wrong way -- at some point as I was exploring the 4.7 ACP, I came to a page that asked me to associate all my installed plugins and apps with those in the Invision Maketplace.  Since I could not select Member Map, I chose Community Map instead.

    Well, this appears to have been a not-well-thought-out move, as now the ACP thinks I have Community Map installed, even though I don't, and clicking on "Marketplace" for Member Map now does nothing in the ACP.  I don't want to uninstall Member Map in case it takes all the data with it.  What I want to do is install Community Map, then run it so it'll pull the data from Member Map, and then I can remove Member Map when I'm done.

    Does anyone know how I can go about doing this? 

    Thank you!

    Hello,

    You would need to get official support for this, as dissociating a marketplace resource is not something you can do in your own. 
    Do not under any circumstances uninstall Member Map, as that will result in data loss.
    Please let me know how this goes 🙂 

    To clear things straight away; Member Map was a free app, you did not purchase this back in the days. Community Map is a paid app, and you will be asked to purchase a copy of that once you get that issue cleared out.

     

  2. 7 minutes ago, stu_m said:

    Well it has! 

    I was having issues a couple of weeks ago with updating to 4.7 and that it simply caused the same issue as a result I installed the back up files and all worked well on 4.6 

    I have literally gone on to marketplace installed the update and got a 503 error straight away 

    But are you able to get the error message? And what PHP version are you on?

  3. 2 minutes ago, stu_m said:

    Hmmm 

     

    Well on that basis I have just installed it and its broken my forum 

    I have a hard time believing updating this app was the issue. Pretty much all the last update did was update language strings and bump the versions of Javascript libraries used by the map, none which should cause the entire site to break down.

    Are you able to get the PHP error message? 

  4. 12 hours ago, Steve Bullman said:

    Martin, I wonder if you have any suggestions for how to make this more user friendly, specifically I am talking about for people who aren't used to using forums. I am looking to attract a whole new userbase who don't use forums, or have otherwise drifted away from forum use. They will need to be able to contact the person easily without having to give it too much thought. I might add a phone number field on the right hand side, but Ideally there should be something like a contact button that would open up a private message window. Is such a thing doable please?

    Unless you can sort this out with custom fields, it should be in the marker description. 

    Or it may be solved with a template edit.

    12 hours ago, Steve Bullman said:

    Sorry, me again.

    The default members category I guess can't be deleted. I would like to rename this and set a custom map marker colour but the option isn't available to customise the marker as it is with newly added categories?

    The styling of the markers in that category is done on a per-group level. I should have added a notice about this in the category form.

    On 7/29/2022 at 11:14 AM, Steve Bullman said:

    Perfect, thank you

    One last thing I think. I have set a max height to the map of 600px but theres a large gap remaining in the container. How can I fix this please?

    https://staging.arbtalk.co.uk/communitymap/

    What is your reason for setting a max height? The large gap at the bottom is because of this max height.

    You have to set this restriction to #mapWrapper, as this is the div that controls the height of the map.

  5. 22 hours ago, Steve Bullman said:

    Is there a way of hiding the default fields on the right and only showing custom fields please?

    You can remove that from the template.

    Replace the content of the template "viewMarker", in communitymap > front > markers, with the content of the attached file.

    viewMarker.txt

  6. 1 hour ago, Steve Bullman said:

    About to purchase this but have a couple more question. For the listings I would ideally like there to be 2 categories and each have their own custom map marker. Is this possible out of the box, and if not can you customise this for me as a separate paid job?

     

    lastly is changing the url straight forward?

    The markers for each category is customizable.

    be3c96edf67c6a8c2d18e6ff68e28f22.png 

    I am not aware of there being any issues changing the URL. 

  7. I don't think that will cause issues. I do the same for my mobile ads. Google will not load ads in containers that are hidden.

    {{$guestAdvert = \IPS\core\Advertisement::loadByLocation( "index_970x250" );}}
    {{if $guestAdvert !== NULL}}
        <div class="ipsResponsive_showDesktop">
            {$guestAdvert|raw}
        </div>
    {{endif}}
    {{$guestAdvertMob = \IPS\core\Advertisement::loadByLocation( "index_970x250_mobile" );}}
    {{if $guestAdvertMob !== NULL}}
    	<div class="ipsResponsive_hideDesktop">
    		{$guestAdvertMob|raw}
    	</div>
    {{endif}}

     

  8. When manually running the queue from the ACP, the keyLocation submitted to IndexNow uses the ACP base url.

    Got errors like these:

    422 invalid_url Array
    (
        [host] => www.site.com/
        [key] => 6c076eb62f3b43e8cf6c62a8d69dff7a
        [keyLocation] => https://www.site.com/admin/<hash>.txt
        [urlList] => Array
            (
                [0] => https://www.site.com/<url>
            )
    
    )

     

    Issue is here:

    $url = \IPS\Http\Url::internal('');
    $data = array(
    			'host'         => \IPS\Http\Url::baseUrl(\IPS\Http\Url::PROTOCOL_WITHOUT ),
    			'key'          => \IPS\Settings::i()->indexnow_key,
    			'keyLocation'  => (string) $url->setPath( $url->data[ \IPS\Http\Url::COMPONENT_PATH ] .  $this->getKeyFileName() ),
    			'urlList'     => $urls,
    );

    $url should specify the 'front' base

    $url = \IPS\Http\Url::internal( '', 'front' );

     

    Error happened in 4.6, but this file is not touched in 4.7.

  9. This was posted in the old support topic

    2 hours ago, HappyNewUser said:

    I am considering choosing this plugin.

    I would like to see working pages (or demo) and not just photos.

    Please include links to sites that use this plugin?

     

    Thank you.

    I don't keep a list of sites that use this app, nor do I have the ability to do so. But have a look through the last pages of topic and look at the sites posted, or if their site is linked in the signature.

    Below is @Unlucky's site that use almost all features of this application, except member markers.
    https://www.walkingfootball.com/communitymap/

    And here's @bradl's site, which only have member markers.
    https://www.cairntalk.net/communitymap/

  10. 3 hours ago, Derrick Morgan said:

    I have turned on the profile sync and still do not see the members populating on the map.

    Is there certain fields that need to be filled out on their profile?

    This would be how the settings should look like:

    f8ec04aec0993a1db73853aba5b9d162.png

    The "Profile Field" refers to one (or more) or the profile fields you'll define in in the core software. You'll find this under Members > Member Settings > Profiles

    eb3077ddd215392c335a3442761e8fea.png

    Once you got this right, you can go to your own profile and edit the selected profile field in order to test this.

    3 hours ago, Derrick Morgan said:

     

    And I was unsure on how to add a new "map marker"

    Add your marker when viewing the map on the front end by either clicking the "Add Location" button or right click on the spot where you want your marker to be placed.

  11. 15 hours ago, Derrick Morgan said:

    Hello,

     

    How do I get my member's locations to automatically populate on the map?

    ....

    I tried to do a profile sync but it didn't work

    Profile sync is what you use to automatically populate the map.

    This will both, when enabled, add markers for members that don't have one, and also reflect any changes they do to their profile back to the map. Meaning that when they change the location in the profile field you set to be the location, if will also change their location on the map.

    Do note that the import process is done with a daily task that imports 100 members. Just enabling the settings and all that will not cause all members to show up immediately, as this would most likely use up your entire monthly API quota.

    15 hours ago, Derrick Morgan said:

    Also for some reason I can't add another category marker.

    Do you mean a new marker category? Or a new map marker?

×
×
  • Create New...