Tagged Questions
1
vote
1answer
38 views
Include “registration.php” for custom registration form?
I’m creating a custom registration form for my website. Every tutorial has this call in the form
require_once(ABSPATH . WPINC . '/registration.php');
I’ve read that registration.php has been ...
0
votes
0answers
27 views
How to remove username field from the registration page?
I know about http://wordpress.org/extend/plugins/wp-email-login/, but it only takes care of login - not registration. I don't want any javascript-based solution. (I'm aware of Register Plus Redux, but ...
0
votes
0answers
22 views
Registration and Newsletter opt-in
I am trying to create a registration form that allows opting in for a newsletter as well. I created my own registration form using the code found here: Custom Registration Template/Page
I have tried ...
3
votes
2answers
136 views
Custom Registration Template/Page
Is there a way to display the WordPress register form on a custom page the way one would use <?php get_search_form( $echo ); ?> for a search form? If not how would one go about creating such a ...
0
votes
0answers
64 views
Adding Custom field in a signup form not working
I have used the following code in functions.php to add some custom field to my registration form and add it to the db in the wp_usermeta table. But dont know why it is not working. I am using a custom ...
0
votes
0answers
132 views
Add data from front end into custom made table in database
I have a registration form which contains firstname, lastname, organisation, username, email etc. Here Username and email only will be saved in the db in the wp_users table.
I have created a new table ...
0
votes
3answers
172 views
Insert Extra fields added in the front end registration form to DB
I have added some extra fields like first_name,middle name,last_name etc into the custom registration form. I want to add those details int the DB also. Now only username,email,Display name and ...
0
votes
1answer
107 views
How to bypass the username as a required field in registration and just use email address instead?
Is there a clean way of doing so? I would prefer doing that in functions.php using some action and/ or filter hooks. The 2nd-best option would be using some good plugin out there. (I haven't seen 1 ...
0
votes
1answer
34 views
Is there a way to direct unregistered user to registration page when click a link?
everyone:
this question seems pretty commmon to ask, but I did not find any answer.
I was wondering, if there is a php function that I could use to direct a user to the site's registartion page, so ...
1
vote
1answer
54 views
How to let user select role upon registration in Facebook-AWD?
I would like to use the plugin Facebook-AWD plugin.
My site would provide two ways of registration (normal and register with Facebook). Users must select their role, ie: buyer and seller.
With ...
0
votes
0answers
381 views
jquery.validate remote: Checking if username is taken
I'm working on a wordpress plugin and I'm trying to validate a username field on a custom registration page. I need to check if the username is already in use in my install.
I have it working the ...
0
votes
1answer
95 views
what is the best and safest way to allow users to register to site
I'm wanting to allow users to register to my wordpress site. What is the best and safest way to implement this?
The ultimate goal is to give the users the option to subscribe to alerts when updates ...
0
votes
2answers
67 views
Wrong user registration date in wordpress
I have this funny problem and I'm not able to locate where it happens.
The problem is when a user registers on my site his/her registration date is wrong (not just wrong but total rubbish, even if I ...
1
vote
1answer
1k views
How to create custom LOGIN and REGISTRATION forms?
I have developed a theme for Wordpress and I need to customize login and registrations form.
At the moment, as usual, the login and the registration URL are:
http://www.example.com/wp-login.php
...
1
vote
1answer
87 views
Wordpress to use Drupal users' credentials
I have both Wordpress and Drupal installed on two domains. I want the users that register via Wordpress to be stored in Drupal's user table. Also, any login attempts should be checked against Drupal's ...
0
votes
1answer
144 views
What hooks, actions or filters i can use to customize wordpress registration page and form?
i would like to customize the design of the registration page of wordpress and also the registration form. Can i create a registration page template? or maybe tell wordpress to use a custom ...
1
vote
1answer
930 views
What plugin(s) are best for this User registration task?
I have a site with user registration and I have a few specific qualifications that I must fulfill.
The login/registration area should be on its own page within the template using a custom page ...
0
votes
1answer
254 views
User activation in wordpress
I want my users to first to activate their accounts so they can use all the features in the site.
There is a field in wp_users table named user_status which its default value is 0.
I wonder what's ...
1
vote
2answers
804 views
Custom registration form with different registration process based on what's selected
I'm trying to make a registration form with a registration process like the following. Can it be done?
These are the fields for the registration form.
Username
Email Address
First Name
Last Name
...
0
votes
2answers
422 views
Can email address be used as user name?
Is it possible to do something to WP so that I'm able to use the e-mail address as username?
I do not want to download a plugin for this.
0
votes
2answers
375 views
Wordpress and Magento: let Wordpress manage user registration and logins?
I need to integrate Magento and Wordpress for a corporate website.
There will be other functionalities in the website that will require a login (ie forum, helpdesk and maybe others...) which I would ...
1
vote
1answer
2k views
Email confirmation on registration
I have set up the registration form using this chunk of code:
wp_create_user($username, $password, $email);
Note that i have did all kinds of validation before use this code. The registration is ...

