Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter towfigh

    (@towfigh)

    Didn’t give up and went on digging, the code line causing the problem is the following:

    [439] $content = apply_filters(‘the_content’, $content);

    Context:

    if (($more || $multipage) && ($this->doing_reading_time ||
    $this->doing_counts)) {
    remove_filter(‘the_content’, array(&$this, ‘process’));
    $content = apply_filters(‘the_content’, $content);
    add_filter(‘the_content’, array(&$this, ‘process’));
    $content = str_replace(‘]]>’, ‘]]>’, $content);
    }

    Removing the line leads to the information created by the plugin be shown several times (1x for the first post, 2x for the second, 3x for the third etc.).

    If anyone can do anything to give me a clue I’d be enourmously grateful!

    Thread Starter towfigh

    (@towfigh)

    Sorry… posted this thing by mistake, when checking the page about the Post Teaser Plugin

    towfigh

    (@towfigh)

    Found the solution, in case anyone else has similar problems: The plugin “o42-clean-umlauts” in its current 0.2.0 version is incompatible with WP2.2

    Cheers

    towfigh

    (@towfigh)

    Hmm, that’s all very interesting but unfortunately doesn’t work for me.
    Here’s what happened with my wordpress install:

    I upgraded to 2.2, leaving the config file untouched. Now when I look at posts that contain Chinese characters, they randomly display as “ä??” in FireFox or as “ä” and two square bullets with a question mark in Safari. When I edit the post, however, everything is displayed totally correct? For an example, check http://www.towfigh.net/emanuel/categories/hanyue

    Any idea for a remedy?

    Thanks in advance…

    Forum: Installing WordPress
    In reply to: 2.0.2 Is out

    Sorry to ask a newbie question…: but how do you apply the .diff file? That would be such a perfect thing to do :-). Thanks!

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