1) I think if b2evo has any advantage over WP, it’s here, in it’s ability to run up to 3 blogs off one installation. On the other hand, it’s not quite true that that you need a ‘separate database’ for each WP blog. You simply need to change the db table prefix for each install. (Example: 1st install uses the prefix ‘wp’. The second might be wp2 (or whatever). Additionally, you can theoretically have as many WP installs (and blogs) as you want. All on a single database.
2) I can’t address this one, except to say that there are Asian-language WP blogs out there, so there must be a way. I’ve seen some of the forum posts about ‘hacking’ various files to accomplish this, and what I’ve seen doesn’t seem very difficult at all. (And I’m no hacker.)
3) Not true. WP has comment moderation, meaning you decide which comments get posted and which get deleted. There’s also a kind of ‘blacklist’ capability currently in CVS.
4) I suppose ‘nicer layout’ is a subjective call. 🙂 However, it’s extremely easy to change the WP layout. It requires you to edit the index.php to call up the style sheet of your choice. (This usually involves simply changing the name of the style sheet referenced in the index.php.)
5) Not sure of the question here, but I’d definitely (having played around with b2evo, among others) agree that WP is infinitely more configurable, and simpler to alter to suit one’s needs.
Hope that helps!
So I’m giving WordPress a try as well. The instructions for changing the style sheet seemed simple enough. But After copying a new *.css, renaming it to wp-layout.css and 2 small jpg files under another folder, I did not see any change. I log out or use another PC and I see the same original layout. Clearing cookies,cache, removing trailing / doesn’t seem to help here.
I has a similar problem with b2evo, but it the new default index.php kicked in after serveral hours. It’s strange because I don’t use proxy servers. I’m waiting for my rubic css to kick in.
As for b2evo, I’m not sure about the benefits of 3 seperate blogs unified into one. Are you already doing something similar by being able to create multiple categories? Can we give status so that some users see other categories?
You’re right, Alvin: if you changed style.css to wp-layout.css, you wouldn’t need to alter index.php.
But something IS holding your stylesheet prisoner…without a valid .css, it should simply show your unstyled index.php. I assume you’ve tried reloading the page, clearing your browser cache, etc.? Your (well, I should say MY) browser caches pages, and I’m not using a proxy either.
By unstyled I mean it doesn’t show *any* style, wp default or otherwise. Your page would look like a list, basically…date, content, etc. all in a line down your page.
Categories don’t normally display until you’ve got at least one post attributed to a given category. So, if you had 20 categories, the only ones that show are those that have posts in them. The others wait silently in the background until they’re used. 🙂