User Registration on Multisite installation with the Multisite User Management plugin
I'm currently testing a multiuser installation with a directories structure for AppThemes templates. I'm not sure the best way to handle new user registration. I am using the Multisite User Management (MUM) plugin, which works great when users register from the main site, but only imcompletely when users register through one of AppTheme directory sites.
The difference, I think, is the user registration form. If a user registers through the main site, they are directed to the following:
http://www.mywebsite.com/wp-signup.php
When a user signs up through this "
wp-signup" page, they are automatically added to the other sites, thanks to the MUM plugin.
If, however, a user tries to register through one of the directory sites--AND that site is using an AppTheme template---they are taken to a custom user registration form:
http://www.mywebsite.com/coupons/wp-...ction=register
When a user signs up through the "coupons/
wp-login" page, their account is created, but not automatically added to any of the other sites. If I want to add them to the other sites I have to manually add them to the other sites by re-running the MUM plugin action (change roles, SAVE, change role back, SAVE). Obviously, I'd rather NOT have to do that. (ASIDE: I've noticed that if I'm using a more basic theme on a subdirectory site, the user is taken to the main "
wp-signup" page.)
My question is, what is the best way to resolve this problem?
(1) Find a way to redirect the users to the "
wp-signup" page, no matter what site they're are starting their registration?
or
(2) Find a way to programmatically utilize the MUM plugin when registering through a local "
wp-login" page?
Does anyone have any advice on this one?
Thanks!