-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspcomments.xml
66 lines (63 loc) · 3.15 KB
/
spcomments.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
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.3.6" type="plugin" group="content" method="upgrade">
<name>Content - SP Comments</name>
<author>JoomShaper.com</author>
<creationDate>Aug 2011</creationDate>
<copyright>Copyright (C) 2010-2015 JoomShaper.com. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<authorEmail>[email protected]</authorEmail>
<version>2.0</version>
<description>
<![CDATA[
<p class="hide-installation">SP Comments - Disqus, Facebook and IntenseDebate commenting system.</p>
<div class="hide-details alert alert-warning">
<h4 style="margin-bottom: 10px;">SP Comments - Disqus, Facebook and IntenseDebate commenting system.</h4>
<p style="font-weight: normal; margin-bottom: 10px;">Don't forget to enable SP Comments plugin from plugin manager.</p>
<p><a class="btn btn-success" href="index.php?option=com_plugins&view=plugins&filter_search=SP%20Comments">Goto Plugin Manager</a></p>
</div>
<style type="text/css">
.view-plugin .hide-details {
display:none;
}
.view-install .hide-installation {
display: none;
}
</style>
]]>
</description>
<files>
<filename plugin="spcomments">spcomments.php</filename>
<filename>index.html</filename>
<folder>assets/</folder>
<folder>fields/</folder>
<folder>layout/</folder>
<folder>language/</folder>
</files>
<config>
<fields name="params" addfieldpath="/plugins/content/spcomments/fields">
<fieldset name="basic">
<field name="commenting_engine" type="list" default="facebook" label="ENGINE" description="ENGINE_DESC">
<option value="disqus">DISQUSS</option>
<option value="intensedebate">INTENSEDEBATE</option>
<option value="facebook">FB</option>
</field>
<field name="disqus_subdomain" type="text" default="" label="SUBDOMAIN" description="SUBDOMAIN_DESC" />
<field name="disqus_devmode" type="radio" class="btn-group" default="0" label="DEV_MODE" description="DEV_MODE_DESC">
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
<field name="intensedebate_acc" type="text" default="" label="INTENSEDEBATE_ACC" description="INTENSEDEBATE_ACC_DESC" />
<field name="fb_appID" type="text" default="" label="FB_ID" description="FB_ID_DESC" />
<field name="fb_width" type="number" default="500" label="COMMENTS_WIDTH" description="COMMENTS_WIDTH_DESC" />
<field name="fb_cpp" type="number" default="10" label="COMMENTS_PER_PAGE" description="COMMENTS_PER_PAGE_DESC" />
<field name="comments_count" type="radio" class="btn-group" default="0" label="COMMENTS_COUNT" description="COMMENTS_COUNT_DESC">
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
<field name="catids" type="category" extension="com_content" multiple="true" size="10" default="all" label="CAT" description="CAT_DESC" />
<field name="k2catids" type="k2category" default="all" label="K2_CAT" description="K2_CAT_DESC" />
<field type="asset" />
</fieldset>
</fields>
</config>
</extension>