changeset 3:a1cc13cb988d

Initial work on v0.2.0: * Actually add instructions for template changes in viewing PM! no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Mon, 15 Jun 2009 14:43:02 +0000
parents 6c9b720fa73a
children a11f14a0b16e
files Install.xml
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Install.xml	Mon Jun 15 14:17:38 2009 +0000
+++ b/Install.xml	Mon Jun 15 14:43:02 2009 +0000
@@ -103,7 +103,9 @@
 		<open src="includes/ucp/ucp_pm_viewmessage.php">
 			<edit>
 				<find><![CDATA[		'RANK_IMG'			=> $user_info['rank_image'],]]></find>
-				<action type="after-add"><![CDATA[]]></action>
+				<action type="after-add"><![CDATA[
+		'PERCENTAGE_PROGRESS_NUM'	=> $user_info['percentage_progress'],
+		'PERCENTAGE_PROGRESS'		=> sprintf($user->lang['PERCENTAGE_PROGRESS'], $user_info['percentage_progress']),]]></action>
 			</edit>
 			<edit>
 				<find><![CDATA[get_user_rank($user_row['user_rank'], $user_row['user_posts'], $user_row['rank_title'], $user_row['rank_image'], $user_row['rank_image_src']);]]></find>