The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Title IN SOURCE CODE
Hi,just looked at my home page and no title on my source code how do i do this and correct it?
Peter |
#2
|
|||
|
|||
1. are you using a portal or do your mean the main forum home page?
2. have you edited your forumhome template? |
#3
|
|||
|
|||
yes im using cmps..not sure on how to edit the title as it missing as per homepage source.
www.cartalkuk.co.uk Any ideas on how to edit that or add Peter |
#4
|
||||
|
||||
Edit the CMPS's templates.
|
#5
|
|||
|
|||
Sorry for sounding thick how do i do that?
adv_portal and this: $stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <title>$vboptions[hometitle] <if condition="$pagetitle">- $pagetitle</if></title> $headinclude <if condition="$show['inlinemod']"><script type="text/javascript" src="clientscript/vbulletin_inlinemod.js"></script></if> </head> <body> $header $navbar <table align="center" class="page" cellspacing="0" cellpadding="0" width="100%"> <tr valign="top"> <if condition="$show['left_column']"> <td width="$vba_style[portal_leftcolwidth]"> $home[leftblocks] </td> <!-- Spacer Cell --> <td width="$vba_style[portal_colspacing]"><img alt="" src="$vboptions[bburl]/$vboptions[cleargifurl]" width="$vba_style[portal_colspacing]" /></td> <!-- / Spacer Cell --> </if> <if condition="$show['center_column']"> <td valign="top"> $home[centerblocks] </td> </if> <if condition="$show['right_column']"> <!-- Spacer Cell --> <td width="$vba_style[portal_colspacing]"><img alt="" src="$vboptions[bburl]/$vboptions[cleargifurl]" width="$vba_style[portal_colspacing]" /></td> <!-- / Spacer Cell --> <td valign="top" width="$vba_style[portal_rightcolwidth]"> $home[rightblocks] </td> </if> </tr> </table> $footer </body> </html> |
#6
|
||||
|
||||
Find:
HTML Code:
<title>$vboptions[hometitle] <if condition="$pagetitle">- $pagetitle</if></title> HTML Code:
<title>$vboptions[bbtitle]<if condition="$pagetitle"> - $pagetitle</if></title> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|