Hello all,
This is my first ever attempt at writing an extension, so I hope I am posting this in the right place. In a forum on a site I am working on, people like to use the tag to place images in their posts. A lot of times the images are very large, and break the forum layout somewhat, or at the very least, make the forum less than attractive.
After a bit of searching I could not find a simple plugin or extension that would alter how the core tag worked, and I did not want to alter the core code, so I took to learning how to write an EE extension.
Simply put, this extension uses phpthumb to resize the images into a cache folder on the fly. The end user will be none the wiser, as the extension simply prefixes the link to the image in the [img] tag with the phpthumb script.
I would really love to get some feedback on this little extension, and hopefully someone finds it useful.
