Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.
/ ee_geo_match Public archive

Simple geo-target implementation for Expression Engine, based on GeoPlugin

Notifications You must be signed in to change notification settings

diogomiguel/ee_geo_match

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

GEO Match

Version 0.0.1

Tested only on Expression Engine 2.7+. Shouldn't raise any compatibility problems on any Expression Engine 2+ version, but use with caution.

  • Requires: ExpressionEngine 2.7+

Description

Simple geo-target implementation for Expression Engine, based on GeoPlugin

Instalation

Unzip the downloaded zip and place the 'geo_match' folder in /expressionengine/third_party/.

Documentation

Usage

If countries param is empty, it will return the user country code.

{exp:geo_match}

If not it will return 1 (true) if it matches with any of the provided country coded or 0 (false) if it doesn't.

{exp:geo_match countries="gb,fr,de" /}

Countries code list here

About

Simple geo-target implementation for Expression Engine, based on GeoPlugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages