Re: Can I place the join fields in the Home.ctp?

2011-06-27 Thread Doug Hale
Nevermind. I figured out that all I needed to do was add an action to the function call. ORIGINAL CODE (found in join.ctp): ?php echo $this-Form-create('User');? ?php echo $this-Form-input('username'); echo $this-Form-input('password'); echo $this-Form-input('firstname');

Can I place the join fields in the Home.ctp?

2011-06-26 Thread Doug
I want people to be able to join right from the home page. I copied the contents of views/join.ctp into layouts/home.ctp. When I do, I get the following: Missing Method in UsersController Error: The action display is not defined in controller UsersController Error: Create

Re: Can I place the join fields in the Home.ctp?

2011-06-26 Thread Ryan Schmidt
On Jun 24, 2011, at 12:15, Doug wrote: I want people to be able to join right from the home page. I copied the contents of views/join.ctp into layouts/home.ctp. When I do, I get the following: Missing Method in UsersController Error: The action display is not defined in controller