[Radiant] truncate_and_strip tag of search extension

2007-06-21 Thread Fabrizio Taddei
Hy everybody, in my radiant site I'm using the search extension and it's works very well. I've tried to use the r:truncate_and_strip [length=100] / tag but I don't understand very well how does it work. I need to display a snippet of the found pages and i tried this piece of code:

[Radiant] Routing Problems

2007-05-16 Thread Fabrizio Taddei
Hi everybody, I've developed an extension that display a list of links, taken from a database table, in a page of my site called links. By clickking on the title of a link a singlelink page will be opened. In this page is displayed a description of the link. To select the

[Radiant] Chaching and getting id from url - Revised

2007-04-24 Thread Fabrizio Taddei
Hi everybody, I've developed an extension that display a list of links taken from a database table in a page of my site called links. By clicking on the title of a link a singlelink page will be opened. In this page is displayed a description of the link. To select the single link I've

[Radiant] Chaching and getting id from url

2007-04-23 Thread Fabrizio Taddei
Hi everybody, I've developed an extension that display a list of links, taken from a database table, in a page of my site called links. By clickking on the title of a link a singlelink page will be opened. In this page is displayed a description of the link. To select the

Re: [Radiant] Extension problems: create model and rake db:migrate

2007-04-04 Thread Fabrizio Taddei
Sean Cribbs wrote: First problem: There are currently no generators for extension models/controllers/migrations/etc. You will have to make them manually, although even that doesn't take too much work. That said, it sounds like either 1) you have installed Radiant from the gem without

Re: [Radiant] Extension problems: create model and rake db:migrate

2007-04-04 Thread Fabrizio Taddei
Fabrizio Taddei wrote: Sean Cribbs wrote: First problem: There are currently no generators for extension models/controllers/migrations/etc. You will have to make them manually, although even that doesn't take too much work. That said, it sounds like either 1) you have installed Radiant

[Radiant] Problem with Radiant RC 2

2007-03-15 Thread Fabrizio Taddei
Hy everybody, I've developed a radiant application with radiant-0.6.0rc1 and it works very well. Some days ago I've updated my radiant version from radiant-0.6.0rc1 to radiant-0.6.0rc2, and now my snippet menubar isn't work very well. Infact now the menubar is displayed like a unique link

[Radiant] mongrel and radiant

2007-03-14 Thread Fabrizio Taddei
Hi Everybody, I'm a newbie of Radiant. I' ve developed a simple application and now I'd like to deploy it on my windows server. I've installed APACHE 2.2, MONGREL, MONGREL_SERVICE as the book Agile web development with rails suggests. Unfortunately I haven't any success. When I try to create