[Radiant] Paperclipped Not Dragging or Dropping

2009-01-27 Thread Adam Farnsworth
I'm getting a sporadic error, which kind of scares me. Every once and a while, when I click on the Show Assets Bucket the bucket will popup, but then, instead of letting me click and drag the asset into the text field below, it just drags the entire bucket popup around. I'm assuming its

Re: [Radiant] Paperclipped Not Dragging or Dropping

2009-01-27 Thread Adam Farnsworth
? There is a limitation in the drag and drop script that only lets it drop onto parts that have been saved. I could solve it in jQuery, but Radiant uses Prototype.If anyone has an idea, I am always acceptin patvhes. Keith On Jan 27, 2009, at 8:28 PM, Adam Farnsworth wrote: I'm getting a sporadic error

Re: [Radiant] SnS Extension - 500 Error

2009-01-29 Thread Adam Farnsworth
I think my server is having a problem, because I'm finding I have to migrate almost every extension. it appears that the text_assets table is missing. Perhaps you need to run the migrations for sns? Make sure you do it in both dev and production environments.

[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 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 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-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.

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

[Radiant] radiant-mailer-extension Setup

2009-02-03 Thread Adam Farnsworth
Does anyone know where it's talking about when it says: You can define email templates using pages parts (email, and/or email_html). You configure the recipients and other Mailer settings in a mailer part: I can't figure out where you are supposed to change these settings so that they

[Radiant] Mailer Extension Instructions, Very Confusing

2009-02-10 Thread Adam Farnsworth
Can someone please confirm or correct this list of my understanding or the mailer extension? I'm not understanding at all how this extension works, and the two tutorials/instructions I found on the subject are very vague: I gathered this list by using these two instructions:

Re: [Radiant] Re: Mailer extension oddities

2009-02-10 Thread Adam Farnsworth
I concur. I'm getting this error now as well. On Feb 10, 2009, at 10:12 AM, Victor Zuniga wrote: Would you mind sharing the setting? I am experiencing the same redirect issue when testing out the mailer extension. Thanks, Victor On 2/9/09 11:12 AM, john muhl johnm...@gmail.com wrote:

Re: [Radiant] Mailer Extension again

2009-02-10 Thread Adam Farnsworth
, there are + and - icons near the top right... click the + to add a new page part. On Tue, Feb 10, 2009 at 8:20 PM, Adam Farnsworth b...@adamfarnsworth.com wrote: Thanks- I think this may end up helping me, I have three questions: 1. I want to clarify, the config page needs to be named mailer and should

[Radiant] Deploying Radiant on Dreamhost - Passenger Won't Start

2009-06-02 Thread Adam Farnsworth
So- It's been awhile since I tried to deploy Radiant, so I'm a little rusty. I was following the tutorial in the Radiant docs, Dreamhost won't let me freeze the gems, but it did let me freeze them using Edge. Unfortunately, the domain had already be created, so I was not able to follow

Re: [Radiant] Deploying Radiant on Dreamhost - Passenger Won't Start

2009-06-07 Thread Adam Farnsworth
), well - what happened when you tried 'rake radiant:freeze:gems'? --Erik On Tue, Jun 2, 2009 at 2:58 PM, Adam Farnsworth b...@adamfarnsworth.com wrote: I installed Ray because I wanted to easily restart the server, and I figured I was going to do it later anyway, Passenger was jacked up