TutorialMS Community Forum

Full Version: Adding title in ARABIC language
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I want to add tutorials title in arabic , but it return error <The title is invalid, only use letters, numbers and the following symbols: ! - + & @ ( ) _ , ] '>

Please , give me ideas to resolve this case ,

I tried to edit preg_match in edit_tutorials.php but it didn't work .


help please .
Here are some files which contain the preg_match and which pages they apply for:

submit.php - Title validation is done by /includes/classes/tutorials.php line 609
/admin/approve.php - Title vaildation is done by ajax.php on line 38
/admin/edit_tutorials.php - Title validation is done by the same page on linx 64
Scott Wrote:Here are some files which contain the preg_match and which pages they apply for:

submit.php - Title validation is done by /includes/classes/tutorials.php line 609
/admin/approve.php - Title vaildation is done by ajax.php on line 38
/admin/edit_tutorials.php - Title validation is done by the same page on linx 64

what i do for this files ?
i'm waiting
hi,

i think scott will say that you must edit this lines with your own letters Smile

or you comment out the title validation Smile


greetz
marcus
Reference URL's