-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathplugin-info.xml
More file actions
28 lines (25 loc) · 916 Bytes
/
plugin-info.xml
File metadata and controls
28 lines (25 loc) · 916 Bytes
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
<?xml version="1.0" standalone="yes" ?>
<plugin id="Wedge:RecentItems">
<name>Recent Items</name>
<author>Wedge Team</author>
<description>Displays recent items (posts or topics) from your forum.</description>
<version>1.0</version>
<settings>
<setting name="recentitems_show" default="5" />
<setting name="recentitems_sidebar_infocenter" default="1" />
<setting name="recentitems_posttopic" default="post" />
</settings>
<settings-page area="recent">
<language file="Recent-Admin" />
<int name="recentitems_show" min="0" max="10" />
<select name="recentitems_posttopic">
<option value="post" name="recentitems_as_post" />
<option value="topic" name="recentitems_as_topic" />
</select>
<hr />
<check name="recentitems_sidebar_infocenter" />
</settings-page>
<hooks>
<function point="info_center" function="recentitems_ic" filename="$plugindir/Recent-Main" />
</hooks>
</plugin>