the problem is following,
after form submission with my redirect fix
there is no any error or success message on the Single Website Page
seems it is connected with the absence of message area on the page.
I'm going to find out the source of the issue soon.
If you have any ideas, you are welcome!
Comments
Comment #1
yaremchuk commentedHi Alex,
please update from repro
the following strings was added to the .module file:
/**
* Implements form_alter().
*/
function single_page_website_form_alter(&$form, &$form_state, $form_id) {
if((variable_get('site_frontpage') == 'single_page' && (drupal_is_front_page())) || arg(0) == 'single_page') {
$form['#action'] = 'single_page';
$form['#submit'][] = 'single_page_website_go_back';
}
}
function single_page_website_go_back(){
drupal_goto('single_page');
}
But there is a problems with drupal message.
Thoughts?
Comment #2
aburrows commentedHey mate,
What problem are you getting? Where it's positioned?
Comment #3
yaremchuk commentedHi Alex,
the problem is following,
after form submission with my redirect fix
there is no any error or success message on the Single Website Page
seems it is connected with the absence of message area on the page.
I'm going to find out the source of the issue soon.
If you have any ideas, you are welcome!
Thanks,
Vasily
Comment #4
aburrows commentedYes that would be great I'm trying to think of a solution, I got somewhere with the d6 version so hopefully can commit a dev release very soon!
Comment #5
clemens.tolboomIs this problem still active?
Comment #6
Arvi commentedis this still active?
Comment #7
clemens.tolboom@Arvi I close this as there is no response for 2 month.
Feel free to open this again but please update the issue summary as
is not that informative is it?