annotate subsilver2.xml @ 8:2b9634b63474 v1.2.0

* Update to v1.0 for release * Update to latest XSL * Rename Install.xml to install.xml because validation became picky about the capitalisation no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Sun, 01 Aug 2010 19:52:31 +0000
parents ff8527bb5116
children 1b7db8283b8d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8" standalone="yes"?>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
2 <?xml-stylesheet type="text/xsl" href="modx.prosilver.en.xsl"?>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
3 <!--For security purposes, please check: http://www.phpbb.com/mods/ for the
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
4 latest version of this MOD. Although MODs are checked before being
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
5 allowed in the MODs Database there is no guarantee that there are no
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
6 security problems within the MOD. No support will be given for MODs not
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
7 found within the MODs Database which can be found at
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
8 http://www.phpbb.com/mods/-->
8
2b9634b63474 * Update to v1.0 for release
IBBoard <dev@ibboard.co.uk>
parents: 7
diff changeset
9 <mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.2.5.xsd">
1
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
10
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
11 <header>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
12 <license>http://opensource.org/licenses/gpl-license.php GNU General Public License v2</license>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
13 <title lang="en-gb">Special and Normal Rank Images - Subsilver2 style</title>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
14 <description lang="en-gb">This MOD will allow users with special ranks (e.g. Administrators) to have a normal rank image in addition to their special rank image in topics and on their profile page.</description>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
15 <author-notes lang="en-gb"><![CDATA[While this mod doesn't have to be installed along-side the "Multi-Race Rank Theme" mod, it is compatible with the mod and can be used to compliment it. Instructions on how to alter the Multi-Race Rank Theme mod to allow users with special ranks to choose a theme can be found in the /contrib folder.
7
ff8527bb5116 * Check instructions and update to match latest version number
IBBoard <dev@ibboard.co.uk>
parents: 1
diff changeset
16
1
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
17 The styling used by this mod is entirely arbitrary and was included as an example. You may wish to use different HTML in memberlist_view.html and viewtopic_body.html.]]></author-notes>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
18 <author-group>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
19 <author>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
20 <realname>IBBoard</realname>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
21 <email>phpbb@ibboard.co.uk</email>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
22 <username>IBBoard</username>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
23 <homepage>http://www.ibboard.co.uk</homepage>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
24 </author>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
25 </author-group>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
26 <link-group>
8
2b9634b63474 * Update to v1.0 for release
IBBoard <dev@ibboard.co.uk>
parents: 7
diff changeset
27 <link type="parent" href="install.xml" lang="en-gb">Main instructions</link>
1
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
28 </link-group>
8
2b9634b63474 * Update to v1.0 for release
IBBoard <dev@ibboard.co.uk>
parents: 7
diff changeset
29 <mod-version>1.2.0</mod-version>
1
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
30 <installation>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
31 <level>intermediate</level>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
32 <time>180</time>
8
2b9634b63474 * Update to v1.0 for release
IBBoard <dev@ibboard.co.uk>
parents: 7
diff changeset
33 <target-version>3.0.7</target-version>
1
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
34 </installation>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
35 <history>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
36 <entry>
8
2b9634b63474 * Update to v1.0 for release
IBBoard <dev@ibboard.co.uk>
parents: 7
diff changeset
37 <date>2010-08-01</date>
2b9634b63474 * Update to v1.0 for release
IBBoard <dev@ibboard.co.uk>
parents: 7
diff changeset
38 <rev-version>1.2.0</rev-version>
2b9634b63474 * Update to v1.0 for release
IBBoard <dev@ibboard.co.uk>
parents: 7
diff changeset
39 <changelog lang="en-gb">
2b9634b63474 * Update to v1.0 for release
IBBoard <dev@ibboard.co.uk>
parents: 7
diff changeset
40 <change>Update version number and other minor fixes for release</change>
2b9634b63474 * Update to v1.0 for release
IBBoard <dev@ibboard.co.uk>
parents: 7
diff changeset
41 </changelog>
2b9634b63474 * Update to v1.0 for release
IBBoard <dev@ibboard.co.uk>
parents: 7
diff changeset
42 </entry>
2b9634b63474 * Update to v1.0 for release
IBBoard <dev@ibboard.co.uk>
parents: 7
diff changeset
43 <entry>
7
ff8527bb5116 * Check instructions and update to match latest version number
IBBoard <dev@ibboard.co.uk>
parents: 1
diff changeset
44 <date>2009-06-15</date>
ff8527bb5116 * Check instructions and update to match latest version number
IBBoard <dev@ibboard.co.uk>
parents: 1
diff changeset
45 <rev-version>1.1.0</rev-version>
ff8527bb5116 * Check instructions and update to match latest version number
IBBoard <dev@ibboard.co.uk>
parents: 1
diff changeset
46 <changelog lang="en-gb">
ff8527bb5116 * Check instructions and update to match latest version number
IBBoard <dev@ibboard.co.uk>
parents: 1
diff changeset
47 <change>No code changes - update for release as part of v1.1.0</change>
ff8527bb5116 * Check instructions and update to match latest version number
IBBoard <dev@ibboard.co.uk>
parents: 1
diff changeset
48 </changelog>
ff8527bb5116 * Check instructions and update to match latest version number
IBBoard <dev@ibboard.co.uk>
parents: 1
diff changeset
49 </entry>
ff8527bb5116 * Check instructions and update to match latest version number
IBBoard <dev@ibboard.co.uk>
parents: 1
diff changeset
50 <entry>
1
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
51 <date>2008-11-09</date>
7
ff8527bb5116 * Check instructions and update to match latest version number
IBBoard <dev@ibboard.co.uk>
parents: 1
diff changeset
52 <rev-version>1.0.0</rev-version>
1
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
53 <changelog lang="en-gb">
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
54 <change>No code changes - update for release in MODX 1.2.1 format</change>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
55 </changelog>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
56 </entry>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
57 <entry>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
58 <date>2008-04-28</date>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
59 <rev-version>0.1.0</rev-version>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
60 <changelog lang="en-gb">
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
61 <change>Change: Separate out subsilver instructions to templates/subsilver2.xml</change>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
62 </changelog>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
63 </entry>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
64 </history>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
65 </header>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
66 <action-group>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
67 <open src="styles/subsilver2/template/memberlist_view.html">
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
68 <edit>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
69 <find><![CDATA[
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
70 <!-- IF RANK_IMG -->
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
71 <tr>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
72 <td align="center">{RANK_IMG}</td>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
73 </tr>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
74 <!-- ENDIF -->]]></find>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
75 <action type="after-add"><![CDATA[
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
76 <!-- IF EXTRA_RANK_TITLE -->
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
77 <tr>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
78 <td class="postdetails" align="center">{EXTRA_RANK_TITLE}</td>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
79 </tr>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
80 <!-- ENDIF -->
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
81 <!-- IF EXTRA_RANK_IMG -->
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
82 <tr>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
83 <td align="center">{EXTRA_RANK_IMG}</td>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
84 </tr>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
85 <!-- ENDIF -->]]>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
86 </action>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
87 </edit>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
88 </open>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
89 <open src="styles/subsilver2/template/viewtopic_body.html">
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
90 <edit>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
91 <find><![CDATA[ <!-- IF postrow.RANK_IMG -->
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
92 <tr>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
93 <td>{postrow.RANK_IMG}</td>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
94 </tr>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
95 <!-- ENDIF -->]]></find>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
96 <action type="after-add"><![CDATA[
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
97 <!-- IF postrow.EXTRA_RANK_TITLE -->
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
98 <tr>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
99 <td class="postdetails">{postrow.EXTRA_RANK_TITLE}</td>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
100 </tr>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
101 <!-- ENDIF -->
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
102 <!-- IF postrow.EXTRA_RANK_IMG -->
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
103 <tr>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
104 <td>{postrow.EXTRA_RANK_IMG}</td>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
105 </tr>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
106 <!-- ENDIF -->]]>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
107 </action>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
108 </edit>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
109 </open>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
110 </action-group>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
111 </mod>