در فایل xml در میان تگ <operation> تغییرات اعمال میشه مثلا در تگ زیر نوشته:
کد:
<search position="replace"><![CDATA[$txt['thankyouposterrorinscript'] = 'Error in scirpt... somehow this should not happen!';]]></search>
			<add><![CDATA[$txt['thankyouposterrorinscript'] = 'Error in scirpt... somehow this should not happen!';
$txt['thank_you_post_thx_display'] = 'Thank You';
$txt['thank_you_post_made_display'] = 'Given';
$txt['thank_you_post_became_display'] = 'Receive';]]></add>
		</operation>
		<operation>
حال باید در فایل مشخص شده عبارت $txt['thankyouposterrorinscript'] = 'Error in scirpt... somehow this should not happen!'; را که نوشته باید replace بشه را پیدا و با عبارت Error in scirpt... somehow this should not happen!';
$txt['thank_you_post_thx_display'] = 'Thank You';
$txt['thank_you_post_made_display'] = 'Given';
$txt['thank_you_post_became_display'] = 'Receive'; جایگزین کنید ، کلمه replace ممکنه after یا before باشه که دقیقا معنیش معمولا که باید اون عبارت را پیدا کنید و قبل یا بعدش عبارت جدید را بزارید پس اگر دقت کنید میشه راحت تغییرات را بدید.
موفق باشید O0