mak_sim
Forum Replies Created
-
Forum: Plugins
In reply to: Subscribe2 Plugin HelpObviously, it doesn’t work with WP2.0.3.
I just added line
$cache_categories = array();
before foreach loop (line714)
to submit form without errorsForum: Fixing WordPress
In reply to: special category for syndicated postsThanks!
I did perform a search but I used a slightly different keywords.
Forum: Fixing WordPress
In reply to: Category w/no Posts & Permalink ProblemKen, I have exactly the same situation (stock 1.5.1.3 install) and looking for a solution as well. Sorry for not being of much help to you, but at least I can assure you this is not an unique problem.
I also suspect this is a bug either in default WP 1.5 scheme or in WP itself (less likely).
Forum: Fixing WordPress
In reply to: i18n problems upon database transtionIt’s utf-8 on both machines.
Forum: Fixing WordPress
In reply to: Selective anon posting“anonymous author” — that’s a good idea, thanks!
If there is no way to do it like I wanted originally, an “anonymous author” idea is a fine compromise.
Forum: Fixing WordPress
In reply to: post-via-email for multiuser setupYes, vanilla blog with multiple authors, some of which requests this feature. Sorry for confusion.
Forum: Fixing WordPress
In reply to: post-via-email for multiuser setupEr? What’s a “WordPress MU”? I’m using a stock 1.5 setup.
Forum: Fixing WordPress
In reply to: user-based navigationStupid me. Should have checked the docs first. The amount of content on codex is just astounding if not overwhelming.
Forum: Fixing WordPress
In reply to: user-based navigationThanks, I’ll look right now.
Btw, from reading the sources, there is already some provisional code. For example, index.php accepts “author” parameter and there is wp_list_authors function (which is never called though).