If you only select Quotes it does not set the extended profile variable correctly.
To Fix,
Search in config.asp for
strUseExtendedProfile = (strBio + strHobbies + strLNews + strRecentTopics + strPicture)> 0
change it to
strUseExtendedProfile = (strBio + strHobbies + strLNews + strRecentTopics + strPicture + strQuote)> 0
'Resistance is futile'