Installed.
I've had to tweak a couple of things though, namely
Code:
<if condition="$show['send_update']"><a href="misc.php?$session[sessionurl]do=update&t=$threadinfo[threadid]">$vbphrase[sendup_send_update]</a></if>
didn't work for me, and I had to replace it with
Code:
<if condition="$show['send_update']"><a href="misc.php?$session[sessionurl]do=update&t=$thread[threadid]">$vbphrase[sendup_send_update]</a></if>
Other than that, I had a complete nightmare getting it to update from 1.0.0 to 1.1.0 as I installed then discovered the update (typical really). It wouldn't overwrite properly, then wouldn't uninstall, so I had to do a big chunk of it manually via phpmyadmin, which wasn't fun at all
On the plus side, I can see this being really useful.
Thanks