Re: [Radiant] Members Extension Won't Install Correctly

2009-02-03 Thread Adam Farnsworth
I found the original GitHub repo here: http://github.com/tekin/file_column/tree/master , but it appears that this repo: http://github.com/woahdae/file_column/tree/master is more current. My question is: do I drop file_column in Radiant's vendor/plugins directory or in the members extension

Re: [Radiant] Members Extension Won't Install Correctly

2009-01-30 Thread Adam Farnsworth
Thanks both John and Aaron! Your help is really appreciated! Adam If someone could point out the exact url of which file_column plugin is needed that would be most helpful. I thought I had it setup for a submodule though. I'll have to go back and check on that.

[Radiant] Members Extension Won't Install Correctly

2009-01-29 Thread Adam Farnsworth
When I try to install farra's members extension (http://github.com/farra/radiant-members-extension/tree/master ) I keep getting this error upon migration: rake aborted! undefined method `file_column' for #Class:0x40fd1408 I read in his readme that the file_column plugin is included, and I'm

Re: [Radiant] Members Extension Won't Install Correctly

2009-01-29 Thread J Aaron Farr
On Thu 29 Jan 2009 17:10, Adam Farnsworth b...@adamfarnsworth.com wrote: When I try to install farra's members extension (http://github.com/farra/radiant-members-extension/tree/master ) I keep getting this error upon migration: rake aborted! undefined method `file_column' for

Re: [Radiant] Members Extension Won't Install Correctly

2009-01-29 Thread Adam Farnsworth
How do I get the file_column to install? On Jan 29, 2009, at 1:41 AM, J Aaron Farr wrote: When I try to install farra's members extension (http://github.com/farra/radiant-members-extension/tree/master ) I keep getting this error upon migration: rake aborted! undefined method `file_column'

Re: [Radiant] Members Extension Won't Install Correctly

2009-01-29 Thread Adam Farnsworth
That didn't seem to work: $ cd vendor/extensions/members/ $ git submodule init No submodule mapping found in .gitmodules for path 'vendor/plugins/ file_column' $ git submodule update No submodule mapping found in .gitmodules for path 'vendor/plugins/ file_column' On Jan 29, 2009, at 2:19

Re: [Radiant] Members Extension Won't Install Correctly

2009-01-29 Thread Andrew vonderLuft
From the ext root, run:git submodule init git submodule update On Thu, Jan 29, 2009 at 1:33 PM, Adam Farnsworth b...@adamfarnsworth.comwrote: How do I get the file_column to install? On Jan 29, 2009, at 1:41 AM, J Aaron Farr wrote: When I try to install farra's members extension

Re: [Radiant] Members Extension Won't Install Correctly

2009-01-29 Thread Adam Farnsworth
I also tried to go into the extension's vendor/plugin folder and git clone the repo, then initialize it, but received the same error. On Jan 29, 2009, at 2:28 PM, Adam Farnsworth wrote: That didn't seem to work: $ cd vendor/extensions/members/ $ git submodule init No submodule mapping

Re: [Radiant] Members Extension Won't Install Correctly

2009-01-29 Thread john muhl
On Thu, Jan 29, 2009 at 3:28 PM, Adam Farnsworth b...@adamfarnsworth.com wrote: That didn't seem to work: $ cd vendor/extensions/members/ $ git submodule init No submodule mapping found in .gitmodules for path 'vendor/plugins/file_column' $ git submodule update No submodule