(version 1.1.9) I am all most done , I edited the files in vanilla/languages/english So can It be an official Arabic release? also I added a link in foter for translation copyright, beside your links
I tried editting setting.php in aapg htmlspecialchars() [function.htmlspecialchars]: charset `windows-1256' not supported, assuming iso-8859-1 in /home/abdo2/domains/fast-free.org/public_html/vanilla/vanilla/library/Framework/Framework.Functions.php on line
In Vanilla 1 there was a charset configuration setting. The default was utf-8. You can change it by adding this to your conf/settings.php file and editing it to be whatever charset you want:
there is no file conf/settings.php, setting file is found in appg/settings.php, and when changed character set to windows-1256 it gave me this message : "htmlspecialchars() [function.htmlspecialchars]: charset `windows-1256' not supported, assuming iso-8859-1 in /home/abdo2/domains/fast-free.org/public_html/vanilla/vanilla/library/Framework/Framework.Functions.php on line"
Comments
I am all most done , I edited the files in vanilla/languages/english
So can It be an official Arabic release?
also I added a link in foter for translation copyright, beside your links
htmlspecialchars() [function.htmlspecialchars]: charset `windows-1256' not supported, assuming iso-8859-1 in /home/abdo2/domains/fast-free.org/public_html/vanilla/vanilla/library/Framework/Framework.Functions.php on line
$Configuration['CHARSET'] = 'utf-8';
setting file is found in appg/settings.php,
and when changed character set to windows-1256 it gave me this message :
"htmlspecialchars() [function.htmlspecialchars]: charset `windows-1256' not supported, assuming iso-8859-1 in /home/abdo2/domains/fast-free.org/public_html/vanilla/vanilla/library/Framework/Framework.Functions.php on line"
regards,