SFC
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Login form, horizontalDid you ever figure this out and if so what did you modify? I want to widen my login form.
Thanks,
SFCForum: Hacks
In reply to: Fatal error: Cannot redeclare wp_new_user_notification()Alex,
You are correct I’ve added the the phone number field to the wp-login.php via a hack and was trying hard to pass the phone number to the admin registration email without hacking anything. I’ll review your plugin and see if I can determine what I’m doing wrong.
Thanks for your response.
SFCForum: Hacks
In reply to: Fatal error: Cannot redeclare wp_new_user_notification()The reason I posted in the Hacks forum is because until I can get my plugin to work my only solution is to hack the pluggable.php which I’d rather not have to do.
SFCForum: Hacks
In reply to: How do you get $user_id from inside login_redirect filter?That did the trick. Thank you Mark. You’re a life saver.
SFCForum: Hacks
In reply to: How do you get $user_id from inside login_redirect filter?Mark, That was a recently introduced mistake, sorry for the typo. Would you please take another look. I made the correction you pointed out and the $user_id is returning 0. It should be returning with $user_id = 7 for the user being logged in.
If the login_redirect filter does not execute after authentication then which should I use?
Thank you,
SFCForum: Installing WordPress
In reply to: Self host, 2nd WP blog install questionFound the answer to my question in a Doc called Installing Multiple Blogs.
Closing this post as resolved.
SFCForum: Installing WordPress
In reply to: Self host, 2nd WP blog install questionFound the answer to my question in a Doc called Installing Multiple Blogs.
Closing this post as resolved.
SFCForum: Installing WordPress
In reply to: step 5. installationMake sure your browser’s option settings allow running scripts and applications.
SFC