Some feedback --
- Got it going by changing the navbar and not header.
- Also had to solve "narrow thread" problem by applying this
Code:
1) Goto Plugins & Products, >>click on Add New Plugin.
2) Select product as Ultimate Side Column.
3) Change hook location as Vbulletin General>>parse_templates.
4) Insert PHP Code
$vbulletin->templatecache['header'] .= '";$spacer_open="';
$vbulletin->templatecache['footer'] .= '";$spacer_close="';
5) Select plugin to active
Thanks