Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • I can upload an image by IE6 but keep “Crunching…” on Firefox 2.0.0.3 with HTTP error message.

    After uploading by IE6, I can not manage my image at all. Amazingly I can manage my image on Firefox 2.0.0.3 after that.

    Is this the browser compatible issue?

    Thread Starter thanapat

    (@thanapat)

    Thank you very much both “alphaoide” and “jaredquinn”. Finally I realised it is a bug. Hope it would get fix soon.

    Next, I have already success in preventing the counter show in preview pane by adding this code.

    <?php if ( !isset($_SERVER[‘HTTP_REFERER’]) || $_SERVER[‘REQUEST_URI’] == ‘/’ || substr($_SERVER[‘HTTP_REFERER’], strlen(get_bloginfo(‘url’)), 36) != ‘/wp-admin/post.php?action=edit&post=’ ) { ?>

    …CODE…

    <?php } ?>

    Thank you very much everybody for your wisdom and your share.

    Thread Starter thanapat

    (@thanapat)

    Thank you very much “alphaoide”. It’s still not work.

    My counter is in footer.php. Is there any other way?

    Please help…..

    my code is below:
    <?php if (!is_preview()) { ?>
    <!– BEGIN WEB STAT CODE –>
    ……
    <!– END WEBSTAT CODE –>
    <?php } ?>

    Thread Starter thanapat

    (@thanapat)

    bump!!!

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