towfigh
Forum Replies Created
-
Forum: Plugins
In reply to: Post Teaser 3.8 incompatible with WP 2.2 (?)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!
Forum: Fixing WordPress
In reply to: does not work with WP 2.2Sorry… posted this thing by mistake, when checking the page about the Post Teaser Plugin
Forum: Installing WordPress
In reply to: Unicode chinese turn into symbols after upgrade to wp2.2Found 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
Forum: Installing WordPress
In reply to: Unicode chinese turn into symbols after upgrade to wp2.2Hmm, 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 https://www.towfigh.net/emanuel/categories/hanyue
Any idea for a remedy?
Thanks in advance…
Forum: Installing WordPress
In reply to: 2.0.2 Is outSorry to ask a newbie question…: but how do you apply the .diff file? That would be such a perfect thing to do :-). Thanks!