-
Notifications
You must be signed in to change notification settings - Fork 0
/
mod_bpcounter.xml
93 lines (88 loc) · 2.65 KB
/
mod_bpcounter.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="3.4" client="site" method="upgrade">
<name>mod_bpcounter</name>
<author>Artur Stępień</author>
<creationDate>February 2016</creationDate>
<copyright>Copyright (C) 2016 Best Project. All rights reserved.</copyright>
<license>GNU General Public License version 3 or later</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.bestproject.pl</authorUrl>
<version>1.0.0</version>
<description>MOD_BPCOUNTER_XML_DESCRIPTION</description>
<files>
<folder>assets</folder>
<folder>language</folder>
<folder>tmpl</folder>
<filename module="mod_bpcounter">mod_bpcounter.php</filename>
</files>
<languages folder="language">
<language tag="pl-PL">pl-PL/pl-PL.mod_bpcounter.ini</language>
<language tag="pl-PL">pl-PL/pl-PL.mod_bpcounter.sys.ini</language>
</languages>
<updateservers>
<server type="extension" priority="5" name="BP Counter">https://raw.githubusercontent.com/bestproject/mod_bpcounter/updates/list.xml</server>
</updateservers>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="label"
type="label"
default=""
label="MOD_BPCOUNTER_FIELD_LABEL_LABEL"
description="MOD_BPCOUNTER_FIELD_LABEL_DESC" />
<field
name="number"
type="text"
default="300"
label="MOD_BPCOUNTER_FIELD_NUMBER_LABEL"
description="MOD_BPCOUNTER_FIELD_NUMBER_DESC" />
<field
name="time"
type="number"
min="1"
default="2000"
filter="integer"
label="MOD_BPCOUNTER_FIELD_TIME_LABEL"
description="MOD_BPCOUNTER_FIELD_TIME_DESC" />
</fieldset>
<fieldset
name="advanced">
<field
name="layout"
type="modulelayout"
label="JFIELD_ALT_LAYOUT_LABEL"
description="JFIELD_ALT_MODULE_LAYOUT_DESC" />
<field
name="moduleclass_sfx"
type="textarea" rows="3"
label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"
description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC" />
<field
name="cache"
type="list"
default="1"
label="COM_MODULES_FIELD_CACHING_LABEL"
description="COM_MODULES_FIELD_CACHING_DESC">
<option
value="1">JGLOBAL_USE_GLOBAL</option>
<option
value="0">COM_MODULES_FIELD_VALUE_NOCACHING</option>
</field>
<field
name="cache_time"
type="text"
default="900"
label="COM_MODULES_FIELD_CACHE_TIME_LABEL"
description="COM_MODULES_FIELD_CACHE_TIME_DESC" />
<field
name="cachemode"
type="hidden"
default="itemid">
<option
value="itemid"></option>
</field>
</fieldset>
</fields>
</config>
</extension>