Re: [Radiant] Home link on dynamic menu

2008-09-22 Thread Tim Gossett
On Sun, Sep 21, 2008 at 10:04 AM, Luis Lebron [EMAIL PROTECTED] wrote: I'm using the following code to generate a menu ul r:if_parent r:parentlir:linkr:title //r:link/li/r:parent /r:if_parent lir:linkr:title //r:link/a/li r:children:each lir:link //li /r:children:each /ul I'm having

[Radiant] Ajax with Radius Tag in Frontend

2008-09-22 Thread Pascal Naef
Hi I started with Radiant a few days ago and want to use Ajax in the fronted. I would like to do it as radius tag so that I can use functionality in layouts and snippets. Everywhere I searched for possible solution I got following article: http://www.ruby-forum.com/topic/111927#new So I tried

Re: [Radiant] Ajax with Radius Tag in Frontend

2008-09-22 Thread Sean Cribbs
You're better off just writing the JavaScript code yourself. Radiant's tag definitions live in the model layer (essentially) and don't have access to the ActionView helpers. That said, you might be able to do something like this: tag 'myAjaxTag' do |tag| helper = ActionView::Base.new

[Radiant] How to turn off markdown filter in Radiant 0.6.9 instance

2008-09-22 Thread Jason Garber
If you have a Radiant instance running off the 0.6.9 gems, how can you disable the markdown extension? I don't want my users to have the option of using Markdown or SmartyPants text filters. It used to be that you could deactivate the extension in the admin UI, but that appears to be gone in

Re: [Radiant] ? about using database_form on every page

2008-09-22 Thread [EMAIL PROTECTED]
On Thu, 2008-09-18 at 15:37 -0400, Tim Gossett wrote: On Thu, Sep 18, 2008 at 2:10 PM, [EMAIL PROTECTED] [EMAIL PROTECTED]wrote: Is it a bad thing? I was going to include a contact form on every page of a website I am building, but that means that every page must have the page type

Re: [Radiant] How to turn off markdown filter in Radiant 0.6.9 instance

2008-09-22 Thread Jim Gay
On Sep 22, 2008, at 4:07 PM, Jason Garber wrote: If you have a Radiant instance running off the 0.6.9 gems, how can you disable the markdown extension? I don't want my users to have the option of using Markdown or SmartyPants text filters. It used to be that you could deactivate the

Re: [Radiant] How to turn off markdown filter in Radiant 0.6.9 instance

2008-09-22 Thread Sean Cribbs
Jason Garber wrote: If you have a Radiant instance running off the 0.6.9 gems, how can you disable the markdown extension? I don't want my users to have the option of using Markdown or SmartyPants text filters. It used to be that you could deactivate the extension in the admin UI, but that

Re: [Radiant] How to turn off markdown filter in Radiant 0.6.9 instance

2008-09-22 Thread Adam van den Hoven
On 22-Sep-08, at 1:46 PM, Sean Cribbs wrote: Jason Garber wrote: If you have a Radiant instance running off the 0.6.9 gems, how can you disable the markdown extension? I don't want my users to have the option of using Markdown or SmartyPants text filters. It used to be that you could

Re: [Radiant] Using the mail_to extension

2008-09-22 Thread Francis Hwang
Sure, I just put in a quick mail_to page. Francis Hwang http://fhwang.net/ On Sep 21, 2008, at 12:55 PM, Mohit Sindhwani wrote: Francis Hwang wrote: Heh, I just forgot to put in email='[EMAIL PROTECTED]'. Which doesn't make any sense, cause how would Radiant know which email you were

Re: [Radiant] Looking for draft+history extension collaborators or contractors

2008-09-22 Thread Joe Van Dyk
On Sat, Sep 6, 2008 at 12:34 PM, Joe Van Dyk [EMAIL PROTECTED] wrote: On Tue, Sep 2, 2008 at 12:39 PM, Jason Garber [EMAIL PROTECTED] wrote: I'm needing an extension that will show the history of pages/snippets/layouts as well as allowing concurrent drafts of published pages/snippets/layouts.