annotate subsilver2.xml @ 1:26a2404a2f38

Initial commit of v1.0.1 instructions no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Sun, 07 Jun 2009 17:55:54 +0000
parents
children ff8527bb5116
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/-->
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
9 <mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.2.1.xsd">
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.
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
16
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>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
27 <link type="parent" href="Install.xml" lang="en-gb">Main instructions</link>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
28 </link-group>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
29 <mod-version>1.0.0</mod-version>
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>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
33 <target-version>3.0.1</target-version>
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>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
37 <date>2008-11-09</date>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
38 <rev-version>0.1.0</rev-version>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
39 <changelog lang="en-gb">
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
40 <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
41 </changelog>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
42 </entry>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
43 <entry>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
44 <date>2008-04-28</date>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
45 <rev-version>0.1.0</rev-version>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
46 <changelog lang="en-gb">
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
47 <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
48 </changelog>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
49 </entry>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
50 </history>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
51 </header>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
52 <action-group>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
53 <open src="styles/subsilver2/template/memberlist_view.html">
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
54 <edit>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
55 <find><![CDATA[
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
56 <!-- IF RANK_IMG -->
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
57 <tr>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
58 <td align="center">{RANK_IMG}</td>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
59 </tr>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
60 <!-- ENDIF -->]]></find>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
61 <action type="after-add"><![CDATA[
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
62 <!-- IF EXTRA_RANK_TITLE -->
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
63 <tr>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
64 <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
65 </tr>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
66 <!-- ENDIF -->
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
67 <!-- IF EXTRA_RANK_IMG -->
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
68 <tr>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
69 <td align="center">{EXTRA_RANK_IMG}</td>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
70 </tr>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
71 <!-- ENDIF -->]]>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
72 </action>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
73 </edit>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
74 </open>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
75 <open src="styles/subsilver2/template/viewtopic_body.html">
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
76 <edit>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
77 <find><![CDATA[ <!-- IF postrow.RANK_IMG -->
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
78 <tr>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
79 <td>{postrow.RANK_IMG}</td>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
80 </tr>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
81 <!-- ENDIF -->]]></find>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
82 <action type="after-add"><![CDATA[
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
83 <!-- IF postrow.EXTRA_RANK_TITLE -->
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 <td class="postdetails">{postrow.EXTRA_RANK_TITLE}</td>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
86 </tr>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
87 <!-- ENDIF -->
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
88 <!-- IF postrow.EXTRA_RANK_IMG -->
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
89 <tr>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
90 <td>{postrow.EXTRA_RANK_IMG}</td>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
91 </tr>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
92 <!-- ENDIF -->]]>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
93 </action>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
94 </edit>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
95 </open>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
96 </action-group>
26a2404a2f38 Initial commit of v1.0.1 instructions
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
97 </mod>