Member Map

IPS Suite Member Map 3.6.4.1

Register & Get access to index
Compatibility IPS Version
4.6, 4.7
There was a 500 error in the admin center and in the public part of the site after moving from php 7.4.23 to 8.1.6 and upgrading Invision Community from 4.6.12.1 to 4.7.11.

applications/membermap/sources/Markers/Groups.php
Find in page 198:
public function getLastCommentTime()
Replaced by:
public function getLastCommentTime( \IPS\Member $member = NULL )

applications/membermap/sources/Markers/Markers.php
Find in page 718:
public function contentImages( $limit = NULL )
{
$attachments = parent::contentImages( $limit ) ?: array();
Replaced by:
public function contentImages( $limit = NULL, $ignorePermissions = FALSE )
{
$attachments = parent::contentImages( $limit, $ignorePermissions ) ?: array();

Template error (edit every installed template on the site).
Find in membermap > front > markers > groupRow

{{if method_exists( $table, 'canModerate' ) AND $table->canModerate()}}
Replaced by:
{{if $table AND method_exists( $table, 'canModerate' ) AND $table->canModerate()}}
This is a dead application. All features have been removed from this version simply to make it uninstallable on IPS 4.7 and PHP8.

The new one can be found here. There is an import tool in the new app to migrate your stuff over

membermap2.PNG.0de9ce7a14e3defb5d8d800f9a91e6a5.png
membermap1.jpg.56d780d56205e560b5a5c6429ffbf73b.jpg
Author
Haim
Views
First release
Last update
Rating
0.00 star(s) 0 ratings

Latest updates

  1. Member Map 3.6.4.1

    If you have Pages records that have a location stored, this can now be shown in the map It is...
Back
Top Bottom