comparison subsilver2.xml @ 12:31d2daed0532 1.3.0 trunk

Re #1: * Add contrib directory with upgrade instructions * Update install instructions to include permission control and some fixes
author IBBoard <dev@ibboard.co.uk>
date Sun, 07 Jun 2009 18:33:21 +0000
parents d5536d233ec1
children 7f85fc163738
comparison
equal deleted inserted replaced
11:9022e5cec446 12:31d2daed0532
8 http://www.phpbb.com/mods/--> 8 http://www.phpbb.com/mods/-->
9 <mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.2.2.xsd"> 9 <mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.2.2.xsd">
10 10
11 <header> 11 <header>
12 <license>http://opensource.org/licenses/gpl-license.php GNU General Public License v2</license> 12 <license>http://opensource.org/licenses/gpl-license.php GNU General Public License v2</license>
13 <title lang="en-gb">Multi-race rank themes - Subsilver template modifications</title> 13 <title lang="en-gb">Multi-race rank themes - subsilver2</title>
14 <description lang="en-gb">This MOD will allow you to add, modify and remove rank themes. 14 <description lang="en-gb">This MOD will allow you to add, modify and remove rank themes.
15 15
16 Rank themes are selectable collections of ranks that users can choose to use, allowing RPG forums to have different 'races' or allowing 'normal' forums to provide an set of alternative icon images for their users.</description> 16 Rank themes are selectable collections of ranks that users can choose to use, allowing RPG forums to have different 'races' or allowing 'normal' forums to provide an set of alternative icon images for their users.</description>
17 <author-notes lang="en-gb"><![CDATA[The following description is taken from digiTsai's phpBB2 'Rank themes' mod (with some minor modifications in the last paragraph), as I couldn't word it any better myself: 17 <author-notes lang="en-gb"><![CDATA[The following description is taken from digiTsai's phpBB2 'Rank themes' mod (with some minor modifications in the last paragraph), as I couldn't word it any better myself:
18 18
40 </author> 40 </author>
41 </author-group> 41 </author-group>
42 <link-group> 42 <link-group>
43 <link type="parent" href="Install.xml" lang="en-gb">Main instructions</link> 43 <link type="parent" href="Install.xml" lang="en-gb">Main instructions</link>
44 </link-group> 44 </link-group>
45 <mod-version>1.2.3</mod-version> 45 <mod-version>1.3.0</mod-version>
46 <installation> 46 <installation>
47 <level>intermediate</level> 47 <level>intermediate</level>
48 <time>180</time> 48 <time>180</time>
49 <target-version>3.0.4</target-version> 49 <target-version>3.0.4</target-version>
50 </installation> 50 </installation>
51 <history> 51 <history>
52 <entry>
53 <date>2009-05-17</date>
54 <rev-version>1.3.0</rev-version>
55 <changelog lang="en-gb">
56 <change>Fix: Remove hidden form field that would potentially allow user to change theme when they weren't supposed to</change>
57 </changelog>
58 </entry>
59 <entry>
60 <date>2009-05-17</date>
61 <rev-version>1.3.0</rev-version>
62 <changelog lang="en-gb">
63 <change>Fix: Update UCP template changes</change>
64 </changelog>
65 </entry>
52 <entry> 66 <entry>
53 <date>2009-05-10</date> 67 <date>2009-05-10</date>
54 <rev-version>1.2.3</rev-version> 68 <rev-version>1.2.3</rev-version>
55 <changelog lang="en-gb"> 69 <changelog lang="en-gb">
56 <change>Fix: Update to latest MODX format</change> 70 <change>Fix: Update to latest MODX format</change>
80 <action type="before-add"><![CDATA[ &nbsp; &nbsp;<a href="{U_RANKS}"><img src="{T_THEME_PATH}/images/icon_ranks.gif" width="12" height="13" alt="*" /> {L_RANKS}</a>]]></action> 94 <action type="before-add"><![CDATA[ &nbsp; &nbsp;<a href="{U_RANKS}"><img src="{T_THEME_PATH}/images/icon_ranks.gif" width="12" height="13" alt="*" /> {L_RANKS}</a>]]></action>
81 </edit> 95 </edit>
82 </open> 96 </open>
83 <open src="styles/subsilver2/template/ucp_profile_profile_info.html"> 97 <open src="styles/subsilver2/template/ucp_profile_profile_info.html">
84 <edit> 98 <edit>
85 <find><![CDATA[<!-- INCLUDE ucp_header.html -->]]></find>
86 <action type="after-add"><![CDATA[<!-- IF S_RANK_THEME_OPTIONS -->
87 <!-- ELSE -->
88 <input type="hidden" name="rank_theme" value="{RANK_THEME}" />
89 <!-- ENDIF -->]]></action>
90 </edit>
91 <edit>
92 <find><![CDATA[<tr> 99 <find><![CDATA[<tr>
93 <td class="row1" colspan="2"><span class="gensmall">{L_PROFILE_INFO_NOTICE}</span></td> 100 <td class="row1" colspan="2"><span class="gensmall">{L_PROFILE_INFO_NOTICE}</span></td>
94 </tr>]]></find> 101 </tr>]]></find>
95 <action type="after-add"><![CDATA[ 102 <action type="after-add"><![CDATA[
96 <!-- IF S_RANK_THEME_OPTIONS --> 103 <!-- IF S_RANK_THEME_OPTIONS -->