The Arcive of vBulletin Modifications Site. |
|
vbadvance Separate Staff and members in User online mod Details »»
|
|||||||||||||||||||||||||||
|
vbadvance Separate Staff and members in User online mod
Developer Last Online: Jul 2018
vbadvance Separate Staff and members in User online mod ******************************************* This mod come from the idea of gio~logist from his modification all the credit go to him ******************************************* What do you need you need to install this modification first Separate Staff In User's Online if you have problems with this mod check the post #22 then this mod is for vbadvance for the module user online open your file onlineusers.php, locate in forum/modules/ find this code Code:
eval('$activeusers .= "$comma ' . fetch_template('forumhome_loggedinuser') . '";');
$comma = ', ';
Code:
if($loggedin['usergroupid'] == '5' OR $loggedin['usergroupid'] == '6' OR $loggedin['usergroupid'] == '7'){
eval('$activeusers_staff .= "' . fetch_template('forumhome_loggedinuser') . ', ";');
$activeusers_staff = substr($activeusers_staff, 0);
} else {
eval('$activeusers_members .= "' . fetch_template('forumhome_loggedinuser') . ', ";');
$activeusers_members = substr($activeusers_members, 0);
}
edit the next template adv_portal_onlineusers and remplace all with this Code:
<tr>
<td class="thead"><span class="smallfont"><phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase></span></td>
</tr>
<tr>
<td class="thead"><span class="smallfont">Staff on-line:</span></td>
</tr>
<tr>
<td class="$altbgclass"><span class="smallfont">$activeusers_staff</span></td>
</tr>
<tr>
<td class="thead"><span class="smallfont">Members on-line:</span></td>
</tr>
<tr>
<td class="$altbgclass"><span class="smallfont">$activeusers_members</span></td>
</tr>
<tr>
<td class="$bgclass"><span class="smallfont"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></span></td>
</tr>
Supporters / CoAuthors Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
reserved
|
|
#3
|
||||
|
||||
|
I'll have to check this out when I get home.
|
|
#4
|
||||
|
||||
|
|
|
#5
|
||||
|
||||
|
nice installed
|
|
#6
|
|||
|
|||
|
how can i add usergroup in order to see in staff? I added few more new usergroup with mod privileges and i'd like to show in staff .
thanks |
![]() |
|
|