Hello,
I installed AJAXed v2.0.9b mod on my phpBB Forum.
Every thing went ok as I was using English Language.
I started translating the language strings to my language " Arabic "...
A problem arised which is that the translation doesnt appear correctly when using the Ajax options.
Also, if I try to use quick edit , what I write comes out in symbols after submitting.
I guessed that this problem is because the ajax.php file included with the mod is using utf8 encoding while Arabic is using windows-1256.
I opened the file and replaced utf8 with windows-1256.
After doing that I got this message for any line containg utf8 replaced:
Code: Select all
r /> Parse error: parse error, unexpected T_STRING in c:\apache\htdocs\bb\ajax.php on line 541
with changing line 541 to all lines that included the word utf8
How can I solve this problem so that the mod can work localized to my forum language ???
Thanks