with:
PHP Code:
'hook_location' => 'profile_left_first'
possible locations:
PHP Code:
'' => $vbphrase['only_in_about_me_tab'],
'profile_left_first' => $vbphrase['main_column_first_tab'],
'profile_left_last' => $vbphrase['main_column_last_tab'],
'profile_right_first' => $vbphrase['blocks_column_first'],
'profile_right_mini' => $vbphrase['blocks_column_after_mini_stats'],
'profile_right_album' => $vbphrase['blocks_column_after_albums'],
'profile_right_last' => $vbphrase['blocks_column_last']
);