Re: [Radiant] feedburner integration with Radiant

2009-07-24 Thread Rafael Souza
I find a simple way to do this in all my assets. I edited "asset_tags.rb" file from paperclipped extension. I replace line 186 with "url = request.protocol + request.host_with_port + asset.thumbnail(size)", and it works for me. If it's not a good idea, let me know, pleas

[Radiant] feedburner integration with Radiant

2009-07-23 Thread Rafael Souza
//mydomain.com/assets/(id)/(nome_do_arquivo)" Thanks, Rafael Souza raf...@maisweb.org +55 84 8844-9171 ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant

Re: [Radiant] Simple graphical charts

2009-07-12 Thread Rafael Souza
Take a look in Scruffy: http://scruffy.rubyforge.org/ If you need, you could make a extension with this... =) Rafael Souza raf...@maisweb.org +55 84 8844-9171 On Sun, Jul 12, 2009 at 2:52 PM, Glenn Gillen wrote: > You could either purchase a fusion charts license (personally think >

Re: [Radiant] Requesting feedback on comments extension enhancements

2009-06-17 Thread Rafael Souza
Excuse me if its already exists. My suggestion to comments extension is to have a spam-filter option, for people that don't want to have a spam-filter (maybe it appears only if a same ip is throwing more than one or two comments). On Wed, Jun 17, 2009 at 2:55 PM, David Cato wrote: > I've done so

Re: [Radiant] Navigation

2009-06-03 Thread Rafael Souza
I fixed it modifying the core radiant. There is a simple way to contribute? On Wed, Jun 3, 2009 at 5:41 PM, Sean Cribbs wrote: > Rafael, > > Try adding slashes on the ends of your URLs; and yes, has > pretty primitive matching of URLs. > > Sean > > Rafael Souza wr

[Radiant] Navigation

2009-06-03 Thread Rafael Souza
quot; class! I had searched a bit but I couldn't find where I fix it. Thanks, Rafael Souza ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant

[Radiant] Problem with tags extension

2009-06-01 Thread Rafael Souza
When using or I'm getting: *compile error /home/manualoflife/.gem/ruby/1.8/gems/radiant-0.7.1/vendor/rails/activerecord/lib/active_record/base.rb:1912: syntax error, unexpected $end Object:: ^* *compile error /home/manualoflife/.gem/ruby/1.8/gems/radiant-0.7.1/vendor/rails/activerecord/lib/acti

Re: [Radiant] Problem installing tags extension

2009-05-29 Thread Rafael Souza
Just to save time of someone: Who is having a "uninitialized constant ActiveRecord::Reflection::ClassMethods::ThroughReflection" I suggest to modify dir name of has_many_polymorphs to 00_has_many_polymorphs. On Fri, May 29, 2009 at 4:00 PM, Rafael Souza wrote: > it works! =) >

Re: [Radiant] Problem installing tags extension

2009-05-29 Thread Rafael Souza
it works! =) I have plans to understand the radiant to create my own extensions soon... Thanks! On Fri, May 29, 2009 at 3:39 PM, Sean Cribbs wrote: > Add "require_dependency 'application'" to the top of the extension. That > should clear it up! > > Sean > &g

Re: [Radiant] Problem installing tags extension

2009-05-29 Thread Rafael Souza
I think it is a problem in activate method in vendor/extensions/tags_extension.rb when it calls 'SiteController.send :include, SiteControllerExtensions' But I don't know how to fix it... On Thu, May 28, 2009 at 5:43 PM, Rafael Souza wrote: > Here is the log: > > jo.

Re: [Radiant] Problem installing tags extension

2009-05-28 Thread Rafael Souza
Here is the log: jo...@abraham:~/teste$ rake radiant:extensions:tags:install --trace (in /home/joice/teste) ** Invoke radiant:extensions:tags:install (first_time) ** Invoke environment (first_time) ** Execute environment rake aborted! uninitialized constant ApplicationController /usr/lib/ruby/gems

[Radiant] Problem installing tags extension

2009-05-28 Thread Rafael Souza
polymorphs" for plugins dir. Someone knows what is happening? Thanks in advance, Rafael Souza ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant

Re: [Radiant] Navigation Menu with Sub Nav

2009-05-19 Thread Rafael Souza
You can try this snippet: With some css this will generate a good navigation menu. Rafael Souza On

Re: [Radiant] Comments extension

2009-05-14 Thread Rafael Souza
I saw the code and I think that, to make the comments unapproved for default, the way is to comment the line seven of comment.rb model: "#before_save :auto_approve" Can someone tells me if this is the best way? Thanks, Rafael Souza On Thu, May 14, 2009 at 6:15 PM, Rafael Souza wro

Re: [Radiant] Comments extension

2009-05-14 Thread Rafael Souza
ou accepting > comments on content listed on the homepage but actually saved in another > location? It's possible that you might need to alter your radius code if > that is the case. > > > On May 14, 2009, at 4:18 PM, Rafael Souza wrote: > > I'm having trouble using the

[Radiant] Comments extension

2009-05-14 Thread Rafael Souza
I'm having trouble using the comments extension. Just for test, I put in the home(/) of the website. And this shows the form to comment, but when a try to comment, this redirects (form submit) to mysite/comments (a 404 error) and my comment isn't saved... Anyone know how I fix it? Thanks __

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

2009-05-11 Thread Rafael Souza
I was with the same problem with sns (the main project) and the solution was install the fork of netzpirat. http://github.com/netzpirat/radiant-sns-extension/tree/master The original project (of SwankInnovations) is good only for radiant 6.9<. Hope this works to you too. On Mon, May 11, 2009 at 9