forked from rbsl-shakuntala/JSPT-Member-Module
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod_xiptmembers.xml
More file actions
executable file
·56 lines (53 loc) · 2.46 KB
/
mod_xiptmembers.xml
File metadata and controls
executable file
·56 lines (53 loc) · 2.46 KB
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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE install SYSTEM "http://dev.joomla.org/xml/1.5/module-install.dtd">
<extension version="2.5" type="module" client="site" method="upgrade">
<name>Xipt Members</name>
<author>Team JoomlaXi</author>
<creationDate>March 2009</creationDate>
<copyright>(C) by Team JomSocial, code modified by Team JoomlaXi</copyright>
<license/>
<authorEmail/>
<authorUrl/>
<version>2.3</version>
<description>Show the latest members in JomSocial as per profiletype</description>
<languages>
<language tag="en-GB">en-GB.mod_xiptmembers.ini</language>
</languages>
<help key="JHELP_EXTENSIONS_MODULE_MANAGER_XIPTMEMBERS" />
<files>
<filename module="mod_xiptmembers">mod_xiptmembers.php</filename>
<filename>mod_xiptmembers.xml</filename>
<filename>helper.php</filename>
<folder>tmpl</folder>
<filename>elements/profiletypes.php</filename>
<filename>fields/profiletypes.php</filename>
</files>
<!-- for J1.6 -->
<config>
<fields name="params" addfieldpath="/modules/mod_xiptmembers/fields" >
<fieldset name="basic">
<field name="cache" type="list" default="1" label="Caching" description="Select whether to cache the content of this module">
<option value="1">Use global</option>
<option value="0">No caching</option>
</field>
<!--
<param name="updated_avatar_only" type="list" default="0" label="Updated avatar only" description="Show users with updated avatar only.">
<option value="0">No</option>
<option value="1">Yes</option>
</param>
-->
<field name="profile_type" type="profiletypes" default="0" label="Select Profile Type" description="Show users with profile type." />
<field name="tooltips" type="list" default="1" label="Use Tooltips" description="Select to choose whether to show the tooltips or not.">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
<field name="count" type="text" default="10" label="Count" description="The number of online user(s) to display (default is 10)" />
<field name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="PARAMMODULECLASSSUFFIX" />
<field name="loadmootools" type="list" default="1" label="Load mootools" description="Select YES for the module to load mootools, and NO to rely on the template to load it">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
</fieldset>
</fields>
</config>
</extension>