mulberry
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Poor Dreamhost performanceI haven’t received their warning emails recently too. It is fun.
Yesterday, I tried to install MediaWiki on my dreamhost host. The configuration script gives some informations. One of them is:
PHP’s memory_limit is 50M.
Is it reasonable value?
Forum: Fixing WordPress
In reply to: spam comments still in database?After upgrade to 1.5, I still have this problem. I am the only one?
Forum: Fixing WordPress
In reply to: long web address2fargon, thank you.
sorry, i didn’t talk it clearer. there are such cases: in a comment one pasted a url of some webpage. The comment is shown at the side bar as “recent comments”. Because the url is long and take more space than the width of the sidebar, the side bar will become wider to accomodate the url. in such case, the layout will be distorted.
I hope I have made it clear now.Forum: Plugins
In reply to: How do I display the last 10 posts ?Is there a hack that can display most recent n post with title and part of post content? like the last comments hack.
Forum: Fixing WordPress
In reply to: comments problem for double-bytes languages in 1.0Thank you. It works for me.
Before I see your reply, I have find a solution which I don’t know the why? 🙂
1. change the ‘comment_text’ in add_filter(‘comment_text’, ‘wpautop’) at the end of var.php to a phrase what ever you want, for example, comment_text_f;
2. find the function comment_text() in template_functions.php; change “$comment_text = apply_filters(‘comment_text’, $comment_text); ” to $comment_text = apply_filters(‘comment_text_f’, $comment_text); ” accordingly.
This also works.Forum: Installing WordPress
In reply to: problem after upgrading to 1.0The problem is solved.
In php.ini, set output_buffering OnForum: Installing WordPress
In reply to: problem after upgrading to 1.0Thank you.
As for more information, a clean installation works fine in my server.
http://mulberry.uni.cc/wordpressForum: Fixing WordPress
In reply to: WP 1.0 -alpha-1 —Oh, that’s great!
THanks, look forward