By Lineman-at-lineman.net on
After posting a comment, users are forwarded to /whatevernode#comment. For a particular setup I'm doing on a drupal site, I need users to be forwarded to /comment/whatevernode instead. What would be the easiest way to accomplish this?
Comments
In drupal 4.6.5, look at the
In drupal 4.6.5, look at the bottom of comment_post in comment.module, you'll see:
That's the part that takes the user to the comment, just edit that to your taste.