Alangasar

Alangasar
Рейтинг
98
Регистрация
06.11.2008

Версия ядра до 7.32? Есть пользователи drupaldev с ролью megauser?

Что вообще пробовали?

на вскидку:

https://www.drupal.org/project/http_response_headers

или


function MYMODULENAME_page_delivery_callback_alter(&$delivery_callback) {
* $domains = variable_get('ur_com_xframe_allowed',array('http://www.myalloweddomain.xxx/'));
* //removing frameset limitation for certain referrers
* if(in_array($_SERVER['HTTP_REFERER'],$domains)){
* * //setting the variable to false in order to avoid a future setting of the header
* * variable_set('x_frame_options', FALSE);
* } else {
* * //default behavior
* * variable_set('x_frame_options', 'SAMEORIGIN');
* }
}

или

If you want to remove the X-Frame-Options header in hook_page_alter() or theme preprocess functions that run later you can remove the header like this (requires PHP >= 5.3):


header_remove('X-Frame-Options');

Для вебвизора точно работает:

drush vset x_frame_options "ALLOW-FROM http://webvisor.com/"

Putnik, а кэш после правки settings.php чистили?

postavkin, форма скрыта на странице, код который ее показывает в первом посте

По клику открывается форма с вышеуказанным экшеном

Дык, у формы: action="zayavka.php"

wilelf:
Мне бы задачку решить с текущими скриптами...

Сорри, тут я не помощник

wilelf, вот такая штука мне нравится http://photoswipe.com/, есть похоже плагин для WP, но я с этим двигом не работал никогда

Мне кажется:

@media only screen and (max-width: 768px)
div.pp_woocommerce .pp_contract, div.pp_woocommerce .pp_expand, div.pp_woocommerce .pp_gallery, div.pp_woocommerce .pp_next, div.pp_woocommerce .pp_previous {
display: none!important;
}

sergv, уверены что стоит node_basket? посмотрел код модуля, не увидел ничего связанного с отправкой почты. Есть еще Ajaxify Node Basket (lightshop), вот в нем такая штука по всей видимости

  $from = ($key == 'user') ? $site_mail : $user_mail;
Всего: 485