If you want an example of how to integrate a plugin into an extension, check out page_attachments. It's not especially straightforward... you might have to dump code from init.rb of the plugin in the activate method of your extension.
Sean On 5/19/07, Mario T. Lanza <[EMAIL PROTECTED]> wrote: > I'm still a relative Ruby/Rails/Radiant rookie; however, that's what > I've been doing. I basically ask myself, "Do I want this plugin > affecting all Radiant instances or just the one instance?" That answer > determines where I put it. Using the root helps with staying DRY. > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Radiant mailing list > Post: [email protected] > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
