Additionally, for those who would like to disable the tool tip, here is how I got it to stop ...
Find the template:
Quote:
vietbb_topstats_thread_info
|
Open it up and delete everything within the FIRST DIV tag.
Essentially, you'd end up with this:
HTML Code:
<div class="floatcontainer forumbit_nopost" id="tip_{vb:raw content.threadid}" style="display:none;">
</div>
If you delete the entire template, it will produce JS errors.