Conditional to check if home page, show different header of vbulletin?

I want to show a different header for the home page versus all interior pages, and am wondering what conditional I should write to check for that, but also, how to create and reference a different header for the homepage.

 Add the following code at header or footer templates.

<if condition=”THIS_SCRIPT == ‘index’”>
{banner for index here}
<else />
{banner for all other pages here}
</if>

How to Fix broken user profiles of Vbulletin?

Go to Admin Control Panel –> Maintenance –> Update Counters –> Fix broken user profiles

Done.

How do I create a new template in Vbulletin?

For example, how do I creat a privacy policy page in vbulletin?
Step1: 
Admin Control Panel > Styles & Templates > Style Manager > From the drop down behind the style you want to add a new template too, click on the drop down box and select ‘Add new template’. Continue reading “How do I create a new template in Vbulletin?”