• I am the only registered user. When I comment on my own blog (in response to someone else, it doesn’t require me to imput my email/url info. The weird thing I’ve noticed is after I’ve commented, if you hover over my nickname & gravatar, you get “http:///” as the link and not my defined url from my profile, which I find a tad odd. Since it’s doing it both on the text link and the gravatar, I don’t think it’s the gravatar, but who knows.

    Anyone experience this? Have a fix?

Viewing 3 replies - 1 through 3 (of 3 total)
  • If at one point you may have entered “http://” in your comments, that information got stored in the “cookie”. For information on WordPress Cookies, see: http://codex.wordpress.org/WordPress_Cookies.

    The information displayed in the comments comes from the cookies not from your profile.

    Thread Starter nmallory

    (@nmallory)

    Apparently this was occurring because as I was logged into the admin, it wasn’t presenting me with those slots to fill in, which meant a blank value was being sent for the URL though the correct email address has been used. I’m now setting the $user_url in php if the user is logged on but am having an issue with the cookie retaining this information.

    Thread Starter nmallory

    (@nmallory)

    Apparently, when I am logging out…

    wp_clearcookie()
    This function will delete the cookie from the client browser. This happens when the user clicks on the Logout link in the Administration interface.

    Doesn’t work.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘registered user comments’ is closed to new replies.