Quote:
Originally Posted by tuanvic
I installed quick reply fix but I still have problem with edit. Do you know why is that thanks so much
|
do you mean quickediting a post ? and the results of your edits are not showing up (you have to refresh the page to see the changes you made) if that is the problem you have then make sure that the plugin "AWS setup postdm" contains this code
PHP Code:
$this->validfields['title'][VF_CODE] = '$dm->set_info(\'orgtitle\', $data); return $dm->verify_title($data);';
$this->validfields['pagetext'][VF_CODE] = '$dm->set_info(\'orgmessage\', $data); return $dm->verify_pagetext($data);';