dwbullock
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: New Page: Automatically Setting Page ParentOne more ping, hoping for some help …
Forum: Networking WordPress
In reply to: Same User Name for Different Sub-SitesI wish it would just use the e-mail address as the unique ID (which it already does anyway). If that’s the case, then I guess I’ll have to write a login screen that takes in the e-mail address and looks up the ID for login, and manhandle the theme to ensure that the ID is not shown anywhere. Too bad.
Forum: Networking WordPress
In reply to: Making users to register before viewing a multisite subsiteJust to make sure I understand: You want your main domain site (e.g. http://www.domain.com) to be accessible to the general public (i.e. not require login in order to see the content), but you want the sub-sites (e.g. http://www.domain.com/subsite) to require a login in order to view the content.
If that is correct, I’m doing the same with the following plugin, which I turn on for each sub-site (and DO NOT turn on as a Network plug-in):
http://wordpress.org/extend/plugins/force-user-login-multisite/If you have a certificate, you may also want to enable SSL for your login screens – seems like security is an issue for you:
http://codex.wordpress.org/Administration_Over_SSLSomeone else will need to help you with allowing users to register themselves. Seems pretty basic, but I haven’t done it before.