Ok, I'll be honest with you guys. I have not upgraded to 4.1.1 (still at 4.0.6), so can't really test this anymore but I'll try to guide you guys a bit in the hope that you'll be able to manage the rest.
"Home" Tab:
In your Admin Control Panel (ACP), go to:
ACP > Styles & Templates > Style Manager >
Double arrows on the right of the style you want to edit (Expand Templates) > vBulletin CMS Templates > vbcms_navbar_link
In this template, look for the text
{vb:rawphrase site} and insert the code given below
BEFORE this text,
wherever and as many times as you find it.
Code:
<img src="path_of_image" border="0" align="top" alt="" />
Remember to press "Save" after making these changes to the template.
------------------------------
"Forum" Tab:
In your Admin Control Panel (ACP), go to:
ACP > Styles & Templates > Style Manager >
Double arrows on the right of the style you want to edit (Expand Templates) > Navigation / Breadcrumb Templates > navbar
In this template, look for the text
{vb:rawphrase forum} and insert the code given below
BEFORE this text,
wherever and as many times as you find it.
Code:
<img src="path_of_image" border="0" align="top" alt="" />
Remember to press "Save" after making these changes to the template.
------------------------------
"Blogs" Tab:
In your Admin Control Panel (ACP), go to:
ACP > Styles & Templates > Style Manager >
Double arrows on the right of the style you want to edit (Expand Templates) > Blog Templates > blog_navbar_link
In this template, look for the text
{vb:rawphrase blogs} and insert the code given below
BEFORE this text,
wherever and as many times as you find it.
Code:
<img src="path_of_image" border="0" align="top" alt="" />
Remember to press "Save" after making these changes to the template.
------------------------------
"What's New" Tab:
In your Admin Control Panel (ACP), go to:
ACP > Styles & Templates > Style Manager >
Double arrows on the right of the style you want to edit (Expand Templates) > Navigation / Breadcrumb Templates > navbar
In this template, look for the text
{vb:rawphrase getnew_tab} and insert the code given below
BEFORE this text,
wherever and as many times as you find it.
Code:
<img src="path_of_image" border="0" align="top" alt="" />
Remember to press "Save" after making these changes to the template.
------------------------------