-
Notifications
You must be signed in to change notification settings - Fork 5
/
subsilver2.xml
58 lines (50 loc) · 3.04 KB
/
subsilver2.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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<?xml-stylesheet type="text/xsl" href="modx.prosilver.en.xsl"?>
<!--For security purposes, please check: http://www.phpbb.com/mods/ for the latest version of this MOD. Although MODs are checked before being allowed in the MODs Database there is no guarantee that there are no security problems within the MOD. No support will be given for MODs not found within the MODs Database which can be found at http://www.phpbb.com/mods/-->
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.2.5.xsd">
<header>
<license>http://opensource.org/licenses/gpl-license.php GNU General Public License v2</license>
<title lang="en">Anti-Spam ACP [subsilver2]</title>
<description lang="en">Prevents spam on your phpBB3 forum.</description>
<author-notes lang="en">PHP versions less than 5.1.0 are not supported. phpBB versions less than 3.0.6 are not supported.
If you will be using the profile field controls you should install the profile switches instructions in the contrib/ folder.
Support by the author is only provided at http://www.lithiumstudios.org
A small fee is required for support by the author unless otherwise specified by the author in the release topic.
Bug reports are accepted and, if confirmed as a bug, you will receive support for fixing the bug for free by the mod author.</author-notes>
<author-group>
<author>
<username>EXreaction</username>
<realname>Nathan Guse</realname>
</author>
</author-group>
<mod-version>1.0.6</mod-version>
<installation>
<level>intermediate</level>
<time>120</time>
<target-version>3.0.11</target-version>
</installation>
<link-group>
<link type="contrib" href="contrib/profile_switches_subsilver2.xml" lang="en">Subsilver2 Profile Switches Install [Recommended]</link>
</link-group>
</header>
<action-group>
<open src="styles/subsilver2/template/overall_footer.html">
<edit>
<find><![CDATA[<span class="copyright">]]></find>
<inline-edit>
<inline-find><![CDATA[class="copyright">]]></inline-find>
<inline-action type="after-add"><![CDATA[{L_ASACP_CREDITS}<br />]]></inline-action>
</inline-edit>
</edit>
</open>
<open src="styles/subsilver2/template/overall_header.html">
<edit>
<find><![CDATA[ <!-- IF S_USER_LOGGED_IN -->
<!-- IF S_DISPLAY_PM --> <a href="{U_PRIVATEMSGS}"><img src="{T_THEME_PATH}/images/icon_mini_message.gif" width="12" height="13" alt="*" /> {PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --></a><!-- ENDIF -->
<!-- ELSEIF S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --> <a href="{U_REGISTER}"><img src="{T_THEME_PATH}/images/icon_mini_register.gif" width="12" height="13" alt="*" /> {L_REGISTER}</a>
<!-- ENDIF -->]]></find>
<action type="after-add"><![CDATA[ <!-- IF U_USER_FLAG_NEW --> <a href="{U_USER_FLAG_NEW}" style="color: red; font-weight: bold;">[ {L_USER_FLAG_NEW} ]</a><!-- ENDIF -->]]></action>
</edit>
</open>
</action-group>
</mod>