[Radiant] Radiant comments and spam blocking

2009-05-05 Thread Jim Gay
We're playing with a simple way to block spam on our site and have  
push changes back into our fork of the comments extension http://github.com/saturnflyer/radiant-comments/tree/master


Here's the gist of it:
It’s easy to use: you simply add

codeWhat color is a stop sign?  r:spam_answer_tag answer=red // 
code


Take a look at my post about it and a sample form to test it out 
http://www.saturnflyer.com/blog/jim/2009/05/05/radiant-comments-and-spam/

I'd love some feedback.


Jim Gay
http://www.saturnflyer.com



___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Radiant comments and spam blocking

2009-05-05 Thread Mohit Sindhwani

Jim Gay wrote:
We're playing with a simple way to block spam on our site and have 
push changes back into our fork of the comments extension 
http://github.com/saturnflyer/radiant-comments/tree/master


Here's the gist of it:
It’s easy to use: you simply add

codeWhat color is a stop sign?  r:spam_answer_tag answer=red 
//code


Take a look at my post about it and a sample form to test it out 
http://www.saturnflyer.com/blog/jim/2009/05/05/radiant-comments-and-spam/


I'd love some feedback.

It looks nice!  Thanks for working on Comments - I'm just about to take 
a deep breath and start working on integrating Comments... I'm going to 
benefit from your work :)


The spam blocking thing looks neat too.  I need to set it up to see 
more.  Will get back :)


Cheers,
Mohit.
5/6/2009 | 1:10 AM.


___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] ANN: kickstart script

2009-05-05 Thread Benny Degezelle
Hi list,

I've put together a shell script to make your radiant managing life a bit
easier. You can kickstart a Radiant project with just 'kickstart foo', which
will

- create a new radiant instance,
- make it a git repository,
- create a local development and test database,
- install all your favorite extensions through ray and
- give you a preset Capfile, tailored to Radiant.

Check it out here: http://gist.github.com/86081

Or read my blog post about it:
http://jomz.gorilla-webdesign.be/blog/2009/05/05/radiant-kickstart-script/

Regards,
Benny
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Re: navigation_tags extension help

2009-05-05 Thread Benny Degezelle
Hi Christian,

That's currently not possible with the r:nav tag. For building your
secondary navigation, you'll have to set the r:nav root manually on every
'index' page that needs a subnavigation. I.e.:

/
/about
/products *
/products/lorem
/products/ipsum
/products/dolor
/portfolio *
/portfolio/sexy_client
/portfolio/very_sexy_client
/team/

* = define r:nav here in an inherited page part

If you really want to pass the current page's slug, it could be done fairly
easy, but i suspect that on /product/lorem you actually want to pass
/product/ as root? I don't think it's possible to find that out..

Regards,
Benny

Hello people,
 I have a question about the navigation_tags extension.
 I want to make a subnavigation menu, and I know I can tell it where to
 start
 by inserting to page slug in the root parameter. This works fine for my
 main
 navigation menu which I insert like this:
 r:nav root=/ include_root=true depth=1 expand_all=false
 ids_for_lis=true /

 But I would like this to be dynamic for my submenu. Is there a way to
 insert
 the current page's slug in the root parameter?

 --
 Best Regards

 Christian Nikolajsen

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant