acf
This commit is contained in:
62
plugins/system/tgeoip/tgeoip.xml
Normal file
62
plugins/system/tgeoip/tgeoip.xml
Normal file
@ -0,0 +1,62 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<extension version="3.4" type="plugin" group="system" method="upgrade">
|
||||
<name>plg_system_tgeoip</name>
|
||||
<description>PLG_SYSTEM_TGEOIP_DESC</description>
|
||||
<version>2.2.5</version>
|
||||
<creationDate>06 Mar 2017</creationDate>
|
||||
<author>Tassos Marinos</author>
|
||||
<copyright>Copyright © 2024 Tassos Marinos All Rights Reserved</copyright>
|
||||
<license>http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL</license>
|
||||
<authorEmail>info@tassos.gr</authorEmail>
|
||||
<authorUrl>http://www.tassos.gr</authorUrl>
|
||||
<scriptfile>script.install.php</scriptfile>
|
||||
<files>
|
||||
<filename plugin="tgeoip">tgeoip.php</filename>
|
||||
<filename>script.install.helper.php</filename>
|
||||
<folder>db</folder>
|
||||
<folder>field</folder>
|
||||
<folder>helper</folder>
|
||||
<folder>language</folder>
|
||||
<folder>vendor</folder>
|
||||
</files>
|
||||
<config>
|
||||
<fields name="params" addfieldpath="/plugins/system/tgeoip/field">
|
||||
<fieldset name="basic" addfieldpath="/plugins/system/nrframework/fields">
|
||||
<field name="blockStart" type="nr_well"
|
||||
label="PLG_SYSTEM_TGEOIP_DATABASE"
|
||||
description="PLG_SYSTEM_TGEOIP_UPDATE_DATABASE_DESC"
|
||||
/>
|
||||
<field name="license_key" type="nrtext"
|
||||
label="PLG_SYSTEM_TGEOIP_LICENSE_KEY"
|
||||
description="PLG_SYSTEM_TGEOIP_LICENSE_KEY_DESC"
|
||||
class="input-xlarge"
|
||||
urltext="PLG_SYSTEM_TGEOIP_LICENSE_KEY_GET"
|
||||
url="https://www.tassos.gr/kb/general/how-to-enable-geolocation-features-in-tassos-gr-extensions#create_maxmind_license_key"
|
||||
required="true"
|
||||
/>
|
||||
<field name="updatebutton" type="tg_updatebutton"
|
||||
label="PLG_SYSTEM_TGEOIP_UPDATE_DATABASE"
|
||||
description="PLG_SYSTEM_TGEOIP_UPDATE_DATABASE_DESC"
|
||||
/>
|
||||
<field name="lastupdated" type="tg_lastupdated"
|
||||
label="PLG_SYSTEM_TGEOIP_LAST_UPDATED"
|
||||
description="PLG_SYSTEM_TGEOIP_LAST_UPDATED_DESC"
|
||||
/>
|
||||
<field name="blockEnd" type="nr_well"
|
||||
end="1"
|
||||
/>
|
||||
<field name="blockStart1" type="nr_well"
|
||||
label="PLG_SYSTEM_TGEOIP_CHECK_IP"
|
||||
description="PLG_SYSTEM_TGEOIP_CHECK_IP_DESC"
|
||||
/>
|
||||
<field name="testdrive" type="tg_lookup"
|
||||
label="PLG_SYSTEM_TGEOIP_CHECK_IP"
|
||||
description="PLG_SYSTEM_TGEOIP_CHECK_IP_DESC"
|
||||
/>
|
||||
<field name="blockEnd1" type="nr_well"
|
||||
end="1"
|
||||
/>
|
||||
</fieldset>
|
||||
</fields>
|
||||
</config>
|
||||
</extension>
|
||||
Reference in New Issue
Block a user