Questions tagged [wpmu]

WPMU and WPMU DEV began with a concentration on a type of WordPress site called “WordPress Multi-User” (hence WPMU). WordPress Multi-User allowed you to build and run a network of sites from one WordPress installation.

WordPress Multi-User is now called WordPress Multisite. And we here at WPMU.org have moved on too. No longer do we focus solely on Multisite installations (though we still do that). We now focus on all types of WordPress sites – from the single installation on a shared hosting account to the million-site network spread over several different dedicated servers.

Source

89 questions
1
vote
1 answer

when using add_user_to_blog getting error "Call to undefined function get_userdata"

I am working on WordPress MU and trying to build one plugin to add user to multiple sites. so far did everything to loop through sites. But while assigning user to site as below using add_user_to_blog am getting error see below. add_user_to_blog(…
Mahesh Budeti
  • 374
  • 1
  • 16
1
vote
2 answers

WordPress MU: Login from main page but not individual blogs

I recently upgraded to WPMU 2.8.6 and ever since, my users can't log in on their individual blogs, but they can log in from the main page. My site is at blogs.mtwp.net (we're a school district). So if a user goes to…
bradrhine
  • 33
  • 4
1
vote
1 answer

WPMU for Joomla import database records from Joomla 1.5

I have a lot of blog post on my old Joomla 1.5.26 website and I'd like to know how to import those records to Joomla 2.5.14. The version of WPMU on my old site is com_wpmu_2.7.1.1 and com_wordpress_v3.5_j2.5-full on my new website. Is there a tool…
ponzu
  • 35
  • 6
1
vote
1 answer

How to integrate / combine Membership plugin With BuddyPress plugin in Wordpress WPMU

I want to make the membership/subscription plugin correlate with the user profile type. The site has membership/subscription *(wpmedev plug in)*. There are three memberships (parent, care provider, and business) and each membership has three…
Parth
  • 11
  • 3
1
vote
2 answers

Do I really need to use Wordpress MU Domain Mapping?

I'm setting up a Wordpress multisite installation for a client, and all the different sites will be under different domains. I set it up using the subdomain option, and a bit of Googling pointed me to the Wordpress MU Domain Mapping plugin to map…
Christian
  • 19,605
  • 3
  • 54
  • 70
1
vote
1 answer

Doubts with WordPress Multisite User Management

I have a project and will be using Multisite feature of WordPress. I have few questions regarding this: if i add a user for the main site, will it share the user for all sites? if that user I created is logged in to the main site, will the session…
Jayson O.
  • 485
  • 1
  • 6
  • 20
1
vote
1 answer

External API access in Wordpress WPMU

I have an app server accessible via an API call. I have another website using WordPress Multisite installation. On the Wordpress side, where is the proper place(s) to put the API calls and view logic for... security - not gaining access to the…
csi
  • 9,018
  • 8
  • 61
  • 81
1
vote
1 answer

user and blog signup at same time on wordpress multisite

I am using wordpress multisite to create blog in my main site. Wordpress multisite allows us to signup for either user or blog, but i need to create a blog and a user at the same time and the user created need to be assigned as the admin of the blog…
uttam
  • 589
  • 2
  • 7
  • 33
1
vote
1 answer

Wordpress MU (WPMU) / Multi Site - Sometimes images isn't showing

I'm still new here - but I hope someone is willing and able to help me with my issue: We recently merged our regular old school Wordpress blogs into 1 WP MU/multisite installation. But this came at a terrible cost. I have 5 sites in my installation…
Nick Niebling
  • 317
  • 3
  • 12
0
votes
1 answer

WordPress multisite search error "Call to undefined function wpzoom_wpmu()"

(source: dancedric.com) what's wrong here? When I search something, this is what comes up. I don't even know how to interpret this error. In search.php, it refers to wpzoom_wpmu(). where is wpmu declared? where is it saved? am I looking at the…
user657896
  • 189
  • 1
  • 10
0
votes
1 answer

apache slows down over some requests

I have installed apache's MPM and disk cache modules, XCache for PHP, and w3 total cache plugin to spped up my WPMU installation. Overall the website seems to do just fine, but when I visit /wp-admin/ pages, often the response time insreases…
adrian7
  • 986
  • 12
  • 35
0
votes
0 answers

wordpress multisite and sucuri

I recently activated Sucuri on a WordPress multisite with domain mapping but I am facing several issues. First of all, the multisite is set up as subdomains with domain mapping, for example the main site is xxxxxx.eu and there are other subdomains…
tolisp
  • 1
  • 4
0
votes
0 answers

Finding another site in Wordpress Multisite by name?

Finding another site in Wordpress Multisite by name? Let's say I have several different sites in a WPMU (WordPress Multisite). They are: "Bill's Site": coolsite.com/bill "Jim's Site": coolsite.com/jim "Edna's Site": coolsite.com/Edna Etc... Now…
0
votes
1 answer

wordpress (WPMU) new site not inserting in wp_blogs table

In wordpress suddenly I am facing one issue that while creating new subsite then all subsite tables are creating properly but new site entry is not inserting in "wp_blogs" table that's why I am not able to see new in admin site menu. Can anyone tell…
Amar
  • 47
  • 1
  • 6
0
votes
1 answer

How would I keep the slash in my $domain when using wpmu_create_blog to create a site

I am currently working on an automated site creation function on my local installation of wordpress. In essence, a form is filled out on an already existing site and that info is pulled to create a new site automatically via an endpoint that…
LeoHurab
  • 37
  • 4