I think the installation instructions may need to be slightly updated to be vb4 compatible - specifically with something like the following (doesn't work yet, still trying to figure out the right code...)
<vb:if condition="$bbuserinfo[threadedmode]">
$threadworks
<vb:else />
....
</vb:if>
$threadworks is the weak link - I think it needs to be changed in order to actually dump the contents of the $threadworks variable
|