Installing the part_attachments Extension

I really should have updated this earlier. I've renamed my attachments extension. Full installation instructions are:


   cd RAILS_ROOT/vendor/extensions
   svn co http://soxbox.no-ip.org/radiant/svn/extensions/admin_parts/
   svn co http://soxbox.no-ip.org/radiant/svn/extensions/part_attachments/

If you want to have all the image manipulation goodness, you'll also need fleximage and rmagick installed.


   cd RAILS_ROOT/vendor/plugins
   svn co http://beautifulpixel.com/svn/plugins/flex_image
   gem install rmagick

I'm pretty sure the rest of the information in the last two blog posts is accurate.