Don't know why it doesn't show in your case.  Verify:

     - the file permissions are correct
     - you don't get any error/warning in the console from Radiant
     - that test pass, use the command "rake test" from
vendor/extensions/back_door

     Let us know the results.

     /AITOR

On 10/15/07, jb <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> This looks like a very interesting extention, but just one (probably
> stupid) question, how can I install this extension ?
>
> I tried rake production db:migrate:extensions that seems ok (no
> errors....) but the extension doesn't show up and the new tags are
> unavailable....
>
> (I installed the files in vendor/extensions/back_door)
>
> cheers,
>
> Johan Bakker
>
> On Sat, 13 Oct 2007 15:25:48 +0200, "Aitor Garay-Romero" <[EMAIL PROTECTED]>
> wrote:
> > Hi!,
> >
> >     New release with useful new features.  More info in
> > http://backdoor.rubyforge.org/ .
> >
> >     From the changelog:
> >
> > === 0.3.0
> > * Implemented a <r:else> tag for both <r:if> and <r:unless> tags.  Now
> > it's possible to do:
> >
> >       <r:if cond="...">
> >               This is the if part
> >               <r:else>
> >                       And this the else part
> >               </r:else>
> >       </r:if>
> >
> > * Implemented a <r:tag> and <r:erb_tag> tags which allow to define new
> > tags easily:
> >
> >       <!-- define a new tag -->
> >       <r:erb_tag name="article">
> >               <div class="<%= tag.attr[ "class"] || "article" %>">
> >                       <div class="article-title"> <%= tag.attr[ "title"]
> %> </div>
> >                       <div class="article-body"> <%= tag.expand %>
> </div>
> >                       <div class="article-footer"> Posted in <page/>
> </div>
> >               </div>
> >       </r:erb>
> >
> >       <!-- use it -->
> >       <article title="New BackDoor release">
> >               Blah, blah, blah
> >       </article>
> >
> > * Added a <r:erb:expand> tag that solves a problem where tags inside
> > ERB templates expand only once when used inside ruby loops
> >
> >      /AITOR
> > _______________________________________________
> > Radiant mailing list
> > Post:   Radiant@lists.radiantcms.org
> > Search: http://radiantcms.org/mailing-list/search/
> > Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
> _______________________________________________
> Radiant mailing list
> Post:   Radiant@lists.radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
_______________________________________________
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to