Location custom field by AddonsLab

xF2 Add-on Location custom field by AddonsLab 1.6.3

No permission to download
This release fixes a PHP error related to update in the [AL] Core package:
Error: Call to protected AddonsLab\Core\Xf2\Admin\EntityConfig::__construct() from scope AL\LocationField\App src/addons/AL/LocationField/App.php:20
In this release, we have implemented two new formatting placeholders - {streetName} and {buildingNumber} in the Options for location fields Full address format.
Those placeholders allow admins to set order of street name and building number independent of each other, as our existing placeholder {streetAddress} shows the building number and street name together.
  • Like
Reactions: BattleKing
The release fixes a compatibility issue on PHP 7.2 and older versions.
  • Like
Reactions: BattleKing
The release implements a new format for the custom field - a text field powered by Google Places auto-completion. Administrators can choose if they want to use the older format or the new one for each custom field.

Google Places API key is required for the new option. Please check the product settings after the upgrade.
The release fixes a JavaScript issue, that happens if you use the Location field with our Filter add-ons. The filter form would reload before users have put the address fully.
In case of executing direct queries to create custom fields, a column added by this product would throw an error as it does not have a default value. This update fixes the compatibility issue with the Gamer Profiles add-on.
The version adds support for address-based filtering. A new option is available on Add/Edit Custom field pages, to choose if filtering by this field should show range-based search options (the ZIP code/address in combination with the range in km or miles), or selection lists with available country/state/city options to choose from. The option has any effect only if you are using any of our Filter add-ons.
The release fixes an error when changing the country on the Edit Item page in the Showcase add-on.
This version implements support for custom fields of RMS add-on by @Bob
Top