yes im try to call it inside one of these template dbtech_downloads_download or dbtech_downloads_download_mirrorbit
vbdownload is working on both vb4 and vb3 im using it on vb3
dbtech_downloads_download currently have this code for mirrors links calling
PHP Code:
<if condition="$download['mirrorList'] AND $vboptions['dbtech_downloads_mirrors_enabled']"> <h2 class="downloads-filelist-heading">$vbphrase[dbtech_downloads_mirrors]</h2> <ul class="stats"> $download[mirrorList]
</ul>
dbtech_downloads_download_mirrorbit currently have this code