Quote:
Originally Posted by KirbyDE
Yeah, it only kicks in if the user has defined custom excludes as well.
If you want it to be always active, undo the edit and place
PHP Code:
$vbulletin->GPC['exclude'] .= ',8';
below the }
|
like this
PHP Code:
{
$vbulletin->GPC['exclude'] .= ',8';
$vbulletin->GPC['exclude'] .= ((!$vbulletin->GPC['exclude']) ? $vbulletin->userinfo['excludeforumsgnp'] : ',' . $vbulletin->userinfo['excludeforumsgnp']);
}]]></phpcode>
</plugin>
<plugin active="1">
<title><![CDATA[Opt-Out Forums from "Get New Posts"]]></title>
<hookname>profile_editoptions_start</hookname>
<phpcode><![CDATA[function fetch_optout_forumids_array($parentid = -1, $depthmark = '')
{