Force
Customer
on line 1415 it says
it should say
line 1417
should be
line 1437 and 1438
should be
A few other things fixed. Here is the fixed xml
Code:
phrase name="dbtech_vbsuper_pm_error_x" date="1368969317" username="ozzy47" version="1.1.0"><![CDATA[Action file doesn't existing. <a href="javascript:history.go(-1);">Go Back</a>]]></phrase>
it should say
Code:
phrase name="dbtech_vbsuper_pm_error_x" date="1368969317" username="ozzy47" version="1.1.0"><![CDATA[Action file doesn't exist. <a href="javascript:history.go(-1);">Go Back</a>]]></phrase>
line 1417
Code:
If you feel this is an error use the Contact Us form by
should be
Code:
If you feel this is an error use the Contact Us forum by
line 1437 and 1438
Code:
phrase name="dbtech_vbsuper_pm_min_post_error" date="1355636374" username="ozzy47" version="1.0.0"><![CDATA[Sorry {1} you must have {2} posts in order send PM's. Your current post count is {3}.]]></phrase>
should be
Code:
phrase name="dbtech_vbsuper_pm_min_post_error" date="1355636374" username="ozzy47" version="1.0.0"><![CDATA[Sorry {1} you must have {2} posts in order to send PM's. Your current post count is {3}.]]></phrase>
Last edited by a moderator: