Re: [Radiant] Re: navigation_tags extension help

2009-05-06 Thread Mohit Sindhwani

Christian Nikolajsen wrote:

Thanks Benny, not quite as dynamic as I would have hoped. Are there
currently any other extensions/ways/best practics out there to create a
dynamic menu in radiant?

/Christian

  

Sorry Christian,

I don't understand what you're trying to do.  Could you explain with an 
example?


Thanks
Mohit.

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


[Radiant] Renaming the admin route

2009-05-06 Thread James Bebbington

Hi,

As I've just documented on the wiki:

http://wiki.github.com/radiant/radiant/installing-on-1st-easy

my hosting provider has their server control panel configured to use / 
admin and there's apparently no way for them to change this. Is anyone  
aware of a non-hacky way to rename the radiant admin route (i.e. not  
just cloning and tweaking the gem's routes) to avoid this clash?


Thanks,
James.
___
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-06 Thread Jim Gay


On May 5, 2009, at 1:11 PM, Mohit Sindhwani wrote:


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 :)


I've added in an example snippet to manage multiple questions using  
the existing Radius tags in my Fork. The update applies to new  
migrations since I edited migration 002, but if anyone else wants to  
try it out, just add the appropriate tags to your setup.


http://github.com/saturnflyer/radiant-comments/commit/0a3f8fbe6e70245745410cff0120d3c8131ec006
http://www.saturnflyer.com/blog/jim/2009/05/05/radiant-comments-and-spam/___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Anyone else using compass?

2009-05-06 Thread Ken Mayer
After some more playing around, I've got a pretty good workflow for  
using compass. There may be a simpler way to do this, but the start up  
costs are pretty small, so I just go with the flow. This avoids the  
haml version conflicts and gem requirements, because, as Sean  
metioned, the files don't need to be generated at runtime.


Follow the instructions on setting up compass with a rails app (tweak  
your css paths accordingly)

Immediately delete the config/initializer/compass.rb initializer
Immediately delete the vendor/plugins/haml/init.rb file
run compass --watch (which watches  compiles your .sass files, a la  
autotest)

Have fun styling
When you're at a stopping point, ^C auto of compass, commit your  
changes to your repos (public/stylesheets/compiled will be modified),  
push, then deploy. Or, cut and paste the css files back into Radiant.


Aloha a hui hou,
Ken
--
Ken Mayer / kma...@bitwrangler.com / 808-722-6142 / http://www.bitwrangler.com/


On Apr 14, 2009, at 2:46 PM, Sean Cribbs wrote:

I started using it on a Radiant project recently.  Since the files  
don't have to be generated at runtime, you can just generate them  
manually and copy them into public.  I generated the Compass project  
in a plugin in my project and added a Rake task to generate and copy  
the CSS to public/.


Sean

Ken Mayer wrote:
I've been noodling around with compass on a Radiant 0.7.1 tree (so  
I can use blueprint.css, but use SASS for markup). It works,  
mostly, but only with an installed gem. I get production issues if  
I try to use a frozen gem because compass wants HAML 2.1 and  
Radiant has her own copy of 2.0.1 in the vendor/plugins tree.


Is anyone else out there building stylesheets using SASS with  
Blueprint + Compass? I pretty much followed the Rails recipe from  
the compass page.


Aloha a hui hou,
Ken
--
Ken Mayer / kma...@bitwrangler.com / 808-722-6142 / http://www.bitwrangler.com/


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



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



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