This problem has been plaguing me for months:
My site's comment system is behaving oddly (differently than drupal.org).
After writing a comment users click the "Post Comment" button and are met with the "Add New Comment" page. Leading them to believe that their comment didn't actually get posted, when in reality it did.
To be more specific, the page they're met with consists of the following:
1. The header and the typical columns on the right and left hand sides. (Using the xtemplate/PushBotton theme).
2. Breadcrumb navigation consisting of "Home" only (Which is as expected)
3. "Add new comment" surrounded in H1 tags defined to be of the "title" class.
4. Then begins the actual DIV of the "node" class which contains the original story in whole.
5. Then there is a box for the user to type their new comment into. And THAT'S IT!
This is very confusing. My users are led to believe that their comment post didn't work.
I've tried toggling both the "Preview comment" and "Location of comment submission form" settings inside of Administer >> Configuration >> Modules >> Comment to see if setting them to be the same as drupal.org's would make a difference but the problem remains.
See the problem for yourself at http://ProvoPulse.com/. Feel free to submit test posts.
I would be extremely grateful to anyone who can point out the answer to my problem.