Zip updated.
Oblivion, or others who downloaded this before August 5th, 9:57 AM EST:
Edit the
postbit_attachment plugin, replace it with:
PHP Code:
if ($this->registry->options['mysmiliesvb_option_masterswitch'] AND $this->registry->options['mysmiliesvb_option_fix_attach_inline'])
{
if (strpos(strtolower($post['pagetext']), '[attach]', 0) !== false)
{
$show['attachments'] = false;
}
}