-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsubsilver2.xml
More file actions
50 lines (44 loc) · 1.97 KB
/
subsilver2.xml
File metadata and controls
50 lines (44 loc) · 1.97 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
<?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">User Blog Mod - Subilver2</title>
<description lang="en">Adds Blogs to a phpBB3 board.</description>
<author-notes lang="en">PHP versions less than 5.1.0 are NOT supported.
</author-notes>
<author-group>
<author>
<username>EXreaction</username>
<realname>Nathan Guse</realname>
</author>
</author-group>
<mod-version>1.0.16</mod-version>
<installation>
<level>easy</level>
<time>60</time>
<target-version>3.0.10</target-version>
</installation>
</header>
<action-group>
<copy>
<file from="root/styles/subsilver2/*.*" to="styles/subsilver2/*.*" />
</copy>
<open src="styles/subsilver2/template/overall_footer.html">
<edit>
<comment lang="en">Do this for all subsilver2 based styles.</comment>
<find><![CDATA[<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->]]></find>
<action type="after-add"><![CDATA[<!-- IF BLOG_CREDITS --><br />{BLOG_CREDITS}<!-- ENDIF -->]]></action>
</edit>
</open>
<open src="styles/subsilver2/template/overall_header.html">
<edit>
<find>{U_FAQ}</find>
<action type="before-add"><![CDATA[ <!-- BEGIN blog_links -->
<a href="{blog_links.URL}">{blog_links.IMG} {blog_links.TEXT}</a>
<!-- END blog_links -->]]></action>
</edit>
</open>
</action-group>
</mod>