[Radiant] [ANN] Radiant Custom Fields Extension

2009-03-27 Thread Istvan Hoka
Announcing the Radiant Custom Fields extension! Features: * Provides the ability to add custom fields to a Page; * The Page model is not changed: custom_fields are added as a belongs_to association; * Admin interface for managing assigned custom fields; * Radius tags for

[Radiant] [ANN] Radiant Stereotype Extension

2009-03-27 Thread Istvan Hoka
Announcing the Radiant Stereotype Extension. Features: * Define named templates (stereotypes) for Pages; * Templates are assigned per-parent Page, making all children have the defined ’stereotype’ by their parent; * You can specify the new page’s parts, filters, layout and page type. Check

[Radiant] Contact Form

2009-03-27 Thread Benjamin Weber
Hey Radiant Users! It is almost one week that I'm using radiant and I'm totally convinced of that. One small question: how can I create a simple contact form? Thanks! Regards, Benny ___ Radiant mailing list Post: Radiant@radiantcms.org Search:

Re: [Radiant] Contact Form

2009-03-27 Thread Hamish Rickerby
The mailer extension is your friend :-) http://github.com/radiant/radiant-mailer-extension/tree/master ::: hamish rickerby ::: On 27 Mar 2009, at 20:31, Benjamin Weber wrote: Hey Radiant Users! It is almost one week that I'm using radiant and I'm totally convinced of that. One small

Re: [Radiant] Contact Form

2009-03-27 Thread Benjamin Weber
Thanks! But now: vendor/extensions# rake radiant:extensions:mailer:migrate (in /var/www/radiant/lch) rake aborted! SQLite3::SQLException: no such table: extension_meta: SELECT schema_version FROM extension_meta WHERE name = 'Mailer' (See full trace by running task with --trace) Why the

Re: [Radiant] Contact Form

2009-03-27 Thread Sean Cribbs
Did you bootstrap in production mode? If so, do this instead: rake production db:migrate:extensions Mailer doesn't have any extensions, however. Sean Benjamin Weber wrote: Thanks! But now: vendor/extensions# rake radiant:extensions:mailer:migrate (in /var/www/radiant/lch) rake aborted!

Re: [Radiant] Contact Form

2009-03-27 Thread Benjamin Weber
Hm, does not work. Still the same error. Something with my sqlite3 db... Am 27.03.2009 um 23:07 schrieb Sean Cribbs: Did you bootstrap in production mode? If so, do this instead: rake production db:migrate:extensions Mailer doesn't have any extensions, however. Sean Benjamin Weber wrote:

Re: [Radiant] Contact Form

2009-03-27 Thread Sean Cribbs
Benny, I meant to say no migrations are needed! Sorry for the confusion. Sean Benjamin Weber wrote: Hm, does not work. Still the same error. Something with my sqlite3 db... Am 27.03.2009 um 23:07 schrieb Sean Cribbs: Did you bootstrap in production mode? If so, do this instead: rake