Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter ryokuns

    (@ryokuns)

    bump

    Forum: Plugins
    In reply to: WP-Stats are not working

    so is mine. this happens right afer i upgrade to wp 2.5.
    i’m using nuffnang tracker and it shown today i had around more than 100’s hits. wp-stats showing 0 for the past 5 days.

    Thread Starter ryokuns

    (@ryokuns)

    i didn’t use custom scripts and yet it still loaded itself..
    mm_handled 1

    I’m having the same problem.. this happened right after I installed a fresh wp 2.5 on my hosting.. I test the same version on my pc and it works. What makes it not working on my hoster?

    I have disabled all plugins and it’s still not working

    follow ur guide above. didn’t work

    Thread Starter ryokuns

    (@ryokuns)

    arickrol here’s how i do it fix it

    but then it happens again . just now i try to make new post and i saw bunch of custom fields are duplicating itself. manual delete them .. I think one of plugins are being the culprit.

    removing them can only be done by clicking delete manually. there’s no way u cld do that when firefox hang with more than 100s of mm_handled rite?

    to otto, yes custom fields still duplicate themself even when plugins are disabled

    ryokuns

    (@ryokuns)

    WYSIWIG function is gone right? it was easier back on 2.3 resizing image and stuff. i certainly agrees that i hate this new editor.

    ryokuns

    (@ryokuns)

    i’m having the same problem.. its creating 100s of mm handled .. been having this problem since wp 2.2.3

    Thread Starter ryokuns

    (@ryokuns)

    i did what Beel told. i change in options to blog.php as the index. but then it keeps makin d address to something like these ; blog.php/index.php . which mean, using option in wordpress doesnt work.
    about php my admin, i dont have the access to that. i’m being hosted by someone else so i can’t try that one..
    any other way?

    Thread Starter ryokuns

    (@ryokuns)

    erm.. there’s something wrong with the above post. it wont show the <*p class=”head>welcome</p*>
    and i can’t edit it coz it keeps giving me the 60 second error even after i wait for 5 min..
    here i post the code again..
    <*p class=”head>Welcome</p*> ( this is where i wanna put the tittle and the date. )
    <div id=”content”>
    <?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
    <?php the_date(”,'<h2>’,'</h2>’); ?>
    <div class=”post”>
    <h3 class=”storytitle” id=”post-<?php the_ID(); ?>”></h3>
    <div class=”meta”><?php _e(“Filed under:”); ?> <?php the_category() ?> â€â€? <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(); ?></div>
    <div class=”storycontent”>
    <?php the_content(); ?>
    </div>
    <div class=”feedback”>
    <?php wp_link_pages(); ?>
    <?php comments_popup_link(__(‘Comments (0)’), __(‘Comments (1)’), __(‘Comments (%)’)); ?>
    </div>
    <?php include(ABSPATH . ‘wp-comments.php’); ?>
    </div>
    <?php endforeach; else: ?>
    <?php _e(‘Sorry, no posts matched your criteria.’); ?>
    <?php endif; ?>
    </div>

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