Viewing 15 replies - 16 through 30 (of 36 total)
  • Thread Starter cityrich

    (@cityrich)

    Did you notice the comments window once you hit comments and it pops up, there is no menu and the comments fit ok.
    then did you notice once you post a comment the comment window refreshes with your new coment and the menu .
    the (say it) link needs to be changed???????????

    Your WP is version 1.2.1, right?
    In bottom portion of your wp-comments-post.php replace$location = get_permalink($comment_post_ID);
    with this one (taken from the original 1.2)
    $location = (empty($_POST[‘redirect_to’])) ? $_SERVER[“HTTP_REFERER”] : $_POST[‘redirect_to’];
    If that fixes it, please post back ’cause I told someone who has the same problem to follow this thread.

    From the CVS:
    $location = (empty($_POST[‘redirect_to’])) ? $_SERVER[“HTTP_REFERER”] : $_POST[‘redirect_to’];
    if ($is_IIS) {
    header(“Refresh: 0;url=$location”);
    } else {
    header(“Location: $location”);
    }

    Thread Starter cityrich

    (@cityrich)

    bingo bingo bingo
    thanks guys
    yes beel this worked
    $location = (empty($_POST[‘redirect_to’])) ? $_SERVER[“HTTP_REFERER”] : $_POST[‘redirect_to’];
    if ($is_IIS) {
    header(“Refresh: 0;url=$location”);
    } else {
    header(“Location: $location”);
    }

    Thread Starter cityrich

    (@cityrich)

    beel if possible could you email me at rich at djcityrich dot com?

    AAAAAAAHHHHHHHHHHHHHHHH I LOVE YOU GUYS! THANKS ALPHAOIDE! YER THE GREATEST!

    ehm.. sorry, I have the same problem, and tried to solve it the same way: I cut the // in the index.php and change that line in the wp-comments-popup.php, as you said. but no, it doesn’t work. a little help? thanks. Riccardo.

    Thread Starter cityrich

    (@cityrich)

    alpha you took the words right out my mouth

    uops.. sorry. I’ve made the change in the wp-comments-post.php, not in the popup one, as I wrote.
    but, it doesn’t work.. can I do something? can I email you my code? thank you again (and sorry for my terrible english, too)

    it was me, Riccardo.

    Riccardo, make a new thread, restate your issue, what you’ve tried, and a link to your site might be useful

    it worked thankyou!

    I’ve seen a couple of users comment on my blog, but when I try to, I get this message:
    Warning: strpos(): Empty delimiter. in /home/location/www/www/wp-content/plugins/kittens-spaminator.php on line 231
    Warning: strpos(): Empty delimiter. in /home/location/www/www/wp-content/plugins/kittens-spaminator.php on line 231
    Warning: Cannot modify header information – headers already sent by (output started at /home/location/www/www/wp-content/plugins/kittens-spaminator.php:231) in /home/location/www/www/wp-content/plugins/kittens-spaminator.php on line 124
    Sorry, you’ve banned from commenting on this blog.
    Either your comment content was found to contain spam, or your IP address (or a subnet of your IP address) has spammed this blog before.
    Is there any way for me to get around this problem? I don’t want to deactivate the comment spam filters, but it’d be nice to be able to respond to my own posts. πŸ˜‰

    I used Beel’s solution and it fixed my comments popup as well.
    Thanks a lot!

    Thanks, also, to you all! I was having the same issue and you have helped me fix it!

Viewing 15 replies - 16 through 30 (of 36 total)
  • The topic ‘why is it when i post a comment then click say it’ is closed to new replies.