Hii..
The below code works perfect BUT please tell me how do I parse the template conditional and $vboptions[bbtitle] in there. Currently they display as it is.
Hook: global_start
Thank youPHP Code:if(THIS_SCRIPT == 'myscript')
{
$vbulletin->options['keywords'] = 'keyword1, keyword2, keyword3';
$vbulletin->options['description'] = 'My custom page description for $vboptions[bbtitle]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if>';
}


LinkBack URL
About LinkBacks






Reply With Quote


