WPMU Register Compatibility
Hey Folks,
I have been working on setting up Classipress with Wordpress MU.
Everything seems to be working well so far until I got to the registration function.
It seems that WPMU uses
wp-signup.php instead of
wp-login.php (which is where
the register link is coded to go. Because of this issue, the register link does not
work and users are not allowed to register....thus, I cannot require they register
to post (which is something I need).
Rather than trying to re-code WPMU, what would be the best way to change the
function of the register link so that it accesses
wp-signup.php and the correct action?
Further, how can I require that people register to post? When setting it up in the "CP
Configure--->Ad Posting Permissions", there is red text telling me user registration is not
activated and a link to activate it which takes me to the "General Settings" page. This
page in WPMU does not have the allow registration function as it does on
WP. On WPMU, this
function is found in "Site Admin--->Options" and is structured differently.
So...
What file should I edit, what code should I insert, and where?
Or...
Is it even possible?
I'm no coder, but I can cut and paste like a ninja.
Beers on me to the first person who can save me 4 more hours of google-fishing for the answer.