Re: [Radiant] Custom Fields

2010-04-28 Thread Marshal Linfoot
Thanks Josh. I'll take a closer look at PageParts. I was manually creating page parts with this information before, so this would be an improvement. Looking forward to the screencasts. If you're on edge, PageParts + PageFactory might approximate what you're trying to do. PageParts would store

Re: [Radiant] [ANN] Radiant 0.9.0 RC2

2010-04-27 Thread Marshal Linfoot
Excuse my ignorance, but the download link provides a source archive in zip or tgz format. How do I install a gem from it? And would this be equivalent to installing the previous rc1 gem and freezing to edge? On Tue, Apr 27, 2010 at 11:22 AM, Jim Gay j...@saturnflyer.com wrote: Announcing the

[Radiant] Custom Fields

2010-04-27 Thread Marshal Linfoot
I'm looking at using the Custom Fields extension for some pages, for example pages with information about upcoming events. Each of these pages would have a custom field for start/end date, location, organizer, etc. Is there any way to create a template for these pages that would include the custom

[Radiant] Paperclipped extension problems

2010-04-27 Thread Marshal Linfoot
Hi all. I've discovered a problem with the Paperclipped extension not working properly when either the Drag or the Page Factory extensions are installed. Working with a clean install of Radiant 0.9 (from http://radiantcms.org/downloads/radiant-0.9.0-rc1.gem) and freezing to edge: radiant r9

[Radiant] 0.9.0-rc1 and settings extension

2010-04-18 Thread Marshal Linfoot
I decided to take the plunge and investigate Radiant 0.9.0-rc1. Some things worked as expected and some didn't. Here's what I encountered; hope this might be helpful to others and/or provide information to developers and extension writers. Desktop: Ubuntu Lucid Lynx, Linux 2.6.32-21-generic

[Radiant] 0.9.0-rc1 experience

2010-04-18 Thread Marshal Linfoot
Taking 0.9 out for a test drive... here's an overview of what worked and what didn't. Radiant: radiant r9 --database sqlite3 cd r9; rake production db:bootstrap [answer prompts, select 1. Empty] The extensions I tried that installed and worked as expected were (some required a little tweaking):

Re: [Radiant] 0.9.0-rc1 experience (Marshal Linfoot)

