Every repository with this icon (
Every repository with this icon (
Comments Extension
Install Will_Paginate
I recommend installing will_paginate as a gem on your system, but for other methods check out the will paginate wiki.
Add git hub as a gem source (if you have not already). Then install the will paginate gem.
sudo gem sources -a http://gems.github.com
sudo gem install mislav-will_paginate
For Site5 (and possibly other shared hosting):
Navigate to vendor/plugins
git clone git://github.com/mislav/will_paginate.git*Other ways to install will-paginate may cause 500 errors when clicking the “Comments” tab.
Install the Comments Extension
./script/extension install comments
(If this fails follow the manual installation instructions)
This will have created three snippets you can use and added the ability to enable or disable comments on every page. Not to mention comment administration. For more info check out the readme.
(This and some other repositories are a bit outdated for radiant 0.7.1, I’m using sjlombardo’s fork successfully)
Set Akismet
Akismet is a spam blocking system with no CAPTCHA. Akismet provides a free service to personal users, all you need is a WordPress login and API key. (You get the api key in your welcome email when you sign up!)
To add the key, simply open up environment.rb and add the following at the very bottom of the file after the end of the Initializer block:
Radiant::Config['comments.akismet_key'] = "your key here"
Radiant::Config['comments.akismet_url'] = "your blog url here"
You should now have comments working.






