Ah, I see also that:
Can View Thread Content, and Can View Others' Threads
must be enabled for guests or they will not be able to see the wiki. The thinking behind this was not to show the user links to anything they wouldn't be able to open (it tends to annoy them).
If you want to show everyone the links anyway, you would have to change vault/factory/special/search.php. Find:
Code:
if (!$vault->permissions->check_namespace_perms($namespace['forumid'], $vbulletin->userinfo['userid']))
{
continue;
}
I suppose you would want to simply remove that section of code.
Bookmarks