The register tag has no wiki summary.
0
votes
4answers
202 views
Add 'first name', 'last name', 'date of birth' and 'terms and conditions' to register fields?
How can I add 'first name', 'last name', 'date of birth' and 'terms and conditions' to WordPress' register fields? My site is adult-themed and I would like to verify users' ages and have them agree to ...
1
vote
0answers
44 views
Multisite 404 on pages - rewrite error breaks database
After updating my reading settings on my multisites, I get 404 errors on all my pages.
The only way to fix the issue is by reverting the database to previous version, that is the only way it can be ...
0
votes
0answers
16 views
Plugin De/Activation Not Firing On MultiSite install
I have a very rudimentary plugin in development, but at the point of needing to enable the register_activation_hook() and register_deactivation_hook() I have stalled. I am getting zero output from ...
0
votes
0answers
6 views
Multiple User Accounts with 1 email address on Multisite
I recently found the following post dealing with overriding the error messages when trying to create another account on a multisite blog, when that email address already exists in the network.
My ...
0
votes
0answers
21 views
Problem in custom user registration form
Some one ask this question here but answers just refer to use different plugins. My problem is same but I do some thing different. I create user custom registration page with name of register.php and ...
0
votes
0answers
15 views
Remote user/site registration in wordpress mu
Here is my requirement.
I have 2 sites. www.mysite1.com (developed in cakephp) and www.site2.com (in wordpress mu).
What i want to do is, when a user registers on mysite1.com, he should ...
0
votes
0answers
52 views
Custom “Latest News” widget wipes out the site
I want to register a custom "Latest News" widget, which would be teh exact copy of the default "Recent Posts" widget, with minor modifications.
Here's the original code, taken from the ...