noxdineen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Multiple WP installs, same login for each?I tried this on WP 2.1 and it didn’t work. Did I do something totally wrong (a possibility, for sure), or have some of the tables or some such changed?
Edited to add:
$this->cap_key = $table_prefix . 'capabilities';doesn’t seem to exist in capabilities.php in 2.1.So… am I just out of luck?
Forum: Themes and Templates
In reply to: Multiple sites/themes using the same WP database?Okay, I have WordPress 2.1, and my wp-settings file has the following line:
$wpdb->users = $wpdb->prefix . 'users';I don’t see
$table_prefix. Admittedly, I’m a PHP noob, so I may be missing something.Forum: Fixing WordPress
In reply to: Fuzzy Recent Posts – changing formatting and titleI’d like the plugin to show recent posts but ignore my 10 most recent, as it’s sitting right next to excerpts from them.
Is there any way I can set it to call not the 10 most recent posts but the 10 before those? Setting an offset would be a great addition to this plugin.
Forum: Installing WordPress
In reply to: Need .mo language files for EN_USI also tried to install Binary Blue, and I changed the config file to indicate English as my language without adding an MO file (since there doesn’t seem to be one?).
No good, the theme is still pissed about lack of localization.
Forum: Fixing WordPress
In reply to: Creating multiple blogsIt seems like they’ve been saying multiple blogs are just around the corner for years now.
I really need seperate blogs, integrated onto a single front page. I’m trying b2evolution but I’m not happy with it. I would LOVE to stick with WordPress, but without this key feature it just isn’t in the cards.
Looks like I have to go crawling back to Movable Type after abandoning it for WordPress many years ago.