Re: [Radiant] Installation problems, Radiant 0.63 fresh install

2007-10-11 Thread James Thompson
Does the 'rails' command work? If not, then wherever gem is installing executables isn't in your path. If so, then my guess is something went awry when Radiant installed, have you tried a gem uninstall and then reinstall? -James On Oct 11, 2007, at 3:09 PM, Niko Kotiniemi wrote: Hi,

[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] New to Radiant and confused

2007-08-01 Thread James Thompson
You may not be up to the task but I wrote a Directory and News extension which provides a management system like you described, tabular and paginated. I then incorporate the material into sites using the custom radius tags I wrote for the extension. Maybe Sean or someone else who runs a

[Radiant] Page Rendering Problem

2007-07-27 Thread James Thompson
lazy_initialize_parser_and_context if layout parse_object(layout) else render_part(@render) end end end end === SNIP === Thanks, James Thompson ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http

Re: [Radiant] Accessing application helper from a tag

2007-07-27 Thread James Thompson
Can you do a view source and see what the actual object type is that is indicated by the # in the error. Since objects are returned as #ObjectName:124342 they get partially mistaken for HTML tags by browsers rendering the page. -James On Jul 27, 2007, at 5:06 PM, Dana Janssen wrote:

Re: [Radiant] New pages and page parts...

2007-07-26 Thread James Thompson
This is possible already. In your layout call your part like this: r:content part=sidebar inherit=true contextual=false/ I do it a good deal myself. -James On Jul 26, 2007, at 3:55 PM, Travis Bell wrote: Hey guys, I was just wondering something about the way Radiant deals with page

Re: [Radiant] New pages and page parts...

2007-07-26 Thread James Thompson
I don't know about five, but with inheritance I suppose you could get to that point. I use two to separate main content from contextual sidebar material. I suppose if you have more extensive regions that you needed to have available for customization you could get to a fair number of page

Re: [Radiant] Customize the admin UI

2007-07-26 Thread James Thompson
I have an extension that I've developed for doing just this. I am waiting to get clearance from my employer to release it under an MIT license. Let me see if I can push them on this. -James On Jul 26, 2007, at 3:02 PM, Sylvain Gibier wrote: Hi, May be already answered in some posts.

Re: [Radiant] Customize the admin UI

2007-07-26 Thread James Thompson
Freeze your installs. On Jul 26, 2007, at 3:41 PM, Sylvain Gibier wrote: Sean Cribbs wrote: You could also directly edit the CSS in the public/stylesheets directory to fit your needs. If you want to change the actual elements in the page, you might have to override parts of the

[Radiant] TextMate Snippet for Radiant Tag Coding

2007-07-25 Thread James Thompson
I'm building a set of snippets and things for some of the Radiant extension coding I do for TextMate and thought I'd share the first one for anyone who wants to start thinking up more along with me: === SNIP === desc %{ ${1:Tag description for Radiant tag reference.}} tag ${2:tagname} do

[Radiant] FCKeditor Extension - New Release

2007-07-25 Thread James Thompson
Wanted to post for the dozen folks who have downloaded a copy of this extension that I just put out 0.3 which now properly handles Radius tags. It still garbles formatting a bit, but it leaves the radius tags alone. -James Begin forwarded message: From: James Thompson [EMAIL PROTECTED

[Radiant] FCKeditor Extension

2007-07-24 Thread James Thompson
http://code.google.com/p/radiant-fckeditor-extension/ I have been working on this since last night and it is finally working well enough that I feel comfortable mentioning it. Now you can use FCKeditor for editing pages. I've added it to the Third-Party Extensions wiki page at the bottom.

Re: [Radiant] Search Extension

2007-06-22 Thread James Thompson
You mis-spelled length. unless that isn't a straight copy and past from your code. James Thompson IT Director Web Programmer Stewart Associates, Inc. 550 West Kentucky Street Louisville, KY 40203 (502) 583.5502 [EMAIL PROTECTED] http://www.stewartaa.com/ On Jun 22, 2007, at 8:36 AM, Clark

Re: [Radiant] Extending the Search Extension

2007-05-30 Thread James Thompson
SearchPage.class_eval do # Custom tags and other modifications [... SNIP ...] # Customized render method that also searches products def render [... SNIP ...] end end end end === end === James Thompson IT Director Web Programmer Stewart Associates

[Radiant] Extending the Search Extension

2007-05-29 Thread James Thompson
]) @query_result = pages.delete_if { |p| !p.published? } @product_results = products end lazy_initialize_parser_and_context if layout parse_object(layout) else render_page_part(:body) end end end === END === James Thompson IT Director Web

[Radiant] Extending an Extension

2007-05-23 Thread James Thompson
is loaded. Is there a way to ensure my extension is loaded after the search extension? Has anyone else encountered anything like this? James Thompson IT Director Web Programmer Stewart Associates, Inc. 550 West Kentucky Street Louisville, KY 40203 (502) 583.5502 [EMAIL PROTECTED] http

[Radiant] Change part being rendered in Page extension

2007-05-21 Thread James Thompson
I am working on a page extension and need to change the part that is rendered within the extended page class. Is there an easy way to do this that I am not finding? Thanks! James Thompson IT Director Web Programmer Stewart Associates, Inc. 550 West Kentucky Street Louisville, KY 40203

[Radiant] Change part being rendered in Page extension [Clarification]

2007-05-21 Thread James Thompson
To clarify. When the page is rendered by default the layout uses the 'body' part. I need to tell the page to render a different part based on various things handled in the extended Page class. Is there a way to adjust what part the layout uses as the default when rendering a page? James

[Radiant] Extension Development - Getting a stylesheet included for the admin interface

2007-05-16 Thread James Thompson
. Can anyone point me to an example of how this has been successfully done with an existing extension, where it is already mentioned on the list or clue me in to what I'm missing? Thanks! James Thompson IT Director Web Programmer Stewart Associates, Inc. 550 West Kentucky Street Louisville