changeset 9:09596edfe65e v1.2.1

* Fix ambiguity in viewtopic.php instructions no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Sat, 14 Aug 2010 13:37:04 +0000
parents 2b9634b63474
children 1b7db8283b8d
files install.xml
diffstat 1 files changed, 15 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/install.xml	Sun Aug 01 19:52:31 2010 +0000
+++ b/install.xml	Sat Aug 14 13:37:04 2010 +0000
@@ -27,7 +27,7 @@
 			<link type="template" href="subsilver2.xml" lang="en-gb">subsilver2</link>
 			<link type="contrib" href="contrib/MultiRaceRankThemesIntegration.xml" lang="en-gb">Multi-Race Rank Theme MOD integration</link>
 		</link-group>
-		<mod-version>1.2.0</mod-version>
+		<mod-version>1.2.1</mod-version>
 		<installation>
 			<level>intermediate</level>
 			<time>600</time>
@@ -35,6 +35,13 @@
 		</installation>
 		<history>
 			<entry>
+				<date>2010-08-14</date>
+				<rev-version>1.2.1</rev-version>
+				<changelog lang="en-gb">
+					<change>Fix: Resolve ambiguity in viewtopic.php instructions</change>
+				</changelog>
+			</entry>
+			<entry>
 				<date>2010-08-01</date>
 				<rev-version>1.2.0</rev-version>
 				<changelog lang="en-gb">
@@ -243,14 +250,19 @@
 		</open>
 		<open src="viewtopic.php">
 			<edit>
-				<find><![CDATA[				'sig'				=> '',]]></find>
+				<find><![CDATA[				'sig'				=> '',
+				'profile'			=> '',]]></find>
 				<action type="before-add"><![CDATA[
 				'extra_rank_title'		=> '',
 				'extra_rank_image'		=> '',
 				'extra_rank_image_src'	=> '',]]></action>
 			</edit>
 			<edit>
-				<find><![CDATA[				'username'			=> $row['username'],]]></find>
+				<find><![CDATA[
+				'username'			=> $row['username'],
+				'user_colour'		=> $row['user_colour'],
+
+				'online'		=> false,]]></find>
 				<action type="before-add"><![CDATA[
 				'extra_rank_title'		=> '',
 				'extra_rank_image'		=> '',