wordpress-mu

How to create wordpress user from cross domain registration form

I want to create registration form for my website but my server is not provide database for storing data. so in this way i used wordpress on another server and i want to store registration information in wordpress user information and maintain also with wordpress. hows this possible.... ...

Has anyone used Smart Image Resizer on subdomain sites?

I'm using Smart Image Resizer for dispalying images. This works fine on single site WP. But it does not work for WPMU. Has anyone used Smart Image Resizer in WPMU using subdomains? Update I've found the solution. It's added below. ...

Sql-request to sort blogs by order in wordpress mu?

I'm using the following code to generate a list of all wordpress blogs in my wordpress mu network: $blogs = $wpdb->get_results("SELECT * FROM " . $wpdb->blogs . " WHERE last_updated!='0000-00-00 00:00:00' AND public='1' AND spam = '0' AND deleted ='0' ORDER BY registered " . $order . " LIMIT " . $limit); How do i do to order them ...

How can I simultaneously query all blog options table in a Wordpress multisite installation (3.0)?

In our Wordpress 3.0 multi-site installation, we have a custom option for all of our blogs called something like 'platform'. Admins can enter in a value for this platform when creating or editing a blog. Some blogs may have no platform. We need to be able to create a list of all platforms, and their associated blogs. The problem is, we ...

wordpress mu 404 without end slash

I've just setup a wordpress MU install and almost everything seems to be in working order. When i hit site.com/subsite i get a 404 on site.com but when i go to site.com/subsite/ (notice the trailing slash) everthing seems to work fine. the generated wordpress mod_rewrite code is # BEGIN WordPress RewriteEngine On RewriteBase / Rewrit...

rewrite rules for wordpres 3.0.1 multi site with subdirectories nginx

Hi, I've been trying to use the solution from this post: http://stackoverflow.com/questions/3488861/rewrite-rules-for-subdirectories-in-wordpress-3-multiuser-with-nginx But I keep getting an "unknown directive if(" when restarting nginx. Am I doin' something wrong or do I have the wrong rewrite rules or what? Thanks for your help. La...