Quote:
Originally Posted by tamarian
The file itself has changed, but not the portions involved. Steps 1 and 2 will be the same.
|
I can't find this in the new file:
Quote:
if (!empty($output))
{
$subforum = $splitter["$canpost"] . $subforum;
}
if ($depth < $vbulletin->options['subforumdepth'])
{
$output .= construct_subforum_bit($forumid, $cancontainthreads, $subforum, $depthmark . '--', $depth + 1);
}
}
}
return $output;
}
|