RegisterX
Votes: 19
Tags: plugin, snippet, chunk, user management
Submitted: Apr 1, 2007
Released: Apr 1, 2007
Downloads: 986
License: Public Domain
Package Website
RegisterX 1.2
Works with the following Version(s): 0.9.0 | 0.9.1 | 0.9.2 | 0.9.2.1 | 0.9.2.2 | 0.9.5
Simple web user registration form
Download
- repo-1413.zip (986 downloads)
Description
A simple web user registration form that allows users to register by entering their email. It creates a new user if a user with that email does not exist. The user is assigned to a specified web user group. A check box is provided to allow the user to unsubscribe by removing him from the web user group. Optionally, email notification is set to a specified admin address and/or the user upon either registration or removal.
Instructions
Create a new snippet and copy/paste the text of the snippet.
Edit the message strings from lines 19-28 for your language, or just to suit your taste.
Create a chunk to use for the form if you like; see the default form at lines 63-71.
Edit the mailer output text: the subject at line 37, the admin messages at line 39 and the user messages at line 41. These messages are in two parts, the first part is for a registration and the second part is for a removal. The two parts are separated by a colon. For the user, the first part default message contains a url for the user to go to where he can remove himself. By default it's set to the site's home page. Edit only what is between double quote marks.
UpdatesReplaced the email validation regular expression with one that allows more than three characters for the top-level domain (.com, .org, .info, .museum etc)
Sub-Packages
Previous Releases
1.1
Votes: 18
Tags: plugin, snippet, chunk, user management
Submitted: Jun 29, 2006
Released: Jun 29, 2006
Downloads: 1227
License: Public Domain
Package Website
RegisterX 1.1
Works with the following Version(s): 0.9.0 | 0.9.1 | 0.9.2 | 0.9.2.1
Simple web user registration form
Download
- repo-555.zip (1227 downloads)
Description
A simple web user registration form that allows users to register by entering their email. It creates a new user if a user with that email does not exist. The user is assigned to a specified web user group. A check box is provided to allow the user to unsubscribe by removing him from the web user group. Optionally, email notification is set to a specified admin address and/or the user upon either registration or removal.
Instructions
Create a new snippet and copy/paste the text of the snippet.
Edit the message strings from lines 19-28 for your language, or just to suit your taste.
Create a chunk to use for the form if you like; see the default form at lines 63-71.
Edit the mailer output text: the subject at line 37, the admin messages at line 39 and the user messages at line 41. These messages are in two parts, the first part is for a registration and the second part is for a removal. The two parts are separated by a colon. For the user, the first part default message contains a url for the user to go to where he can remove himself. By default it's set to the site's home page. Edit only what is between double quote marks.

Please login to comment.