To make this easier to find hopefully an admin will make it a sticky. To get the background on this topic you can read this thread to understand the concept: [How To] Add H1 Tags to your vBulletin Templates for Long Tail Search Optimization Thanks to Michael Biddle for the original topic and special thanks to Brian Cummiskey for the updated code for vb 4:
Steps to Updating Your navbar Template with a H1 Tag
- Login to your vBulletin AdminCP.
- On the left hand side of the screen, locate Styles & Templates.
- Expand the menu and click Style Manager.
- Identify the style you wish to update, and then select Edit Templates from the menu.
- A list of all templates for the style will be displayed.
- Find the Navigation / Breadcrumb Templates in the list and and double click it.
- Then double click the navbar template to begin editing.
- At the very bottom of the template, below the rest of the text, please add the following:
HTML Code:<vb:if condition="THIS_SCRIPT == 'forumdisplay'"> <h1>$foruminfo[title_clean]</h1> <else /> <vb:if condition="THIS_SCRIPT == 'showthread'"> <h1>$thread[title]</h1> <else /> <vb:if condition="THIS_SCRIPT == 'group'"> <h1>$custompagetitle</h1> <else /> <vb:if condition="THIS_SCRIPT == 'album'"> <h1>$custompagetitle</h1> <else /> <vb:if condition="THIS_SCRIPT == 'tags'"> <h1>$tag[tagtext]</h1> <else /> <vb:if condition="THIS_SCRIPT == 'blog'"> <h1>$pagetitle</h1> <else /> <vb:if condition="THIS_SCRIPT == 'member'"> <h1>$userinfo[username]</h1> <else /> <h1>$vboptions[bbtitle]</h1> </if> </if> </if> </if> </if> </if> </if>


LinkBack URL
About LinkBacks





Reply With Quote
