Quote:
Originally Posted by KURTZ
found an uncached template when i check a user's profile ... need a fix 
|
Change this line:
Code:
if ($vbulletin->options['vsafrules_enable_global'] AND (THIS_SCRIPT=='misc'))
to:
Code:
if ($vbulletin->options['vsafrules_enable_global'] AND ((THIS_SCRIPT=='misc') OR (THIS_SCRIPT=='member')))
in "VSa - Advanced Forum Rules - CT" plug-in.