Quote:
Originally Posted by thincom2000
In vault/special_class_wiki.php, find:
Code:
$this->affix_prefix($urlinfo);
Add before:
Code:
if ($urlinfo['namespaceid'] == 6 AND $urlinfo['title'] == '')
{
if (VAULT_40X_COMPAT)
{
$urlinfo['url'] = fetch_seo_url('forum|js', fetch_foruminfo($this->namespacecache[6]['forumid']));
}
else
{
$urlinfo['url'] = $vbulletin->options['bburl'] . '/forumdisplay.php?f=' . $this->namespacecache[6]['forumid'];
}
return;
}
|
This worked, thanks. Top notch support. Marked as installed and reviewing for pro version.