changeset 6:32d34a968f32 1.2-updates

Re #3: Fix minor suggestions * Update version number in subsilver2.xml * Replace empty IF and ELSE with IF NOT Re #2: Fix rejection issues * Correct paths to copy files from
author IBBoard <dev@ibboard.co.uk>
date Tue, 23 Jun 2009 18:46:22 +0000
parents be38abf6b5fc
children 9906f78f0e98
files subsilver2.xml
diffstat 1 files changed, 13 insertions(+), 22 deletions(-) [+]
line wrap: on
line diff
--- a/subsilver2.xml	Sun Jun 07 18:23:25 2009 +0000
+++ b/subsilver2.xml	Tue Jun 23 18:46:22 2009 +0000
@@ -14,22 +14,6 @@
 		<description lang="en-gb">This MOD will allow you to add, modify and remove rank themes.
 
 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>
-		<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:
-
-Different ranking themes for your forum. Users are allowed to choose a ranking theme to their liking. For example, you can add two ranking themes named "Good" and "Evil" for your forum. The ranking then might look like this:
-
-Posts	| Good   | Evil
-Needed	| Ranks  | Ranks
-=========================
-0       | Knight | Zombie
-10      | Priest | Minion
-20      | Zealot | Demon
-50      | Angel	 | Devil
-
-So if one were to choose the "good" ranking, then he/she will go through the ranks Knight, Priest, Zealot, and finally Angel, but another user might decide to choose the "Evil" theme, he/she will go through the ranks Zombie, Minion, Demon, then Devil.
-
-On install, there are two ranking themes already added, "special" and "default". Ranks classified as special cannot be chosen by the public and will continue to override any rank theme selection, as is the phpBB3 default behaviour. The default ranking theme is the one a newly registered user has.
-]]></author-notes>
 		<author-group>
 			<author>
 				<realname>IBBoard</realname>
@@ -42,14 +26,22 @@
 		<link-group>
 			<link type="parent" href="Install.xml" lang="en-gb">Main instructions</link>
 		</link-group>
-		<mod-version>1.2.3</mod-version>
+		<mod-version>1.2.5</mod-version>
 		<installation>
 			<level>intermediate</level>
 			<time>180</time>
-			<target-version>3.0.4</target-version>
+			<target-version>3.0.5</target-version>
 		</installation>
 		<history>
 			<entry>
+				<date>2009-06-23</date>
+				<rev-version>1.2.5</rev-version>
+				<changelog lang="en-gb">
+					<change>Bump version number to match core instructions</change>
+					<change>Remove authors notes, as they just duplicate the main document's notes</change>
+				</changelog>
+			</entry>
+			<entry>
 				<date>2009-05-10</date>
 				<rev-version>1.2.3</rev-version>
 				<changelog lang="en-gb">
@@ -70,8 +62,8 @@
 	</header>
 	<action-group>
 		<copy>
-			<file from="templates/subsilver2/template/memberlist_ranks.html" to="styles/subsilver2/template/memberlist_ranks.html" />
-			<file from="templates/subsilver2/themes/images/icon_ranks.gif" to="styles/subsilver2/themes/images/icon_ranks.gif" />
+			<file from="root/styles/subsilver2/template/memberlist_ranks.html" to="styles/subsilver2/template/memberlist_ranks.html" />
+			<file from="root/styles/subsilver2/themes/images/icon_ranks.gif" to="styles/subsilver2/themes/images/icon_ranks.gif" />
 		</copy>
 		<open src="styles/subsilver2/template/overall_header.html">
 			<edit>
@@ -83,8 +75,7 @@
 		<open src="styles/subsilver2/template/ucp_profile_profile_info.html">
 			<edit>
 				<find><![CDATA[<!-- INCLUDE ucp_header.html -->]]></find>
-				<action type="after-add"><![CDATA[<!-- IF S_RANK_THEME_OPTIONS -->
-<!-- ELSE -->
+				<action type="after-add"><![CDATA[<!-- not IF S_RANK_THEME_OPTIONS -->
 <input type="hidden" name="rank_theme" value="{RANK_THEME}" />
 <!-- ENDIF -->]]></action>
 			</edit>