The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#7
|
|||
|
|||
![]()
OK, try these two plugins:
hook location forumhome_whovisited: Code:
$newarray = array(); $count = 0; foreach ($wgo_members_list AS &$member) { if (!is_member_of($member, 3, 4)) { $count++; $newarray[$count] = &$member; $newarray[$count]['comma'] = $vbphrase['comma_space']; } } if ($count) { $newarray[$count]['comma'] = ''; } $wgo_members_list = &$newarray; hook location forumhome_loggedinuser: Code:
if (is_member_of($loggedin, 3, 4)) { $loggedin['lastactivity'] = 0; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|