The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How to change the meta description? vboptions[description]?
Folks I have a custom template which I use to output custom pages outside normal forum functionality.
I want to change the keywords and description metas which in the headinclude look like HTML Code:
<meta name="description" content="$vboptions[description]" />
PHP Code:
PHP Code:
HTML Code:
$stylevar[htmldoctype] <html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]" id="vbulletin_html"> <head> <base href="http://www.avforums.com/forums/" /> $headinclude <title>$pagetitle - $vboptions[bbtitle]</title> <link href="http://www.avforums.com/styles/balloontip.css" type="text/css" rel="stylesheet"> <script type="text/javascript" src="http://www.avforums.com/highslide/highslide-with-html.js"></script> <script type="text/javascript" src="http://www.avforums.com/highslide/highslide.config.js" charset="utf-8"></script> <link rel="stylesheet" type="text/css" href="http://www.avforums.com/highslide/highslide.css" /> </head> <body> $header <if condition="$headerbanner">$headerbanner</if> $navbar $HTML <if condition="$footerbanner"><br />$footerbanner</if> $footer </body> </html> $vbulletin->options['description'] = "AVForums reviews"; and $vboptions['description'] = "AVForums reviews"; and neither work. Any ideas please? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|