[Radiant] Stuck on Creating Radiant Extensions tutorial

2009-01-19 Thread Roman Marszalek
Hi, I'd like to write my own custom tags. As a start I've been following the following tutorial http://wiki.radiantcms.org/Creating_Radiant_Extensions When I enter the admin interface, go to the Links tab and the click the New link I get the following message Template is missing Missing

Re: [Radiant] if_url matches in combination with r:slug

2009-01-19 Thread Patrick
On 19.01.2009 16:43 Uhr, Sean Cribbs wrote: Try r:if_ancestor_or_self. It will render its contained block if the current local page is the same as or a parent of the rendered page. Thanks. But actually if_self seems to work better. Patrick ___

[Radiant] Coding an extension...help with model.

2009-01-19 Thread Jeffrey Jones
Howdy all. I am creating an extension to make google maps in radiant easier but have come across an issue I cannot get my head around. I have my GoogleMap model. class GoogleMap ActiveRecord::Base before_validation :create_point attr_accessor :latitude, :longitude private def

[Radiant] Re: Stuck on Creating Radiant Extensions tutorial

2009-01-19 Thread Roman Marszalek
Just to make sure I wasn't making any typos, I found the tutorial extension on github http://github.com/radiant/radiant-link-roll-extension/tree/master I donwloaded this and ran everything again and I get exactly the same issue, i.e. Missing template admin/link/edit.html.erb in view path If

Re: [Radiant] Stuck on Creating Radiant Extensions tutorial

2009-01-19 Thread coffeepostal
I'm having a similar problem, although I'm not trying to do anything with the Links tab, so I've just let it be. But, I get a 500 error when I click on it, and have no idea what might be up. Thought I'd throw my two cents in and see if I could get it fixed. Thanks, Adam -- View this message in

Re: [Radiant] 500 Internal Server Error with Styles n Scripts

2009-01-19 Thread coffeepostal
Errol Siegel-3 wrote: I performed the installation and setup steps according to the documentation, but when I click either the CSS or JS tabs in the admin view, I get this error. Stack trace appears below. Thanks in advance for your help! I was having the same problem, this is

[Radiant] tags extension

2009-01-19 Thread Steven Southard
I tried installing Jomz's tags extension using: git clone git://github.com/jomz/radiant-tags-extension.git vendor/ extensions/tag rake production radiant:extensions:tags:install and it seemed to install fine except I get: `tag_field' default partial not found! on any page I was wondering

Re: [Radiant] tags extension

2009-01-19 Thread Jeroen Janssen
Hi, I think the extension needs to be installed in the vendor/extensions/tags directory if I understand correctly. Best regards, Jeroen Janssen On Mon, Jan 19, 2009 at 11:03 PM, Steven Southard ste...@stevensouthard.com wrote: I tried installing Jomz's tags extension using: git clone

Re: [Radiant] tags extension

2009-01-19 Thread Steven Southard
Yeah, actually i think my copy and past left the s off but it's actually located there with the s. Don't think that is the problem. Any other ideas? On Jan 19, 2009, at 5:04 PM, Jeroen Janssen wrote: Hi, I think the extension needs to be installed in the vendor/extensions/tags