Opik
Member
Hi,
even if you limit some prefixes to hidden forums and/or closed usergroups
they are still visible to everyone by using the search form:
http://xenforo.com/community/search/?type=post
This is because in Post.php, line 318:
getPrefixesByGroups() is called without conditions to limit results.
Regards Opik
even if you limit some prefixes to hidden forums and/or closed usergroups
they are still visible to everyone by using the search form:
http://xenforo.com/community/search/?type=post
This is because in Post.php, line 318:
PHP:
$viewParams['prefixes'] = XenForo_Model::create('XenForo_Model_ThreadPrefix')->getPrefixesByGroups();
Regards Opik