The signup tag has no wiki summary.
0
votes
0answers
16 views
Integrate plugins s2Member with MailChimp
i follow the tutorial at http://www.mysecondmillion.com/s2member-install-setup-mailchimp/
configured as what its said,
but still not get the s2Member subscriber added to mailchimp list.
I've set ...
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
7 views
update other databases when main databases update
WPMU membership plugin on three WP websites and want to have update the other two sites automatically when someone joins the main website. Do not want to use Multisite.
content on each site is ...
3
votes
2answers
134 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
1answer
106 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 ...
1
vote
0answers
53 views
Users are being redirected to main site when trying to register on subsite of my Multisite network
I want to allow my clients on my network to have visitors register on their site. Currently, there is no link or button to allow visitors to access the signup page. This looks like default ...
8
votes
3answers
461 views
Allow user to select a theme to install when they signup
Is it possible to allow a user to select which theme they would like installed from the new site signup page? And once the site is created, it obviously installs whichever theme they chose.
I found ...
0
votes
2answers
163 views
Set user role based on invitation code
I'm working on a site where I'd like anyone to be able to sign up, but people who sign up with an invite code would automatically be promoted to a role with more privileges.
I'm aware that there are ...
0
votes
2answers
49 views
How can I create a basic PHP that can lives outside WP?
I am trying to do an email subscriber form and I would like to implement my own solution. I do not want to spend hours trying to figure out which Plugins is the best. Spending more times to install it ...
0
votes
2answers
823 views
wp-signup.php example template
I'm looking for an example wp-signup.php template for which to work with. I've done a search in Google but nothing from the past year comes up. :/
I've tried:
template-dir/registration/activity.php
...
1
vote
1answer
929 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
2answers
89 views
Change All Login/Signup Links in Plugin
I would like to redirect all login and signup links to an external site.
I would prefer to do this in a plugin, or somewhere that isn't affected by WordPress upgrades or theme changes.
What is the ...
0
votes
2answers
223 views
Allowing users to Sign-up > Login > Post articles that need approval
I need your advice!
I have a small hobby website, it's a small music magazine, with all the content published by me. It's setup with an open source Wordpress Theme with my custom graphics and CSS. I ...
0
votes
3answers
2k views
Facebook Registration Tool: how to use in Wordpress?
Facebook provides a Tool to let Facebook users register to third party websites:
https://developers.facebook.com/docs/plugins/registration/
How to integrate this tool into Wordpress?
I would like ...
1
vote
1answer
113 views
What is a good free subscribe list?
I tried 3 different plugins and they ALL didn't work.
I would like a plugin that allows me to put a widgit into the sidebar. Configure a redirect page to say thank you and a way to get a list of the ...
0
votes
3answers
5k views
how to add user registration and signup in wordpress and create members only page?
i'm trying to add a user login system in my wordpress as like regular php sites.
when a user logged in then , i wanna show the specific page content otherwise no. Is there any process to add nice ...
1
vote
2answers
1k views
Verify signup via SMS? [closed]
Does anybody know of a plugin available for WordPress that would require a new user to enter their mobile phone number as part of the sign up process?
The user would then be sent a verification code ...
0
votes
2answers
257 views
Need to manually regsiter user, send the password and retreive their user ID
I'm writing a custom signup script for users to register with on my MU-setup.
One problem I'm having is that wpmu_signup_user() sends the password activation email but it doesn't return the user ID ...
3
votes
1answer
2k views
How to make wp-signup.php a 1-step process [closed]
I'm developing a multisite for Real Estate agents. Wp-signup.php used the wrong page template from my theme (homepage instead of full width page template), so I took the meat and potatoes from ...