View Single Post
Old July 20th, 2006, 06:02 PM   #8 (permalink)
GateKeeper
Member
Verified Customer
 
Join Date: May 2006
Posts: 240
A better question!

Maybe if I posed this slightly differently, it may help me understand why a unique vBulletin headerinclude template is even necessary in order to get a unique set of metatags included in classified pages.

This code:
Quote:
// Read in the header tags file
if ( file_exists($headtagsopen) ) {
$filearray = file($headtagsopen);
$headtags = implode( " ", $filearray );
}
else
$headtags = "";
would have me believe that if the headtags file is defined in PPClassifieds, that it should be included in the classified pages, even with vBulletin integrations turned on. Is this correct. Or is it that $headtagsopen is somehow not defined when integrations are turned on, and therefore the headtags is set to "". That being the case I can understand why you have to default to setting up a unique headerinclude template in vBulletin. Does my question make sense? Can you confirm that $headtags indeed is set to "" when integrations is turned on?
Thank you,
-GateKeeper
GateKeeper is offline   Reply With Quote