-1
votes
0answers
19 views

Wordpress plugin downloadable content only for subscribers Question:69251 [closed]

Anyway,the issue below: Downloadable content only for subscribers? i found it useful as i need the further information of how to implement A Whitepaper download files in a site. i wanna ask @javipas ...
0
votes
0answers
20 views
0
votes
2answers
192 views

Downloadable content only for subscribers?

I'd like to use WordPress to set up a whitepapers site. Any user can check the main site with a list (blog format) of white papers available. But if a user wants to download any whitepaper, he has to ...
0
votes
1answer
38 views

Allow users to register as a higher roll than default with code

By default all new registrants for my site are assigned the roll "contributor" and then I make them request an upgrade to an "author" account through a form. I also send out invitations to join the ...
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 ...
2
votes
2answers
2k views

User Without Email?

When creating a user in Wordpress an email address is required for that user. The website I'm working on requires that users remain anonymous (it's part of a research study) and I'd consider email to ...
11
votes
1answer
15k views

How to change the default registration email ? (plugin and/or non-plugin)

After a new user registration, WP sends out an email with the login / password, and a link to the login page. Is there a way to change this defaut email template? I'd also like to change the subject ...
0
votes
1answer
3k views

Programming WordPress to Send an Email on Registration Form Submit?

(Moderator's note: The original title was: "submit button in wordpress.") I'd like to create a registration form to send an email. I've tried Contact Form 7 but I would like to use my own HTML ...
6
votes
1answer
3k views

How do I customise the new user welcome email

How can I customise the the new user welcome email ? I tried 'http://www.sean-barton.co.uk/wordpress-welcome-email-editor/' however it conflicts with some of the other plugins I need to use, Cimy ...
0
votes
1answer
199 views

How do I troubleshoot registration/password email errors?

I moved the blog I was working on from my development server (on DreamHost) to the client's server (some local host which they are unwilling to switch from). Everything seems to be working perfectly, ...