Mean
01-19-2008, 07:53 PM
In archive/index.php
$metatags = "<meta name=\"keywords\" content=\"$threadinfo[title], " . $vbulletin->options['keywords'] . "\" />
<meta name=\"description\" content=\"[$vbphrase[archive]] " . ($p > 1 ? construct_phrase($vbphrase['page_x'], $p) . " " : "") . "$threadinfo[title] $foruminfo[title_clean]\" />
";
But something is wrong and why are they empty ?
For example:
http://www.forumistan.net/archive/allah-u-tealanin-varliginin-ispati-t4946.html
<meta name="keywords" content="" />
<meta name="description" content="" />
How can I fix this ?
--------------- Added 1200835339 at 1200835339 ---------------
Please can you help me ?...
$metatags = "<meta name=\"keywords\" content=\"$threadinfo[title], " . $vbulletin->options['keywords'] . "\" />
<meta name=\"description\" content=\"[$vbphrase[archive]] " . ($p > 1 ? construct_phrase($vbphrase['page_x'], $p) . " " : "") . "$threadinfo[title] $foruminfo[title_clean]\" />
";
But something is wrong and why are they empty ?
For example:
http://www.forumistan.net/archive/allah-u-tealanin-varliginin-ispati-t4946.html
<meta name="keywords" content="" />
<meta name="description" content="" />
How can I fix this ?
--------------- Added 1200835339 at 1200835339 ---------------
Please can you help me ?...