Mislav Marohnić wrote: > Errm I interchanged the two terms in my sentence, which wasn't right. I > meant extension. Plugins in Radiant are like general Rails plugin which can > add functionality, monkeypatch existing stuff and so on. For instance, > adding Radius tags is done with plugins, while admin interface hackery > is in extensions.
Actually no. Extensions are the new model for extending Radiant. The use of Rails plugins for this purpose is deprecated. Behaviors have been merged into the Page class in 0.6. You can still do the same things, but you inherit from the Page class instead of inheriting from Behavior::Base. -- John Long http://wiseheartdesign.com _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
