Re: [Radiant] MissingSourceFile in Admin/membersController#index

2009-03-26 Thread Shakthi Kannan
Hi, --- On Thu, Mar 26, 2009 at 9:23 PM, Cristi Duma wrote: | MEMBERS_ROOT - all the pages that have this as parent will require member | login. \-- So, how would I go about appending more pages to this list? I have now created a child page under "members" called "articles", and after login I g

Re: [Radiant] MissingSourceFile in Admin/membersController#index

2009-03-26 Thread Cristi Duma
I think probably you misunderstood the configuration MEMBER_LOGIN_PATH is the URL for the login form of your website. The site user will be able to login from this page MEMBER_HOME_PATH - is the default home for logged in members. The site user will be redirected to this page after

Re: [Radiant] MissingSourceFile in Admin/membersController#index

2009-03-26 Thread Shakthi Kannan
Hi, Following the original settings from: http://blog.aissac.ro/radiant/member-extension/ MEMBER_LOGIN_PATH = '/members' MEMBER_HOME_PATH = '/articles' When I create a page (after logging as admin) 'members', I am able to open the URL as http://localhost:3000/members, and it redirects to http://

Re: [Radiant] MissingSourceFile in Admin/membersController#index

2009-03-24 Thread Shakthi Kannan
Hi, --- On Tue, Mar 24, 2009 at 6:09 PM, Cristi Duma wrote: | no 2: need to install the "fastercsv" gem \-- Thanks! After doing "sudo gem install fastercsv", I was able to open the members page after logging in as admin, and was able to create a new user. --- | no 1: the login credentials are a

Re: [Radiant] MissingSourceFile in Admin/membersController#index

2009-03-24 Thread Cristi Duma
Don't have time right now to take a closer look, but.. no 2: need to install the "fastercsv" gem no 1: the login credentials are always email and password, even though you create some other attributes for a member. will look closer a little later if you can't make it work Cristi ___