Short question: How do you modify the destination on comment post?
Long question: Say, my comment limit is set to 10 per page. When I post the 11th comment, Drupal takes me to /node/#?page-1#comment-#. Instead, I want it to take me to the node it was posted to, i.e. /node/#.
I need this because I'm using the More Comments module, which doesn't use pagers and not compatible with permalinks.