Re: [Radiant] Showing Gallery Items on a Page

2007-08-15 Thread Andrea Franz
I'm working on some new features for the next release..and there are your needs..asap I'll create the new release, but I need some days to fix some bugs :) Il giorno 14/ago/07, alle ore 19:45, d n ha scritto: Sorry if this has been covered elsewhere, but I haven't been able to find an

[Radiant] Gallery- thumbnails problem

2007-08-15 Thread Szymon Kapica
Hi everyone. i have installed Gallery Extension + Rmagick. When im adding images to gallery tumbnails for JPG files are not generated. It works fine for files like(*.ico, *.gif) - images are thumbnails are generated. I have installed imagemagick do i have to install something more(like

[Radiant] External RSS Integration Extension

2007-08-15 Thread James Thompson
I've just finished and released an extension that allows for the integration of RSS feeds into a site. I'd love some feedback on how to make this better. http://code.google.com/p/radiant-externalrss-extension/ -James Thompson ___ Radiant mailing

Re: [Radiant] Removing the trailing forward-slash?

2007-08-15 Thread John W. Long
Damien McKenna wrote: After setting up a site using Radiant for the first time one thing stuck out at me - I don't like how the page URL's have a trailing forward slash and would like to remove it. Is there any easy way to do this or am I stuck with it? Thanks. There's not a trivial way to

Re: [Radiant] Removing the trailing forward-slash?

2007-08-15 Thread Steven Leath
I second that. That would be great for me as well. I have created a page in home and from the layout I call the page in a link. I attempted to use the /r:title tag but still not working. ul id=main-nav lia href=r:titlehome/r:titleHome/a/li lia

Re: [Radiant] Current status of facets branch

2007-08-15 Thread Sean Cribbs
Damien, I see there's a facets-lite in the mental branch: * how stable is it? It's pretty stable, actually. That's mostly because it's trivial -- you can only add to the meta area and the area above the buttons. I don't see it persisting however, once we get more flexibility. * could it

[Radiant] Navigation Bug?

2007-08-15 Thread Andrew Bloom
I am currently working on a site with a rather convoluted navigation scheme (it wasn't my decision, the graphic designer came up with it, and the client likes it, so I must comply). When trying to simplify and DRY up the navigation snippets I've come across what appears to be a bug. The

Re: [Radiant] Navigation Bug?

2007-08-15 Thread Sean Cribbs
The navigation tag doesn't operate in the context of a given page, only with respect to the title and url given in the urls attribute. So essentially, you don't have access to the pages directly. Sean Andrew Bloom wrote: I am currently working on a site with a rather convoluted navigation

Re: [Radiant] Current status of facets branch

2007-08-15 Thread Sean Cribbs
Damien McKenna wrote: So the facets-lite wasn't for the pages view? I just found it by searching trac for facets. Facets-lite was only for the page _editing_ interface, not the main sitemap view. What were the original goals of the project? How were you intending it would work? What

Re: [Radiant] Gallery- thumbnails problem

2007-08-15 Thread Szymon Kapica
it think it is becouse i miss library for r magick. error:No decode delegate for this image format. if found JPG library on http://rmagick.rubyforge.org/install-faq.html#imprereq but i dont know kow to install it. im using gentoo -- Posted via http://www.ruby-forum.com/.

Re: [Radiant] Navigation Bug?

2007-08-15 Thread Andrew Bloom
Damn, not a bug. ok How terrible or difficult would it be to hack it to do what we need? At the moment we circumvented the problem with Javascript :( ul id=navigation r:find url=/products r:children:each by=title order=asc li a href=r:child:url/r:child:title //a

Re: [Radiant] Navigation Bug?

2007-08-15 Thread Ryan Heneise
Andrew, I have a modified version of the navigation tags here: http://svn.artofmission.com/svn/plugins/radiant/extensions/ navigation_tags The documentation is poor, but essentially you can just put r:nav / and it will output a ul list similar to what you want. Feel free to hack it. - ryan

Re: [Radiant] Virtual pages

2007-08-15 Thread Andrew Bloom
i was playing with virtual pages yesterday and couldn't quite figure out their usage either. i had a very similar situation, but time was critical so i setup a page type that looked for post parameters and in the URL. im interested in any responses involving Virtual pages. On Aug 15, 2007,

[Radiant] Virtual pages

2007-08-15 Thread Paul Hoehne
I generated an extension and created a simple page called simple_page.rb : class SimplePage Page def virtual? true end def cache? false end def render lazy_initialize_parser_and_context if layout parse_object(layout) else

Re: [Radiant] Virtual pages

2007-08-15 Thread Paul Hoehne
Mucho thanks-os. For any other interested parties: This is a simple non-caching page, but it is not virtual (where you could do interesting stuff inside the render method): class SimplePage Page def cache? false end def render lazy_initialize_parser_and_context if

Re: [Radiant] Gallery- thumbnails problem

2007-08-15 Thread Szymon Kapica
solved -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant