The Nominations & Hall of Fame links will not appear when the users are viewing non-forum pages (ie: social groups or tags pages).
Solution: REMOVE the code below from the Topic Nomination global_setup_complete plugin and add a new plugin hooked to parse_templates (you can name it "Topic Nomination Navbar Links").
PHP Code:
eval('$template_hook[navbar_search_menu] .= "' . fetch_template('nominate_topic_navbar_search') . '";');
if ($vbulletin->options[nominate_topic_receiving_forumid])
eval('$template_hook[navbar_quick_links_menu_pos1] .= "' . fetch_template('nominate_topic_vbnav_quicklink') . '";');