Re: [Radiant] Um... incredibly bizarre situation... smokescreen?

2006-10-31 Thread Rabbit
ents WHERE (name = NULL) LIMIT 1---For whatever reason it's doing the find twice. Any ideas?--- On 10/31/06, Rabbit <[EMAIL PROTECTED]> wrote: event_behavior.rb---class EventBehavior < Behavior::Base    register 'Event'    description = %{}    define_tags do    tag '

[Radiant] Um... incredibly bizarre situation... smokescreen?

2006-10-31 Thread Rabbit
event_behavior.rb---class EventBehavior < Behavior::Base    register 'Event'    description = %{}    define_tags do    tag 'event' do |tag|  if tag.attr['find']    tag.locals.event = Event.find_by_name(tag.attr['find'])  end    tag.expand    end        tag 'event:name' do |tag|

Re: [Radiant] Tutorial somewhere ?

2006-10-22 Thread Rabbit
Hi Erwan. Check out the Using Radiant wiki page:http://dev.radiantcms.org/radiant/wiki/UsingRadiantIf you have any specific questions feel free to ask. =) - Daniel---On 10/20/06, Erwan David <[EMAIL PROTECTED]> wrote: Is there a tutorial for radiant ?I am now in from of a site which