Scenario:
"I want to let people register as members on my site, but I can't find out how to do this. Where's the registration link?"
Solution:
On a default Nucleus install, this functionality has been disabled (for security reasons). But everything has been set up in a way that allows you to easily enable member registration.
Method:
Adding a registration link to a skin part:


<a href="./createaccount.html" title="Create an account on this site">Register as a site member!</a>
The advantages of being a member are:
Adding a registration link to a login form:
/nucleus/forms/loginform-notloggedin.template and scroll to the bottom.<br /> and the following code in just before the </div> line:<a href="./createaccount.html" title="Create an account on this site">Register as a site member!</a>
/nucleus/forms/loginform-notloggedin.template file./nucleus/forms/loginform-notloggedin.template file and if using FTP, reupload to your server.Note:
People that register to be member don't immediately have right to post entries to weblogs. You can even restrict access to the admin area for them. You need to give them those rights by adding them to the team of a blog.
![]()
Total votes: 91 - Rating: 8.26