17488 Posts in 4473 Topics by 1978 members
| Go to End | Next > | |
| Author | Topic: | 4060 Views |
-
Has anyone figured out how to implement a user registration system

13 August 2008 at 8:04am
I was wondering if anyone has figured out how to implement a user registration system into silverstripe. I desperately need it for a project i am working. I am not much of a coder so I was wondering if anyone had started a module for this.
-
Re: Has anyone figured out how to implement a user registration system

13 August 2008 at 9:08am
Hello,
Yes I have implemented a user registration system - though it is not a module yet. http://www.tearaway.co.nz/register/
It was quite easy to do really. It just requires minor modification of the Member.php file and something along the lines of this: http://doc.silverstripe.com/doku.php?id=recipes:forms
Good luck!
-
Re: Has anyone figured out how to implement a user registration system

13 August 2008 at 10:23am
It would probably be handy as a module.
-
Re: Has anyone figured out how to implement a user registration system

13 August 2008 at 11:10am
Yes - it may be developed as a module in the future. The support is there on the wiki for users who wish to try and write it themselves before-hand. Only takes a few minutes once you understand the SilverStripe basics
Cheers,
Josh -
Re: Has anyone figured out how to implement a user registration system

13 August 2008 at 11:35am
Thanks for the quick reply guys. I guess i'll have to mess around with the code.
Josh, I noticed you had some drop down menus on your site, any would you be able to give some times on how to achieve that.
Thanks
-
Re: Has anyone figured out how to implement a user registration system

13 August 2008 at 11:53am
No worries.
All you answers should be on doc.silverstripe.com
Try search for DropdownField
Cheers,
Josh -
Re: Has anyone figured out how to implement a user registration system

13 August 2008 at 2:17pm
Sorry i dont think i explained my self... I was asking about the dropdown navigation menu you have. How were you able to do that. Does silverstripe have a feature to do this?
-
Re: Has anyone figured out how to implement a user registration system

13 August 2008 at 2:23pm Last edited: 13 August 2008 2:24pm
Oh right.
No this is not built in to SilverStripe. However it is all Html/CSS based, therefore fairly easy.
Check this article out http://htmldog.com/articles/suckerfish/dropdowns/
| 4060 Views | ||
| Go to Top | Next > |


