[go: up one dir, main page]

Menu

[r19]: / trunk / voteext.xml  Maximize  Restore  History

Download this file

73 lines (72 with data), 4.0 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="utf-8"?>
<!--
$Revision$
-->
<install version="1.5" type="plugin" group="content" method="upgrade">
<name>Content - Extended Vote</name>
<author>dimamizou</author>
<creationDate>Juli 2009</creationDate>
<copyright>Copyright (C) 2009 - 2013 diVISION Soft. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<authorEmail>dimamizou@users.sourceforge.net</authorEmail>
<authorUrl>http://joomlacode.org/gf/user/dimamizou</authorUrl>
<version>2.0.1</version>
<description>Add extended voting functionality to items</description>
<files>
<filename plugin="voteext">voteext.php</filename>
<filename>voteext/tmpl/default.php</filename>
<filename>voteext/helper.js</filename>
<filename>voteext/tick.gif</filename>
</files>
<!-- Joomla 1.5 -->
<params>
<param name="display_at" type="list" label="Display" description="Defines where rating form is displayed" default="1">
<option value="0">custom</option>
<option value="1">before content</option>
<option value="2">after content</option>
<option value="3">after title</option>
</param>
<param name="rate_options" type="list" label="Rating Controls As" description="Defines element to be used for rating controls" default="0">
<option value="0">radio buttons</option>
<option value="1">dropdown list</option>
</param>
<param name="use_script" type="radio" label="Use Scripting" description="If yes voting indicator will directly control vote submission through JavaScript" default="1">
<option value="1">yes</option>
<option value="0">no</option>
</param>
<param name="pluginclass_sfx" type="text" label="CSS class suffix" description="Suffix to be appended to CSS class of the elements" />
<param name="xsclass" type="text" label="Accessibility CSS Class" description="CSS class of the accessibility elements" default="accessibility" />
</params>
<!-- Joomla 2.5 -->
<config>
<fields name="params">
<fieldset name="basic">
<field name="display_at" type="list" label="Display" description="Defines where rating controls are displayed" default="1">
<option value="0">custom</option>
<option value="1">before content</option>
<option value="2">after content</option>
<option value="3">after title</option>
</field>
<field name="rate_options" type="list" label="Rating Controls As" description="Defines element to be used for rating controls" default="0">
<option value="0">radio buttons</option>
<option value="1">dropdown list</option>
</field>
<field name="use_script" type="radio" label="Use Scripting" description="If yes voting indicator will directly control vote submission through JavaScript" default="1">
<option value="1">yes</option>
<option value="0">no</option>
</field>
<field name="pluginclass_sfx" type="text" label="CSS Class Suffix" description="Suffix to be appended to CSS class of the elements" />
<field name="xsclass" type="text" label="Accessibility CSS Class" description="CSS class of the accessibility elements" default="unseen" />
</fieldset>
</fields>
</config>
<languages>
<language tag="en-GB">en-GB.plg_content_voteext.ini</language>
<language tag="en-GB">en-GB.plg_content_voteext.sys.ini</language>
</languages>
<administration>
<languages>
<language tag="en-GB">en-GB.plg_content_voteext.ini</language>
</languages>
</administration>
</install>