- Compatible XF 1.x versions
- 1.2
library/XenForo/ControllerPublic/Member.php
Add the red code (and specify the secondary group id for your vip members):
Add the red code (and specify the secondary group id for your vip members):
Rich (BB code):
protected function _getNotableMembers($type, $limit)
{
$userModel = $this->_getUserModel();
$notableCriteria = array(
'is_banned' => 0
);
if ($type == 'vip')...
You do not have permission to view the full content of this resource.
Log in or register now.