Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidiq/shmoogle
**NOTE: if you came here through a search instead of through the development topic at phpbb.com note that this extension is nowhere near ready to be used.** phpBB extension to show a fully interactive Google Map where your Users can input their location and be displayed with a selection of customizable map markers. Very customizable map controls. Includes ACP and UCP modules for administrators and users.
https://github.com/davidiq/shmoogle
google-maps mapping phpbb shmoogle
Last synced: 6 days ago
JSON representation
**NOTE: if you came here through a search instead of through the development topic at phpbb.com note that this extension is nowhere near ready to be used.** phpBB extension to show a fully interactive Google Map where your Users can input their location and be displayed with a selection of customizable map markers. Very customizable map controls. Includes ACP and UCP modules for administrators and users.
- Host: GitHub
- URL: https://github.com/davidiq/shmoogle
- Owner: DavidIQ
- License: gpl-2.0
- Created: 2016-12-02T09:14:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T01:12:09.000Z (over 6 years ago)
- Last Synced: 2024-11-18T11:50:53.884Z (2 months ago)
- Topics: google-maps, mapping, phpbb, shmoogle
- Language: PHP
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Shmoogle Member Map
## Installation
Copy the extension to phpBB/ext/davidiq/Shmoogle
Go to "ACP" > "Customise" > "Extensions" and enable the "Shmoogle Member Map" extension.
## Tests and Continuous Integration
We use Travis-CI as a continuous integration server and phpunit for our unit testing. See more information on the [phpBB development wiki](https://wiki.phpbb.com/Unit_Tests).
To run the tests locally, you need to install phpBB from its Git repository. Afterwards run the following command from the phpBB Git repository's root:Windows:
phpBB\vendor\bin\phpunit.bat -c phpBB\ext\davidiq\Shmoogle\phpunit.xml.dist
others:
phpBB/vendor/bin/phpunit -c phpBB/ext/davidiq/Shmoogle/phpunit.xml.dist
## License
[GPLv2](license.txt)