Multisite website configure Domain issue

As per the instructions for setting up WordPress MU Domain Mapping, sunrise.php needs to be placed directly in your /wp-content directory. It’s not a plugin in the traditional sense, so can’t be placed in mu-plugins (or even plugins for that matter). Setting up this plugin can take a bit of manual work so take care … Read more

How to make Multisite global login that redirects to correct subsite after login

I just tested this on my local with a fresh subdmoain setup. Here’s my setup: Created subdomain.test Added site: demo1.subdomain.test with the admin user demo1 Added site: demo2.subdomain.test with the admin user demo2 Now, if I go to http://subdomain.test/wp-login.php and login, I get the following results: User demo1 logs in to http://subdomain.test/wp-login.php and is redirected … Read more

WordPress MultiSite Link Cloaking/Redirect Solution?

I just checked if my WP Traffic Tools (http://www.wptraffictools.com) does this, and it does not. I thought about changing to the way you wanted, but the potential to bring unwanted overhead onto sub-blogs that do not share common links causes me to stop. But… if you were to edit the file /wp-traffic-tools/wp-cloakme.php, replacing the following: … Read more

Some questions about WPMU [closed]

1) WordPress MultiUser (WPMU) was the term used before WP3. WPMS is for version 3 and newer. 2) Subsite posts appearing on the main site is built into BuddyPress. You will need to install BP to your multisite setup for this to work. 3) There are several plugins that achieve this either through a) a … Read more

How to use same email for multiple users? [duplicate]

As you assumed – the solution is pretty easy. First create a file(for instance) skip-email-check.php and inside it put the code from the other answer: add_filter(‘wpmu_validate_user_signup’, ‘skip_email_exist’); function skip_email_exist($result){ if(isset($result[‘errors’]->errors[‘user_email’]) && ($key = array_search(__(‘Sorry, that email address is already used!’), $result[‘errors’]->errors[‘user_email’])) !== false) { unset($result[‘errors’]->errors[‘user_email’][$key]); if (empty($result[‘errors’]->errors[‘user_email’])) unset($result[‘errors’]->errors[‘user_email’]); } define( ‘WP_IMPORTING’, ‘SKIP_EMAIL_EXIST’ ); return $result; … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)