Re: [Radiant] Tags for Last edited?

2010-03-03 Thread Mohit Sindhwani
On 2/3/2010 4:53 PM, Christian Aust wrote: Am 02.03.2010 um 07:17 schrieb John Long: If you only need to deal with the children of a page you can do what you want with the children:each tag. There is no way to do this for pages on the whole site. That would be a useful extension though.

Re: [Radiant] Tags for Last edited?

2010-03-02 Thread Christian Aust
Am 02.03.2010 um 07:17 schrieb John Long: If you only need to deal with the children of a page you can do what you want with the children:each tag. There is no way to do this for pages on the whole site. That would be a useful extension though. Started a new repo on github, which is still

Re: [Radiant] Tags for Last edited?

2010-03-01 Thread Mohit Sindhwani
On 1/3/2010 6:53 PM, Christian Aust wrote: Hi all, are there any radius tags that would allow me to build a last edited snippet, that will display n pages ordered desc by their changed_at attribute, regardless of their url? It's no big deal, if there's none yet, I'd build one. Like,r:any

Re: [Radiant] Tags for Last edited?

2010-03-01 Thread John Long
If you only need to deal with the children of a page you can do what you want with the children:each tag. There is no way to do this for pages on the whole site. That would be a useful extension though. -- John Long http://wiseheartdesign.com http://recursivecreative.com On Mon, Mar 1, 2010 at

Re: [Radiant] Tags for Last edited?

2010-03-01 Thread Mohit Sindhwani
On 2/3/2010 2:17 PM, John Long wrote: If you only need to deal with the children of a page you can do what you want with the children:each tag. There is no way to do this for pages on the whole site. That would be a useful extension though. Great! I just realized that I answered the

Re: [Radiant] tags

2009-12-05 Thread John Long
On Thu, Nov 19, 2009 at 3:42 PM, Steven Southard ste...@stevensouthard.com wrote: Can tags only be one word?  Is there a special character to connect words to make phases? The convention in Radiant is to use an underscore to connect words in a tag. -- John Long http://wiseheartdesign.com

Re: [Radiant] tags

2009-12-05 Thread Steven Southard
I found complex strings and put it to true which does exactly what I wanted. Thanks for your answer John. Steven On Dec 5, 2009, at 1:02 PM, John Long wrote: On Thu, Nov 19, 2009 at 3:42 PM, Steven Southard ste...@stevensouthard.com wrote: Can tags only be one word? Is there a

Re: [Radiant] tags

2009-11-30 Thread Mamed Mamedov
Tags in radiant is a generic radius tags. And all properties of radius tags is inherited here. But, I don't know if there any possibility to use more than one work in tag name :) On 11/20/09, Steven Southard ste...@stevensouthard.com wrote: Can tags only be one word? Is there a special

Re: [Radiant] tags extension

2009-04-07 Thread Steven Southard
I've done this twice now on two different servers. If I use git clone to build my radiant project and try to start it up with the tags extension it has this problem. If I use the radiant gem to build my project it seems to work fine. The problem is solved for me but I can't help and

Re: [Radiant] tags extension

2009-02-10 Thread Steven Southard
I'm looking at radius_tags.rb tag all_tags:each do |tag| order = tag.attr['order'] || 'name' limit = tag.attr['limit'] || '5' result = [] case order when 'name' all_tags = MetaTag.find(:all, :limit = limit) else all_tags = MetaTag.cloud(:limit = limit) end

Re: [Radiant] tags extension

2009-02-10 Thread Enrico Teotti
Hi, maybe I was drunk. Apparently p class=tagsr:tag_list //p works fine inside r:children:each limit=15 order=desc No need for tricks. It will automatically display the tags of that children page. Ciao, Enrico 2009/1/28 Simon Josi j...@puzzle.ch: Maybe this could work:

Re: [Radiant] tags extension - dropdown

2009-02-09 Thread N. Turnage
Steven Southard wrote: Is there any way to break tags up so It can be made into a dropdown? I imagine it would be something like this: r:find url=/something/ select r:children:each option value=r:slug /r:title //option /r:children:each /select /r:find // Nate

