Tagged Questions

3
votes
1answer
489 views

.htaccess for WordPress multi-site causing random error 500?

I have a fresh WordPress 3.2 site and have activated multi-site for it. I am hosting this on a shared CPanel account and the WordPress install is in the root /public_html folder. I have it set for ...
3
votes
1answer
281 views

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 ...
1
vote
4answers
45 views

Store result of a function in an array

I have a function list_all_wpmu_blogs($tmp_limit, $tmp_name_or_url, $tmp_begin_wrap, $tmp_end_wrap, $tmp_order) If i use like this <?php list_all_wpmu_blogs('', '', '', '', 0); ?> It lists ...
1
vote
1answer
48 views

set a www on wordpress subdomain OR how to tell facebook that i've removed the www subdomain

i recently moved my website to wordpress multi site intro: because im using wordpress with multisite it doesnt allow using the "www" as sub-domain. problem: because of that i lost all the "likes". ...
1
vote
1answer
54 views

What is Full URL pattern for WordPress' Sites when Multisite is setup?

What is WordPress' Full URL for Multisite? Is there even such a concept? I am referring to full notation equivalents of this pattern: .http://www.website.com/blog_1/lang/post_222/ ...
1
vote
1answer
24 views

Wordpress Dispersing Multisites

I have plus 15 sites locked in a Wordpress multisite installation by a previous developer, the owner of the company decided that it would be in the best interests to break these up and segregate them ...
1
vote
0answers
59 views

Anyone familiar with Wordpress MU domain mapping? Need desperate help please

We have the Wordpress MU Domain Mapping plugin installed and have followed instructions to the best of our ability but we can't seem to get this working at all and I've tried everywhere to get advice ...
1
vote
2answers
325 views

Wordpress Permalink problem on current site (Wp Network)

I'm using wordpress. Installed in the subfolder. (webroot/blog) Permalinks was before: http ://www.mysite.com /blog/ sample-post.html I actived the network. Permalinks after: http ://www.mysite.com ...
1
vote
1answer
190 views

Wordpress in a server farm with a CDN

