Place the block where you want
You will want to edit the forumhome template and place the block where you want vs. use an anchor:
Edit plugin: Honorable Member: Forumhome
Replace:
Code:
$search_text = '$navbar';
$vbulletin->templatecache['FORUMHOME'] = str_replace($search_text,
$search_text.fetch_template('forumhome_honorable'),$vbulletin->templatecache['FORUMHOME']);
with
Code:
eval('$honorable = "' . fetch_template('forumhome_honorable') . '";');
Edit FORUMHOME: Place in location of choice.