Actually if you are using the dynamic method rather than just hardcoding the advanced search link in the template then you just need to edit the url in the "Restrict vbsearch to certain usergroups" plugin. Just open that and change this line..
Code:
header("Location: http://$bt_host$bt_uri/searchbt.php");
to this..
Code:
header("Location: http://$bt_host$bt_uri/searchbt.php?adv=1");