Forums

Wordpress Confirmation (7 posts)

  1. prettyskies1
    Member
    Posted 3 years ago #

    How do I turn it off? It's really annoying...:|

  2. Chris_K
    Administrator
    Posted 3 years ago #

    Under Options -> Discussions, have a look at the two checkbox options in the "Email me whenever" section. Is that what you're after?

  3. prettyskies1
    Member
    Posted 3 years ago #

    No, when you go to post a post or page, it gives you a confirmation page.

  4. Chris_K
    Administrator
    Posted 3 years ago #

    I've never seen that. Got a screenshot? Is this in the Admin area or in the blog itself?

  5. prettyskies1
    Member
    Posted 3 years ago #

    Admin area.

    I only started getting it when I upgraded to 2.0.3 then 2.0.4.

    Here's the link.

    http://i99.photobucket.com/albums/l290/prettyskies/Screencaps/wpcom.gif

  6. lampelina
    Member
    Posted 3 years ago #

    Well,it's quite interesting that my boyfriend, who also use wp-2.0.4, never gets that. But I do. And I've reinstalled my wp because of some problems and it dissapeard. But just for a day!
    Does anyone have an explanation for that?

  7. doodlebee
    Member
    Posted 3 years ago #

    Form what I can find, this is caused by a blank HTTP_REFERER value. I would guess you would go to wp-admin/post.php, and look for "check_admin_referer('add-post');" and change it to something like:

    check_admin_referer('add-post' . $_POST['post_ID']);

    Don't know how well that'll work, but you could give it a shot!

    (For the record, I've never gotten this, either...)

Topic Closed

This topic has been closed to new replies.

About this Topic