Using the Image Resize Filter module with ProsePoint
Hello
First off, thanks for ProsePoint. It's a very nice drupal profile and put together very well.
I would like to be able to use the Image Resize Filter module with prosepoint but am running into some trouble.
http://drupal.org/project/image_resize_filter
I've installed the image resize filter and configured the settings. In the html editer I can resize the image as I should but when I save the page the image's size reverts back to the settings set by the imagecache module. I can't tell if the module is conflicting with the imagecache module or if its something related to the prosepoint profile prosepoint_image content type. I noticed the html for the prosepoint_image is tagged as <pp_img>. is there a way to use a standard image on a story? Any suggestions on where I should look to resolve this?
Hi Beng
Thanks for the suggestions. It didn't work for me though. I think for now it's best to stick with the optons available in the imagecache module

Hi,
Just having a look at the image_resize_filter documentation ... it looks like it operates on raw <img> tags.
Inline images in ProsePoint are stored as <pp_img> tags, but these are converted into <img> tags during viewing.
Here's a suggestion ...
(I presume you'll understand my directions below. If not, give me another yell)
Configure your filters such that the 'Image resize filter' operates after the 'ProsePoint image and media insertion' filter. That way, the image_resize_filter should see <img> and hopefully, be able to do something about them.
Please give this a try and let me know if it works or doesn't work. Thank you.