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

buzzman’s picture

plz 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

buzzman’s picture

bumping ...

rakesh.nimje84@gmail.com’s picture

Search 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.