Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)