I have setup a wordpress multisite blog that is load balanced over 5 servers (we're expecting a lot of traffic). This is in windows and using IIS 7 One issue we had was the wp-content folder and ...
1
vote
1answer
214 views

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 ...
1
vote
2answers
107 views

Getting list of categories available in wordpress NETWORK sites

In my plugin, I am trying to get the list of categories available in all the available network website. Is it possible without writing SQL query?
1
vote
1answer
214 views

Links with WWW in Wordpress redirect to home page

I've recently updated a website I work on to Wordpress 3.0. Something strange has started happening, where now the www. has dissapeared from the URLs, and if you add the www. to the URL (a good ...
1
vote
1answer
130 views

functions file, plugin, and theme scoping in wordpress mu

I've got a plugin that is declared and hooked following best practices described in this related question: ...
1
vote
3answers
150 views

Using Wordpress as a CMS to a site AND blog (two completely different layouts for each). Duplicate installation?

I'm going to create a website using Wordpress static pages feature. It's going to have a menu for all the created pages. A blog is going to be created as well. This blog has a completely different ...
1
vote
1answer
308 views

How should I create a global options in wordpress?

I am using WPMU but there are some options that the administrator should set and should take affect for every user of the website. Does wordpress have a place to store these global options? Can ...
1
vote
4answers
1k views

How to allow self-registration to join a specific Wordpress MU blog

I have a Wordpress MU instance installed. I allow self-registration, and self-creation of blogs. I have a user who has created a blog for a Chemistry class. He wants his 100 students to be able to ...
0
votes
0answers
15 views

Wordpress fast site switching [migrated]

I have a few wordpress sites and I want to make it easier to manage. I was thinking of being able to switch sites in the dashboard like wordpress multisite, but when I was looking into it I see that's ...
0
votes
0answers
14 views

Autocreate custom-field script only works sometimes - WPMU

I use this code to get thumbnails in to a custom field + remove any empty custom fields that may be created in the process... because that happens sometimes. I use it in a WPMU installation. The ...
0
votes
1answer
20 views

Need a custom registration plugin/script for Wordpress Multisite

I'm looking for a plugin or a code that can let me customize the registration-form on Wordpress multisite (/wp-signup.php). What I would like to be able to do is to add the choise to set password and ...
0
votes
1answer
13 views

Aggrigate posts from blogs using Wordpress Multisite

I'd like to revise my main Wordpress loop to include posts from the other blogs on the multi-site instance of Wordpress. I'd like to order them by date (just like how the default loop does it). What ...
0
votes
1answer
22 views

Multiple Wordpress instances vs Multisite (performance-wise)

I have around 15 Wordpress sites, all of them are very low traffic (100-500 reqs/day) and I want to host these on a small VPS (actually, a Linode 512), serving these with the Nginx/php-fpm combo. The ...
0
votes
0answers
26 views

Plugin issue for WordPress MutiSite Network

I Have WordPress MutiSite Network Installed on my server and I have 3 sites create. http://site1.mydomain.com http://site2.mydomain.com http://site3.mydomain.com Right now if I activate any plugin ...
0
votes
1answer
35 views

-WP Multisite- How to also drop plugin database tables when blog is deleted?

Is there a way to also drop plugin database tables when blog is deleted? As i observed, only the default wordpress database tables are dropped but not the plugin generated tables. Please help.
0
votes
0answers
69 views

Bug with wp_insert_term and switch_to_blog

I'm running a network of about 80 sites using WP multisite 3.2. I'm experiencing irregularities using switch_to_blog whith wp_insert_term. To test this I have disabled all plugins, and am testing on ...
0
votes
0answers
96 views

buddypress + Wordpress mu error with primary xprofile field_1

Im using latest buddypress + Wordpress Mu on a site. Im using the primary field (field_1) for First Names. For some reason this primary field get overwritten with the username value. To test this i ...
0
votes
0answers
74 views

wordpress mu domain mapping problem

i installed WordPress mu and WordPress mu domain mapping plugin but the only problem that i have is that i cant park a domain to use for main domain for example my main domain is foo.com and i want ...
0
votes
1answer
64 views

acessing tables with wpdb in a wordpress MU

I'm trying to use wpdb class to get the post id from the top-level site in a WP-MU environment from one of the sub-sites using a meta value from the sub site. The following code pulls from the ...
0
votes
0answers
37 views

add manage users permission for admins on wordpress mu

add manage users permission for admins on wordpress mu can't add manage users permission for "administrator" on wordpress multisite
0
votes
0answers
49 views

Creating pages in multiple other (multisite) blogs from non-multisite plugin - how?

We're running a large number of sites, each on completely unrelated domains, using WP multisite. We also have a plugin (a regular one, which is network enabled - so available on all sites) for which ...
0
votes
0answers
57 views

Wordpress multiple site - allow users to change their site's address

I am using WordPress 3.1, multiple-site enabled. By default, new users can register for new sites (e.g: www.mysite.com/usersite), but they are not allowed to change the site name (cannot change ...
0
votes
1answer
84 views

I want to create a Visual Recipe site on WordPress, any suggestions or tips on how i can do it?

I would like to create a visual recipe site, which lists how to make a dish in step by step through pictures.. Is it possible to create a custom page template where I can the following fields. ...
0
votes
1answer
59 views

List Multisite Dashboards on Admin Sidebar

I've only got two or three sites, and it's driving me batty to always have to click on 'My Sites' then on the 'Dashboard' link to navigate around between them. How can I add these dashboard links ...
0
votes
2answers
234 views

Wordpress - Domain mapping problem on wordpress network

I'm having trouble with the setup of the MU domain mapping plugin, I'm just getting the default server cgi page when I goto the mapped domain. These are the steps I've gone through: Installed the ...
0
votes
1answer
86 views

Can I use WordPress multi-site except for the www main domain?

I have searched for this and have no answer at all, maybe I'm just a bad researcher. Anyway, this will be my first time working with a multi-site install. I have a site www.domain.com and installed a ...
0
votes
0answers
48 views

Wordpress to custom blog - user migration

I have been using wordpress + buddypress for one of my non-profit social network site. Now I have to make a custom site for the same. How can I migrate the users from the old wordpress application to ...
0
votes
2answers
343 views

Migrating from Wordpress MU to single site

I have seen alot of information on migrating from wordpress Single User to Multi user but don't see any on migrating from MU to SU. I would be grateful if someone could point me in the right ...
0
votes
1answer
90 views

ShareThis plugin on WordPress MU - default in all blogs

I have one instance of Wordpress Multiuser and need ShareThis plugin to be automatically activated in all new created blogs. I've seen a post: Plugins placed in wp-content/mu-plugins are ...
0
votes
1answer
57 views

Accessing original WordPress blog's DB from sub-blogs in network mode

I'm helping with a university radio station website that runs WordPress and was recently switched over to Network (Multi-site/multi-user) mode by myself. The setup is as such: The parent site ...
0
votes
1answer
316 views

.htacces rewrite to subdomains without wildcard dns

I've googled around quite a bit and also tried some of the solutions I've found. Unfortunately without success. My problem: For a Wordpress install I couldn't do a subdomain setup since I couldn't ...
0
votes
1answer
107 views

Manually Moving Posts/Pages/Comments/Tags from WPMU to WP3.0

Seems when I import the WPMU's XML file into the WP 3.0 install, I lose a ton of Pages/Posts/Categories. I am now leaning towards just manually moving over the tables from WPMU to WP3.0. Yet, when I ...
0
votes
3answers
233 views

WordPress and .htaccess

I have a website powered by WordPress MU. The front page of the site is translated in several languages. How do I rewrite the following URLs? http://www.example.com/?lang=en ...
0
votes
1answer
69 views

Looking for a way to managed multiple Wordpress sites under separate hosting spaces

I managed a good amount of Wordpress websites all of which are on separate hosting spaces and have all their own plugins etc. Taking he time to be able to update all of these, one by one, isn't much ...
0
votes
1answer
546 views

Wordpress + BuddyPress + (aMembers OR Magic Members OR DAP OR …)

Does anybody know if there is any smooth integration between BuddyPress (a social networking plugin for Wordpress) with a membership plugin like aMembers, Magic Members, DAP, etc. (Wordpress plugins ...
0
votes
1answer
61 views

How to migrate a blog from Wordpress to Wordpress Mu

I want to migrate some old blogs to Wordpress Mu. I've seen the solutions that suggest renaming some tables, which I'm fine doing, but I feel like there needs to be a real tool out there for this ...
0
votes
2answers
69 views

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 ...
0
votes
1answer
236 views

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 ...
0
votes
1answer
234 views

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 ...
0
votes
1answer
440 views

jQuery.load gives me a 404 Not Found in WPMU

I've developed a plugin that works fine on a single site WP. But when testing it on WPMU with subdomain, I get a 404 Not Found error. The strange thing is that the content is loaded even though I get ...
0
votes
1answer
70 views

3 WordPress Instances - is there a solution?

A website I work on is currently running three different instances of Wordpress blogs, all with their own set of users & permissions, plugins and themes. Unforauntely, I don't think Wordpress ...
0
votes
1answer
144 views

How to get number of users and blogs from Wordpress MU

I am currently maintaining some Wordpress MU installations ( v2.9.x ) I want to create a report ( outside of wordpress ) to count the number of users that I have, and the number of blogs that I have. ...

1 2