Chuck,
I"m confused. It seems that I can control the title in an integrated forum/ppclassifieds by tweeking the this:
Quote:
if ( !empty($vbheader) ) {
if ( $printheader == "yes" ) $theader = $vbheader;
else $theader = $vbnoheader;
$metadataname = trim($titlereplace);
$theader = str_replace( "{tablewidth}", $Globals['tablewidth'], $theader);
$theader = str_replace( "{pagebgcolor}", $Globals['forwardbod'], $theader);
// $theader = str_replace( "<head>","<head><title>{$Globals['galleryname']} {$titlereplace}-TimeshareGateway.com</title>", $theader );
$theader = str_replace( "<head>","<head><title>{$metadataname} Timeshare Auctions-Selling Buying Renting Timeshare by TimeshareGateway.com</title>", $theader );
$theader = str_replace( "{ppheader}", "$nocachetag $headtags $javapopup $headslide", $theader);
print "$theader";
|
which as best I can tell is part of the printheader() function. I definitely have integrations turned on.
I also had to rename the headtags file pointed to from within the admin program or I end up with two sets of metatags, one at the top of the view source and one follows the "no cache headers" metatags.
I hope I haven't clobbered my code.