Quote:
Originally Posted by RedTyger
You must turn on right column advertisements via the yes/no option AND there must be some content in the right column Adcode box before it will display. It should work anywhere.
You will need to alter global_start.php, as it inserts part of the code automatically. Find two instances of this code:
Code:
$adintegrate_rc = '<table width=\"' . $stylevar[outertablewidth] . '\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\"><tr><td valign=\"top\">';
$str_rc = '$spacer_open';
$vbulletin->templatecache['header'] = str_replace($str_rc,$adintegrate_rc.$str_rc,$vbulletin->templatecache['header']);
And remove them both, then save and reupload the file.
|
I have done all of this and the banner still doesn't show from my custom template.
The variable $rightcolumn_advertisement is in a template called 'rightcolumn' FYI