You want to keep title text of your forum, in the top bar of browser, right?
so you should put your title text between: <!--vBET_SNTA--> and <!--vBET_ENTA-->
<!--vBET_SNTA--> and <!--vBET_ENTA--> - This makes the text inside is not translated
so, use admincp -> styles & templates->search in templates, serach <title>.
in the box to the left you have style templates with <title>, find the style templates you are interested.
for example:
style templates FORUMDISPLAY:
change <title>{vb:raw foruminfo.title_clear}</title>
to
<!--vBET_SNTA--><title>{vb:raw foruminfo.title_clear}</title><!--vBET_ENTA-->