The register tag has no wiki summary.
0
votes
2answers
28 views
Is that possible show user's post after user login
I have website, Administrator setup one post for each register user, only this user can see it when he/she login.(the author of the post is the user's name). I think when user login just search user ...
1
vote
1answer
17 views
Change User Registration
I want to change the fields/functionality of the WordPress registration.
In the following ways:
User specify their e-mail and desired password (no username).
I want the user to have to confirm their ...
-1
votes
0answers
11 views
Register form dont send email [closed]
Im making web page with wordpress.In the meta there is a register button and i register sombody.The problem is he didnt get the mail.Can sombody help me
0
votes
1answer
27 views
Register through url
Im looking for a solution where you can register through an url.
Here's the thing, I want send out an email with a Url link.
Best case:
If the receiver click's on this link, the automaticly will be ...
0
votes
0answers
42 views
Buddypress, understanding registration page
I want to modify my registration page on buddypress.
Here I see a function
bp_get_current_signup_step()
and it returns values like
completed-confirmation
request-details
etc..
First I dont ...
0
votes
1answer
23 views
how to add custom word press regisration form in word press 3.5 with out module
i want to add custom registration form in wordpress 3.5 ..with out module i tried few code samples in net seems to be not working with 3.5 properly
0
votes
0answers
20 views
find functions associated to hooks [duplicate]
In Buddy Press register.php, I see code snippets
do_action( 'bp_custom_signup_steps' );
do_action( 'bp_before_register_page' );
etc.
I am unable to find functions associated to these hooks? have ...
0
votes
0answers
18 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
7 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
33 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
1answer
74 views
User registration on sub site
I have configured multi-site wordpress. I have some sub-sites as like site1.mydomain.com and site2.mydomain.com. Now i just want to enable the user registration on my sub-sites.
When a user clicks ...
0
votes
0answers
12 views
wordpress profile page [duplicate]
Hi there basically this is going to be very complicated for me to explain
basically i am creating a student profile page where parents can log in to view their childs profile
I am creating a ...
0
votes
1answer
73 views
How we get the success messages
How we can get the success messages like we can get the error messages by simple using the variable $error . So there is any other variable like $success. Currently i am using this code to register a ...
0
votes
1answer
172 views
500 Internal Server Error after Register dialog, but with successful registration
I get a 500 Internal Server error if I try to register a new user. This user will be created successfully, but I don't want that my users will see the error page and, therefore, think that something ...
0
votes
2answers
126 views
Register form how to get Total Control of it
thanks for reading.
I'd like to take total control of how the registrations are done on my new site.
I want the new user to write his own password, and fill different fields. Display my own errors ...
1
vote
0answers
46 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
4answers
266 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 ...
0
votes
1answer
48 views
Difference between Option_Group and Option_Name in Register_Settings
I think the title pretty much says it all! I'm working my way through various tutorials on how to add an options page to my test plugin and am struggling to understand the Register_Settings function.
...
1
vote
1answer
314 views
How do I check if a post is private?
What I am looking to do is check if a page is private, give the users the option to register and see the page. Here is what I have now:
<?php
if (have_posts()) :
/* Print the most as normal */
...
0
votes
2answers
994 views
Add Field to WordPress Register Form
How can I add a field to the WordPress Register form? For example, I want to add the "First Name" field in the users profile to the Register form, but I can't figure out how to do that.
The field's ...
0
votes
1answer
78 views
Trying to register script in footer
My problem is the script is not registering in the footer it, is just disappearing, although the jquery.js does show up in the head.
I have the following code in my theme's functions.php file:
...
0
votes
1answer
689 views
auto login after registeration for wp-members plugin
I've tried to do automatic login to wordpress after registering with password when using WP-Members plugin.
I don't have a blog so I decided to write it here, so it may be helpful for someone. I'm ...
0
votes
1answer
55 views
I want to add a tax-ID field in registration form and upon submission, perform a lookup by tax-ID
I want to allow visitors to register to my site. I want to add tax ID field in the form. Upon submission, I want to check if the user belongs to a list (which has been imported in a custom table)and ...
-2
votes
2answers
474 views
How to put Login, Register and newsletter widget on the same page?
I would like to create a template file and put there a login code, register code and widget code. I can do it for a widget, but I do not know how to do such thing for login and register. Any advice ...
0
votes
2answers
472 views
Unregister Nav Menu from Child-Theme
I like to use the Starkers Theme and build child-theme.
So, I`d like to remove the this primary menu
Starkers (functions.php)
function starkers_setup() {
// This theme uses wp_nav_menu() in one ...
3
votes
1answer
1k views
Multi-steps WordPress registration : in 4 steps how to?
I saw in several WordPress sites up on registration that the registration process is in 3 or 4 steps.
how can i implement such process to my theme? ie:
choose your role + fill in register ...
0
votes
1answer
691 views
Register Template
I created a register template for Wordpress with some ajax so that users can click on the register link in my header and the register form opens up in a lightbox. For some reason on submit, if there ...
0
votes
1answer
836 views
How to modify the Register link in the login page?
This is probably very simple, but I would like to add a hook to my theme's functions.php file in order to change the Register link on the login page (wp-login.php).
How would I do that?
0
votes
1answer
205 views
Page template not registering on theme
I have the following code for a page. When I select the template Home Page from the drop down menu in the page edit, it doesn't work on my web host, but locally it works fine, so I don't think it is ...
0
votes
3answers
341 views
register user only with specific Host name
Hii i want to that whenever any user register at my wordpress that just accepet email of specific host
for example if I want to accept only User register with username@gmail.com this email format
...
0
votes
1answer
96 views
how to allow all users who register to a main domain be automatically be registered to all subdomains
i'm looking for how to let those users who registered on a subdomain be automatically be registered in all my subdomains. in this case, the users don't need to register again to the subdomains, when ...
1
vote
3answers
1k views
How do I programmatically set default role for new users?
I would like new users of the blog to have custom role, rather then Subscriber. How do I set this programmatically? I know that it can be changed from the backend.
0
votes
4answers
566 views
Disable all other page except index,register,login till user login
I need to block access to all other content except Index,wp-login.php, register.php till the user login. how to accomplish it.
i created everthing but, when i try mysite.com/members it shows the page ...
0
votes
1answer
199 views
trying to Change to wp_register_sidebar_widget
I got this in my theme:
register_sidebar_widget(array('Sidebar Login', 'widgets'), 'widget_sidebarLogin');
i want to change this to the updated Command aka
wp_register_sidebar_widget
But i seem ...
0
votes
1answer
676 views
Custom Register Link on Backend Form
I want a similar solution like this one for my login form on the backend of my WordPress installation: Forgot Password URL Filter
What I want to do instead of returning a custom forgot password url, ...
0
votes
1answer
686 views
Saving Custom Fields Defined in BuddyPress' register.php
I am writing a custom app for a client that is based on BuddyPress and WordPress. One of the requirements is a custom registration form. To accomplish this, I have managed to hack a custom ...
1
vote
1answer
605 views
How to modify the action attribute of the wp-login.php?action=register form?
I'm trying to create a reference registration system in Wordpress. The idea is that the user will click a link which will contain wp-login.php?action=register&ref=12345
I'm hooking into the ...
2
votes
2answers
2k views
Restrict Access to wp-login.php
I have a hard coded login/register/lost password form in the sidebar of my theme. I am using hidden input for "redirect_to" which is working fine. But when I press login button without entering ...
1
vote
1answer
858 views
Show reCaptcha on Custom Frontend Login & Register Form [closed]
using this tutorial
http://www.cozmoslabs.com/1012-wordpress-user-registration-template-and-custom-user-profile-fields
I have created custom login and register form for the frontend of my site, ...
1
vote
1answer
642 views
How to bring registration field to index page?
I am using wordpress and buddypress for my site and my registration works perfectly on www.mysite.com/register, i need to bring the registration fields to the home page(index.php). My register page ...
0
votes
2answers
1k views
easy steps to make front end form without plugin
i don't know this topic might covered else where. but i am trying to find step by step simply tutorial. to make a plugin where i can add a new page to site. and in that page i put some form. and only ...
2
votes
2answers
305 views
Want to turn Wordpress into a paid subscription directory
I need to create a paid subscription directory where people can register their business and enter its details.
Subscriptions should be paid on a monthly or yearly basis.
Business details include ...
0
votes
1answer
133 views
Cannot login due to incorrect password right after registration?
I am using Register Plus Redux. I don't know what happened exactly but after I upgraded to 3.1.4, the password provided on registration isn't recognized. I have to go in using admin account and set ...
0
votes
5answers
273 views
Using a number for limiting registering or banning on multisite
I want to ban people or limit registering on unique national ID (You can think it as 11 digit number). Is there any plugin or a code snippet you know? Site will based on MultiSite + BuddyPress.
...