For anyone who experiences the spate of 'divide by zero' messages when using the Short linkbit, here's the fix.
Edit local_links.php, go to line 457:
PHP Code:
} elseif (isset($vbcollapse['collapsecel_linkrefreshbit'])) {
Change to
PHP Code:
} elseif ($allowlinkexpand and isset($vbcollapse['collapsecel_linkrefreshbit'])) {
Ditto line 437 in local_links_search.php (exactly the same edit)
Sorry about that.