Quote:
Originally Posted by thincom2000
Okay, here are the updates: - eliminated all file & CSS edits
- added vBulletin Option to open in new window
- added vBulletin Option for a "this image has been resized" message
In total, there may be 1 additional preg_replace, because the plugins bypass the original IMG bbcode handler. And the template is not eval'd on its own, keeping speed in mind.
Changes to the product file: - Added 3 plugins
- Added 1 template (scroll to bottom for CSS)
- Added 2 settings
This is why my site only has one plugin for each hook, with one line of code each. This include()s plugins saved in the file system.  I think I halved load times by spending a week doing that.
|
Okay I installed your product xml, uninstalled the other and now I get this
Quote:
<div><div class="resizednote">This image has been resized for improved display.</div><img src="http://img249.imageshack.us/img249/7245/bscap 0015fb3.jpg" border="0" alt="" class="resizeimage" onload="resize_image(this, 'http://img249.imageshack.us/img249/7245/bscap0015 fb3.jpg', 424);" /></div>
|