The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Split Useronline on Forumhome (Members / Team) Details »» | |||||||||||||||||||||||||||
Split Useronline on Forumhome (Members / Team)
Developer Last Online: May 2020
Split Useronline
Description This Hack splits the User Onine Display on Forumhome. In the ACP you can select Team-Usergroups. The Description (Team/Member) will only be shown up, if anybody of this Categorie is online. Installation Import the Product and configurate it in the vBulletin Settings (No Templateedit) That's all, have fun Changelog v 1.0.2 [F] Fixed a bug (Usercount) [F] Fixed a bug that the description was not showing up, when no team-member was online [+] Added two Groups: Premiummembers & VIPs v 1.0.3 [+] If only normal Members are online, the Description is not shown up now (Thanks to Snake) Greetings Surviver Show Your Support
|
Comments |
#82
|
|||
|
|||
I'm running 3.7 Gold, and it still works for me, but I have two commas between each membername. It looks like:
Team: Michael Premium Members: , jane, , john, , joe, , jack and so on. How can I get rid of these extra commas? Right now, they're only showing up for the premium usergroup. Regular Members: joan, mark, andy, paul and so on. |
#83
|
|||
|
|||
Thanks a lot boss but cant find the opion to add the group????
|
#84
|
|||
|
|||
Vbulletin Options > Forum Home Page Options. You can enable it from there and add whatever groups you want.
|
#85
|
||||
|
||||
Hi,
the Mod don?t work on vb3.7.x Gold. No Settings where saved and the Usernames have a double comma between the names. The Groups where not displayed. @Nikki: clear your Browsercache |
#86
|
|||
|
|||
Up to 3.7.0
|
#87
|
|||
|
|||
I have the same double comma issue that everyone else has. I'm disabling this until an update occurs. PLEASE update! This is a very great hack and it would be a shame for it to die off.
|
#88
|
||||
|
||||
same problem here
|
#89
|
||||
|
||||
Quote:
Open FORUMHOME_loggedinuser Find: Code:
<if condition="$show['comma_leader']">, </if> Code:
<if condition="$show['comma_leader']"> </if> |
#90
|
|||
|
|||
Yes! That solves the problem. Using 3.7 and this mod works fine.
|
#91
|
|||
|
|||
Quote:
Code:
$teamusergroups .= "\\t\\t<label for=\\"setting[$setting[varname]]$usergroupid\\" title=\\"usergroupid: $usergroupid\\"><input type=\\"checkbox\\" tabindex=\\"1\\" name=\\"setting[$setting[varname]]"."[]\\" id=\\"setting[$setting[varname]]$usergroupid\\" value=\\"$usergroupid\\"" . iif(strpos(",$setting[value],", ",$usergroupid,") !== false, \' checked="checked"\') . iif($vbulletin->debug, " title=\\"name="setting[$setting[varname]]"\\"") . " />$usergroup[title]</label><br />\\n"; } return "<span class=\\"smallfont\\">\\n$teamusergroups\\t</span>";') . "<input type=\"hidden\" name=\"setting[$setting[varname]][]\" value=\"0\" />]]></optioncode> <defaultvalue>5,6,7</defaultvalue> </setting> <setting varname="split_useronline_premiumusers" displayorder="110"> <datatype>free</datatype> <optioncode><![CDATA[" . eval('foreach($vbulletin->usergroupcache AS $usergroupid => $usergroup) { $premiumusergroups .= "\\t\\t<label for=\\"setting[$setting[varname]]$usergroupid\\" title=\\"usergroupid: $usergroupid\\"><input type=\\"checkbox\\" tabindex=\\"1\\" name=\\"setting[$setting[varname]]"."[]\\" id=\\"setting[$setting[varname]]$usergroupid\\" value=\\"$usergroupid\\"" . iif(strpos(",$setting[value],", ",$usergroupid,") !== false, \' checked="checked"\') . iif($vbulletin->debug, " title=\\"name="setting[$setting[varname]]"\\"") . " />$usergroup[title]</label><br />\\n"; } return "<span class=\\"smallfont\\">\\n$premiumusergroups\\t</span>";') . "<input type=\"hidden\" name=\"setting[$setting[varname]][]\" value=\"0\" />]]></optioncode> <defaultvalue>98</defaultvalue> </setting> <setting varname="split_useronline_vipusers" displayorder="120"> <datatype>free</datatype> <optioncode><![CDATA[" . eval('foreach($vbulletin->usergroupcache AS $usergroupid => $usergroup) { $vipusergroups .= "\\t\\t<label for=\\"setting[$setting[varname]]$usergroupid\\" title=\\"usergroupid: $usergroupid\\"><input type=\\"checkbox\\" tabindex=\\"1\\" name=\\"setting[$setting[varname]]"."[]\\" id=\\"setting[$setting[varname]]$usergroupid\\" value=\\"$usergroupid\\"" . iif(strpos(",$setting[value],", ",$usergroupid,") !== false, \' checked="checked"\') . iif($vbulletin->debug, " title=\\"name="setting[$setting[varname]]"\\"") . " />$usergroup[title]</label><br />\\n"; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|