Resource icon

Unmaintained Add another "notable member" tab

Compatible XF 1.x versions
  1. 1.2
library/XenForo/ControllerPublic/Member.php

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.
Author
Jake Bunce
Views
2,057
First release
Last update

Ratings

5.00 star(s) 7 ratings

More resources from Jake Bunce

Latest reviews

worked perfectly as i wanted it to..! welldone to you guys really helped me out my forum looks better now
This worked great and allowed us to add a new Supporter Tab, to hi-light our members who support the board with donations!
This is an awesome mod! Thanks!
Another great addon! Nicely done, and works as expected.
Great
aha yes Love it! thank you!
Nice thanks!
Top Bottom