Illdvidd
Member
Posted 3 years ago #
Hi
I am a german user of wordpress.
I have made my own blog and it gone fine.
I had setup that user have to be registrated to comment my posts. If I deaktivate this point everything gone fine.
Now someone who is registrated try to comment and nothing happend. He click on the "logged in" link at the bottom and he will be redirected to the site after login. But the comment form does not shown up.
I hope you can help me.
Strange indeed.
I could register and change my password, but as you say, yo get no comment form.
Sorry, I can't see what is wrong though.
Have you changed anything in the comments.php?
Are you sure comments are open ( If not, it should say so, unless you changed that )
Illdvidd
Member
Posted 3 years ago #
Thanks for looking.
No I have not change anything in the comments.php.
And yes I am sure comments are open.
If I deactivate the "user must be registrated" option everybody is able to comment. There the strange thing is that if you are logged in the comment will get the same poster as the user not as the things you can enter in the comment form. Thats sounds that the page know the user but something with the identification goes wrong.
I have already looked in the "comments.php" and saw that there the "User_ID" is used. But when I output the ID nothing is shown.
Maybe the german WP-version is the result?
Illdvidd
Member
Posted 3 years ago #
Now I know what cause the problem.
I have a Hiding-URL. My homepage URL isn't the one where the content is. The content is on my highschool server.
I have undo the BLOG-URL. Now it is the same as the Wordpress-URL and the comment form is shown.
So it is a problem with the URL hiding.
Wow!
Thanks for sharing :)
nebulonfry
Member
Posted 3 years ago #
I am having similar problems (I think) Since a few days ago, no commenting is possible on my site and when you click on an entry title you can't bring up entries by themselves (still brings up all the entries that follow, instead of the entry + the comment form.) It's not a theme problem as I have tried with numerous themes.
I have played around with styles.css but not much else (cuz I don't know what Im doing ;)...)
Well, seems that your single pages with comment form is getting there now. Th only problem being that the input fields and the text field are too long.
You can change the following rule in your stylesheet:
#postComment input, #postComment textarea {
margin:5px 0 0 0;
width:350px;
}
to make them fit within the comments area.