2010-04-18 Thread Marshal Linfoot
Thanks for the reply Josh (and for the great extension that I can't wait to use!) I do have the Radiant 0.9.0 gem installed, and everything looks like 0.9.0, but maybe there is something corrupted? I did try updating to edge before, several times over a few days, and ran into an error message

Re: [Radiant] SnS Usage Questions -- I Need Feedback

2009-10-09 Thread Marshal Linfoot
On Fri, Oct 9, 2009 at 3:32 AM, Chris Parrish chris.parrish-forumm...@swankinnovations.com wrote: I'm upgrading/fixing/refactoring SnS right now -- partly to resolve some issues with 0.8.x and partly to get it ready for 0.9 -- and I could use some user feedback... Been waiting for this. Great

Re: [Radiant] FAQ Extension

2009-07-08 Thread Marshal Linfoot
Nate, nice improvement. Thanks! On Wed, Jul 8, 2009 at 11:30 AM, NT pixeln...@gmail.com wrote: Marshal Linfoot wrote: Elaborating on Mohit's suggestion... Parent Index page: div class=faqlist ol r:children:each lia href=#r:slug /r:title //a/li /r:children:each /ol /div

Re: [Radiant] FAQ Extension

2009-07-06 Thread Marshal Linfoot
Elaborating on Mohit's suggestion... Parent Index page: div class=faqlist ol r:children:each lia href=#r:slug /r:title //a/li /r:children:each /ol /div r:children:each div class=faqitem a name=r:slug /h3r:title //h3/a r:content / /div /r:children:each Sample child page (question as the

Re: [Radiant] 500 Internal server errors with Radiant 0.7.1 and SNS

2009-05-11 Thread Marshal Linfoot
Same/similar problem. What fixed it for me was renaming the column filename to name in the text_assets table and renaming column list to names in the text_asset_dependencies table: mysql alter table text_assets change column filename name varchar(100); mysql alter table text_asset_dependencies

Re: [Radiant] next question: db bootstrap failure problem

2008-08-07 Thread Marshal Linfoot
Tom, I;m running Radiant on Ubuntu 6.06.1 (*Dapper* Drake) without any problems. I wonder if your openssl libraries are too new. The output from locate openssl on my server shows only 2 lines: /usr/lib/libgnutls-openssl.so.12 /usr/lib/libgnutls-openssl.so.12.3.6

Re: [Radiant] SnS extension problem -- Fixed (New SnS Release)

2008-07-28 Thread Marshal Linfoot
Hi Chris. I hate to say it, but no change. Downloaded the latest version from the link in your message to vendor/extensions/sns. Ran the rake tasks again just to be safe. Page still displays without any styling. Here's what I see when accessing the css/elastic page directly: [EMAIL PROTECTED]

Re: [Radiant] SnS extension problem -- Fixed (New SnS Release)

2008-07-28 Thread Marshal Linfoot
That did it! Working like a charm now. Thank you very much Chris for a great extension and for all the help getting it to work with LiteSpeed. On Mon, Jul 28, 2008 at 12:33 PM, Chris Parrish [EMAIL PROTECTED] wrote: Oh, I forgot to mention, you'll need to clear the text asset cache too so that

Re: [Radiant] SnS extension problem

2008-07-26 Thread Marshal Linfoot
Hi Chris. I found a couple of threads in the litespeed forums that might be helpful. http://www.litespeedtech.com/support/forum/showthread.php?t=1422 http://www.litespeedtech.com/support/forum/showthread.php?t=821 -- marshal ___ Radiant mailing list

Re: [Radiant] SnS extension problem

2008-07-24 Thread Marshal Linfoot
OK Chris, I get it now. Ready for you to take a look. Thanks for all of this, by the way. Much appreciated. On Wed, Jul 23, 2008 at 7:14 PM, Chris Parrish [EMAIL PROTECTED] wrote: Marshal Linfoot wrote: Chris, I hope this is what you had in mind...a slimmed down version of what I currently

[Radiant] SnS extension problem

2008-07-23 Thread Marshal Linfoot
Hi all. I'm having a problem with the SnS extension and need some help. Radiant 0.6.7 (gem) and Styles and Scripts extension v0.6. The extension installed without any errors, I can access the CSS and JS tabs, and have created a stylesheet called elastic. In the layout for my pages I have:

Re: [Radiant] SnS extension problem

2008-07-23 Thread Marshal Linfoot
Thanks for all the quick responses! Removing the @import line fixes it for Safari, but Firefox 2.0.0.16 (MacOSX) and FF 3.0 (Ubuntu Linux) are still unstyled. Also, as Chris said if you download and run locally with FF, all's well. I'm hosting on Slicehost with the Litespeed web server. Could

Re: [Radiant] SnS extension problem

2008-07-23 Thread Marshal Linfoot
Keith, here's the config table: mysql select * from config; ++--++ | id | key | value | ++--++ | 1 | admin.title | Radiant CMS

Re: [Radiant] SnS extension problem

2008-07-23 Thread Marshal Linfoot
Chris, I hope this is what you had in mind...a slimmed down version of what I currently use for the live site. stylesheet layout template with r:content and a content-type of text/css A styles page that uses the stylesheet template, and child page test with slug test.css Simple layout template

Re: [Radiant] SnS extension problem

2008-07-23 Thread Marshal Linfoot
Hi all. I did some more testing via CrossBrowserTesting.com and for what it's worth, both Opera and Safari on Windows XP display the styled pages. FF and IE don't. -- marshal ___ Radiant mailing list Post: Radiant@radiantcms.org Search:

Re: [Radiant] upgrading 0.6.6+shards extension to 0.6.7

2008-05-19 Thread Marshal Linfoot
My experience with upgrading from 0.6.4 to 0.6.7, in case someone is in a similar situation... I'm using several extensions: gallery (0.7.8), scheduler (0.2), reorder (0.1 with the up/down icons in the adminUI), and shards (0.3). Having read in other posts that the shards extension was

Re: [Radiant] Using the gallery extension

2008-05-19 Thread Marshal Linfoot
Hi Ollivier. ...some of this you might have already figured out. Create a new gallery by going to the Admin UI and clicking on the Galleries tab. Click on the New Gallery button and from there upload some pics, edit the gallery description, etc. Name the gallery MyPics for example. Then go to

[Radiant] Upgrading Gallery Extension

2008-05-05 Thread Marshal Linfoot
I'm currently using Andrea Franz's amazing Gallery extension, version 0.7.6, and would like to upgrade to his latest 0.7.10 version. Would I use the same procedure as installing it the first time or is there a different upgrade procedure? I don't want to lose the existing galleries... Thanks for

Re: [Radiant] Upgrading Gallery Extension

2008-05-05 Thread Marshal Linfoot
, Andrea Franz [EMAIL PROTECTED] wrote: On Mon, May 5, 2008 at 6:17 PM, Marshal Linfoot [EMAIL PROTECTED] wrote: I'm currently using Andrea Franz's amazing Gallery extension, version 0.7.6, and would like to upgrade to his latest 0.7.10 version. Would I use the same procedure as installing

[Radiant] New Radiant powered site

2008-04-16 Thread Marshal Linfoot
Hi all. I wanted to say a big thank you to everyone involved in the Radiant development and also to everyone contributing tips/suggestions on the mailing list. I'm using Radiant for a fairly simple website and finding it very easy to use and very flexible. The website is