20 Jun 2013
Support Center
»
Knowledgebase
»
Rayzz Script
»
Textarea in safari shows compulsory error even when input is given
Textarea in safari shows compulsory error even when input is given
Article
File to change : membersManageBlog.php
Locate:
populateRichTextEdit('message', $manageBlog->getFormField('message'), $manageBlog->isValidFormInputs());
And replace with:
if(strchr(strtolower($_SERVER['HTTP_USER_AGENT']),"safari") == '')
{
populateRichTextEdit('message', $manageBlog->getFormField('message'), $manageBlog->isValidFormInputs());
}
else
{
?>
getFormField('message'));?>
}
2. Locate:
$manageBlog->setFormField('numpg', $CFG['data_tbl']['numpg']);
And add the following after this:
$manageBlog->setFormField('message', '');
Article Details
Article ID:
23
Created On:
16 May 2008 4:08 PM
This answer was helpful
This answer was not helpful
User Comments
Add a Comment
Sharing is good. If you have a comment about this entry, please feel free to share. The comments might be reviewed by our staff, and may require approval before being posted. Questions posted will not be answered. Please submit a Ticket for support requests.
Image Verification Required
Please enter the characters that appear to the right in the space provided. This is just to verify that you are a human.
Full Name:
E-mail Address: (optional)
Comment:
Back
Login
[Lost Password]
E-mail:
Password:
Remember Me:
Search
-- Entire Support Site --
Knowledgebase
Downloads
Troubleshooter
Article Options
Add Comment
Print Article
PDF Version
E-mail Article
Add to Favorites
Home
|
Register
|
Submit a Ticket
|
Knowledgebase
|
Troubleshooter
|
News
|
Downloads
|
Website Development
 
Help Desk Software by Kayako SupportSuite v3.60.04