Your IP : 216.73.216.240


Current Path : /home/j/u/v/juvelize/www/plugins/system/cwtrafficcount/
Upload File :
Current File : /home/j/u/v/juvelize/www/plugins/system/cwtrafficcount/cwtrafficcount.xml

<?xml version="1.0" encoding="utf-8"?>
<extension version="3.6" type="plugin" group="system" method="upgrade">
    <name>PLG_CWTRAFFICCOUNT</name>
    <creationDate>2021-04-21</creationDate>
    <author>Steven Palmer (CoalaWeb)</author>
    <authorEmail>support@coalaweb.com</authorEmail>
    <authorUrl>https://coalaweb.com</authorUrl>
    <copyright>© 2021 Steven Palmer (CoalaWeb), All rights reserved.</copyright>
    <license>GNU/GPL V3 or later.</license>
    <version>1.1.9</version>
    <description>PLG_CWTRAFFICCOUNT_DESC</description>

    <languages folder="language">
        <language tag="en-GB">en-GB/en-GB.plg_system_cwtrafficcount.sys.ini</language>
		<language tag="en-GB">en-GB/en-GB.plg_system_cwtrafficcount.ini</language>
    </languages>
        
    <files>
        <folder>assets</folder>
		<file>index.html</file>
		<folder>language</folder>
		<file plugin="cwtrafficcount">cwtrafficcount.php</file>
    </files>

    <!-- HELP FILE -->
    <help url="PLG_CWTRAFFICCOUNT_HELP_URL" />

    <config>
        <fields 
            name="params" 
            addfieldpath="plugins/system/cwgears/fields">
            
            <fieldset 
                name="GENERAL"
                label="PLG_CWTRAFFICCOUNT_SETTINGS" >
                
                <field 
                    name="css_import" 
                    type="css"/>
                
                <field 
                    name="basic_info"
                    type="note"
                    close="true"
                    class="alert alert-info"
                    label="PLG_CWTRAFFICCOUNT_SETTINGS_TITLE"
                    description="PLG_CWTRAFFICCOUNT_SETTINGS_MESSAGE"/>

            </fieldset>

            <fieldset name="advanced">

                <field
                        name="dependency_spacer"
                        type="spacer"
                        label="PLG_CWTRAFFICCOUNT_SPACER_DEPENDENCY"
                        class="cw_label"/>

                <field
                        name="dependency_info"
                        type="note"
                        class="alert alert-info"
                        close="true"
                        description="PLG_CWTRAFFICCOUNT_DEPENDENCY_MSG"/>

                <field
                        name="dependent_gears"
                        type="dependent"
                        label="PLG_CWTRAFFICCOUNT"
                        description="plg_system_cwgears"/>

                <field
                        name="dependent_component"
                        type="dependent"
                        label="PLG_CWTRAFFICCOUNT"
                        description="com_coalawebtraffic"/>

                <field
                        name="debug_spacer"
                        type="spacer"
                        label="PLG_CWTRAFFICCOUNT_SPACER_DEBUG"
                        class="cw_label"/>

                <field
                        name="debug_info"
                        type="note"
                        class="alert alert-info"
                        close="true"
                        description="PLG_CWTRAFFICCOUNT_MSG_DEBUG"/>

                <field
                        name="debug"
                        class="btn-group btn-group-yesno"
                        type="list"
                        default=""
                        label="PLG_CWTRAFFICCOUNT_FIELD_DEBUG_LABEL"
                        description="PLG_CWTRAFFICCOUNT_FIELD_DEBUG_DESC">
                    <option value="">PLG_CWTRAFFICCOUNT_FIELD_COM_OPT</option>
                    <option value="0">JNO</option>
                    <option value="1">JYES</option>
                </field>

            </fieldset>
            
            <fieldset 
                name="VERSION"
                label="PLG_CWTRAFFICCOUNT_TITLE_VERSION">
                
                <field 
                    name="version_info"
                    type="versioncheck"
                    label="com_coalawebtraffic"/>
            </fieldset>

            <fieldset
                    name="GOPRO"
                    label="PLG_CWTRAFFICCOUNT_TITLE_GOPRO">

                <field
                        name="upgrade"
                        type="note"
                        class="alert alert-info"
                        close="true"
                        label="PLG_CWTRAFFICCOUNT_TITLE_UPGRADE"
                        description="PLG_CWTRAFFICCOUNT_MSG_UPGRADE"/>

                <field
                        name="demo"
                        type="note"
                        class="alert alert-success"
                        close="true"
                        label="PLG_CWTRAFFICCOUNT_TITLE_DEMO"
                        description="PLG_CWTRAFFICCOUNT_MSG_DEMO"/>

                <field
                        name="prices"
                        type="note"
                        class="alert alert-danger"
                        close="true"
                        label="PLG_CWTRAFFICCOUNT_TITLE_PRICES"
                        description="PLG_CWTRAFFICCOUNT_MSG_PRICES"/>

                <field
                        name="comparsion"
                        type="note"
                        class="alert alert-warning"
                        close="true"
                        label="PLG_CWTRAFFICCOUNT_TITLE_COMPARISON"
                        description="PLG_CWTRAFFICCOUNT_MSG_COMPARISON"/>

            </fieldset>

        </fields>
    </config>
</extension>