When a user submits the abuse form they should be redirected back to the node rather then the homepage.
I didn't see any other issues regarding this. If it hasn't been seen I can look into making a patch for it.
When a user submits the abuse form they should be redirected back to the node rather then the homepage.
I didn't see any other issues regarding this. If it hasn't been seen I can look into making a patch for it.
Comments
Comment #1
buzzman commentedplz do roll a patch if you'd rather. may i also request you to post the code snip here for us impatient ones as a favor ;-)
thanks
Comment #2
buzzman commentedbumping ...
Comment #3
rakesh.nimje84@gmail.com commentedSearch For :
if ($result) {
drupal_set_message(t('Thank you for your report. We will look into this shortly.'));
$form_state['redirect'] = '';
in abuse.module file. Just comment the line $form_state['redirect'] = '';
I my case it's working properly.
This is my first post for community. so I am requesting you to test it properly.