Quote:
Originally Posted by dsotmoon
i dont see a forum id list? which exact file? is there a string i can search for to find it? sorry to be a pain :ermm:
|
PHP Code:
$vbulletin->GPC['exclude'] .= ((!$vbulletin->GPC['exclude']) ? $vbulletin->userinfo['excludeforumsgnp'] : ',' . $vbulletin->userinfo['excludeforumsgnp']);
That's the line which (re)defines the comma-separated list of excluded forums - add your ID to it.