5
« : 01 февраля 2017, 11:56:30 »
Зашел в БД нашел таблицу, выполнил рассериализацию данных в таблицы sf_metods - feedback
Исходный код в БД:
a:5:{i:0;a:8:{s:4:"name";s:8:"template";s:7:"caption";s:36:"[#feedback_property_label_template#]";s:4:"type";s:4:"file";s:7:"default";s:44:"modules/feedback/templates_user/default.html";s:11:"description";s:0:"";s:21:"description_user_func";a:0:{}s:5:"patch";s:31:"modules/feedback/templates_user";s:4:"mask";s:8:"htm,html";}i:1;a:8:{s:4:"name";s:5:"email";s:7:"caption";s:33:"[#feedback_property_label_email#]";s:4:"type";s:4:"text";s:7:"default";s:18:"[no address given]";s:11:"description";s:0:"";s:21:"description_user_func";a:0:{}s:3:"max";s:3:"255";s:4:"size";i:18;}i:2;a:8:{s:4:"name";s:4:"type";s:7:"caption";s:32:"[#feedback_property_label_type#]";s:4:"type";s:6:"select";s:7:"default";s:4:"text";s:11:"description";s:0:"";s:21:"description_user_func";a:0:{}s:4:"data";a:2:{s:4:"html";s:32:"[#feedback_property_label_html#]";s:4:"text";s:32:"[#feedback_property_label_text#]";}s:14:"data_user_func";a:0:{}}i:3;a:8:{s:4:"name";s:4:"name";s:7:"caption";s:32:"[#feedback_property_label_name#]";s:4:"type";s:4:"text";s:7:"default";s:0:"";s:11:"description";s:0:"";s:21:"description_user_func";a:0:{}s:3:"max";s:3:"255";s:4:"size";i:5;}i:4;a:8:{s:4:"name";s:5:"theme";s:7:"caption";s:33:"[#feedback_property_label_theme#]";s:4:"type";s:4:"text";s:7:"default";s:68:"Обращение через форму обратной связи";s:11:"description";s:0:"";s:21:"description_user_func";a:0:{}s:3:"max";s:3:"255";s:4:"size";i:36;}}
Вот что получил выполнив рассериализацию:
array (
0 =>
array (
'name' => 'template',
'caption' => '[#feedback_property_label_template#]',
'type' => 'file',
'default' => 'modules/feedback/templates_user/default.html',
'description' => '',
'description_user_func' =>
array (
),
'patch' => 'modules/feedback/templates_user',
'mask' => 'htm,html',
),
1 =>
array (
'name' => 'email',
'caption' => '[#feedback_property_label_email#]',
'type' => 'text',
'default' => '[no address given]',
'description' => '',
'description_user_func' =>
array (
),
'max' => '255',
'size' => 18,
),
2 =>
array (
'name' => 'type',
'caption' => '[#feedback_property_label_type#]',
'type' => 'select',
'default' => 'text',
'description' => '',
'description_user_func' =>
array (
),
'data' =>
array (
'html' => '[#feedback_property_label_html#]',
'text' => '[#feedback_property_label_text#]',
),
'data_user_func' =>
array (
),
),
3 =>
array (
'name' => 'name',
'caption' => '[#feedback_property_label_name#]',
'type' => 'text',
'default' => '',
'description' => '',
'description_user_func' =>
array (
),
'max' => '255',
'size' => 5,
),
4 =>
array (
'name' => 'theme',
'caption' => '[#feedback_property_label_theme#]',
'type' => 'text',
'default' => 'Обращение через форму обратной связи',
'description' => '',
'description_user_func' =>
array (
),
'max' => '255',
'size' => 36,
),
)
Непонятно все таки где можно поменять адреса почты для доставки писем через модуль?