Re: [Radiant] tags extension - dropdown

2009-02-09 Thread Steven Southard
Really? It looks like it would make a nice dropdown of something, yet I don't see how that accesses tags at all. On Feb 9, 2009, at 7:01 PM, N. Turnage wrote: Steven Southard wrote: Is there any way to break tags up so It can be made into a dropdown? I imagine it would be something like

Re: [Radiant] tags extension - dropdown

2009-02-09 Thread Steven Southard
While trying to express what it was I was really after, I came up with this and it works fine for what I wanted. Thank you for you assistance. select r:all_tags:eachoption value=/tags/?tag=r:name /r:name // option/r:all_tags:each /select //Steven On Feb 9, 2009, at 7:17 PM, N. Turnage

Re: [Radiant] tags extension

2009-01-28 Thread Simon Josi
Maybe this could work: http://github.com/Aissac/radiant-extensions-extension greets /simon On Wed, 28 Jan 2009 12:14:42 +1100 Enrico Teotti enrico.teo...@gmail.com wrote: Hi, I need to have the tag list for each page coming out of: r:children:each limit=15 order=desc I'd use a:

Re: [Radiant] tags extension

2009-01-27 Thread Enrico Teotti
Hi, I need to have the tag list for each page coming out of: r:children:each limit=15 order=desc I'd use a: r:tag_cloud scope=r:url / / but since that's not allowed by radius I am now clueless. How would you do it? Is anybody doing such a thing? Cheers, Enrico

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

Re: [Radiant] Tags extension: move to latest edge breaks db migration

2008-11-13 Thread Benny Degezelle
The task rake db:migration breaks on a file of the Tags extensions if I move to latest edge. http://pastie.org/312887 /simon Hi Simon, Quite sure that this is caused by a change in rails; rails 2.1.1 moved module Dependencies to ActiveSupport::Dependencies I'm swamped as ever at the

[Radiant] Re: radiant-tags-extension with PostgreSQL?

2008-10-26 Thread Benny Degezelle
5. I also think I sent a pull request to everyone else. Hope that's the right thing to do. Pull request received and handled. I cherry-picked your commits instead of merging though, because i think the tag_list_technorati stuff by ehaselwanter should go in a seperate branch. 6. If all the

Re: [Radiant] Re: radiant-tags-extension with PostgreSQL?

2008-10-26 Thread Jay Levitt
Benny Degezelle wrote: 5. I also think I sent a pull request to everyone else. Hope that's the right thing to do. Pull request received and handled. I cherry-picked your commits instead of merging though, because i think the tag_list_technorati stuff by ehaselwanter should go in a seperate

Re: [Radiant] tags and newsletter

2008-04-05 Thread Andrea Franz
On Sat, Apr 5, 2008 at 12:27 PM, nurull4h [EMAIL PROTECTED] wrote: Hello.. I am trying to deploy Radiant 065rc1 but dont know where tag tutorials/documents are stated.. please do tell me that and secondly I need a newsletter extension, just tried Andrea's one and doesnt work for me

Re: [Radiant] tags and newsletter

2008-04-05 Thread nurull4h
btw i found document about tags.. do not reply about that I urgently need to solve newsletter problem Thank you ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site:

Re: [Radiant] tags and newsletter

2008-04-05 Thread nurull4h
Nothing changed. I removed old dir and got the new one from github. will_paginate installed as well It gives the same errors.. although I activated I cannot see the mail in child pages and cannot manage subscribers.. ___ Radiant mailing list Post:

Re: [Radiant] tags and newsletter

2008-04-05 Thread Andrea Franz
On Sat, Apr 5, 2008 at 5:28 PM, nurull4h [EMAIL PROTECTED] wrote: Nothing changed. I removed old dir and got the new one from github. will_paginate installed as well I helped nurull4h via chat and now it works installing the will_paginate plugin under vendor/plugins and not with the gem. I'll