From looking around, I seem to just be missing something obvious here. I've got Acidfree working on my site, and I think I should be able to edit the images once they're uploaded, but I don't see how.
I've seen references to changing the imagehandler setting in admin>settings, but the only thing listed there is that the built-in GD2 toolkit is installed and working properly.
I know that my host supports Imagemagick (it's PAIR - I checked with them) but do I need to install something?
Drupal 4.7 lacks the extremely useful option of showing a block only for specific content types. Instead, you have to write your own bit of php when you're configuring your block visibility.
For non-coders, here's how to do it.
1) Select 'configure' beside the block you're activating.
2) In the 'Page specific visibility settings' section, choose option 3 => "Show if the following PHP code returns TRUE (PHP-mode, experts only)"
3) enter the following code between a pair of php tags, replacing 'story' with the node type you want.
I have a defined role called bloggers that includes two groups, faculty and students, and I am trying to separate the student blogging pages from the rest...I've created a taxonomy that creates a category for the posts as they are created and instructed students to choose the 'student sponsored' term when they post.