diff --git a/assets/img/extensions/user-locations.png b/assets/img/extensions/user-locations.png new file mode 100644 index 00000000..b93555e9 Binary files /dev/null and b/assets/img/extensions/user-locations.png differ diff --git a/includes/admin/templates/extensions.php b/includes/admin/templates/extensions.php index 2c6203f6..085ae767 100644 --- a/includes/admin/templates/extensions.php +++ b/includes/admin/templates/extensions.php @@ -128,12 +128,18 @@ $premium['unsplash'] = array( 'desc' => 'Allow users to select a profile cover photo from Unsplash from their profile', ); -$premium['profile-tabs'] = array( - 'url' => 'https://ultimatemember.com/extensions/profile-tabs/', - 'name' => 'Profile Tabs', - 'desc' => 'Allow users to add custom tabs to profiles', +$premium['user-locations'] = array( + 'url' => 'https://ultimatemember.com/extensions/user-locations/', + 'name' => 'User Locations', + 'desc' => 'Using the Google Maps API, display users on a map on the member directory page and allow users to add their location via their profile', ); +//$premium['profile-tabs'] = array( +// 'url' => 'https://ultimatemember.com/extensions/profile-tabs/', +// 'name' => 'Profile Tabs', +// 'desc' => 'Allow users to add custom tabs to profiles', +//); + $free['forumwp'] = array( 'url' => 'https://ultimatemember.com/extensions/forumwp/', 'name' => 'ForumWP',