![]() |
Split Useronline on Forumhome
1 Attachment(s)
Description
Splits the User Online section on the Forum Home to allow for staff/team members and users to be split into separate groups. This is the latest version of my previous mod and is now compatible with 4.0.x. My 3.7.x version was itself a new version of Surviver's original modification which was made for vBulletin 3.6.4. My 3.7.x version of the modification can be found here: https://vborg.vbsupport.ru/showthread.php?p=1537920 The rjs_split_online_40_vb4.1.2.zip download is only compatible with vBulletin 4.1.2 and above. However if you are still using 4.0.x up-to 4.1.1 then please use the original download: rjs_split_online_40_pre4.1.2.zip Features
Installation
Upgrading from 2.0.0 (was made for vBulletin 3.7.x) Do not uninstall the old version of this mod before installing. Upgrading from my 3.7.x version of this modification should be painless. It will auto remove the previous version (if you have it installed). As detailed above I've switched from using phrases to vbulletin options to define the titles for the groupings. This was done due to user feedback from the last release. The groups each have a default title in place however they can easily be changed to your own preference. Upgrading from 1.0.3 (was made for vBulletin 3.6.4) Unfortunately anyone wishing to upgrade from Survivor's original modification will be unable to. You will need to uninstall this product at your own convenience. The usergroup assignments are also managed through the usergroup permissions screen rather than the vBulletin settings. Changelog 2.5.0 - 4.0.x compatible release. 2.5.1 - Fixing issue with friend icons/invisible icons not appearing. 2.5.2 - Changed order of groups and made the extra spacing optional. 2.5.4 - Added an Automated CSS Template instead of manual template edits. 2.5.5 - Resolved compatibility issues with latest VBulletin. vBulletin 4.1.2 and above only Author Notes The main priority was simply to get a 4.0.x compatible version released but at the same time I did try to listen to user feedback and thus increased the number of groupings to five. In addition to this I also changed how the group titles are defined in an attempt to make this more accessible. Credit for the original version of the modification still goes to Surviver. Also the credit for the ilog function and the product un-installation process found within the installation code goes to Paul M. |
Just a quick note to say that I'll be adding screenshots and fine-tuning the description tomorrow.
In the meantime please let me know if you have any problems. And don't forget to mark it as Installed! |
1 Attachment(s)
|
Quote:
Plugins & Products -> Plugin Manager -> Edit the 'Display' Plugin for the 'Split Useronline' Product. On the second line you'll see this: PHP Code:
PHP Code:
|
Installed ... thank you ... :)
Really missed this add-on from 3.7 after upgrading to v4.03 .. Nice to have it back ... :up: Can HTML code be embedded and used to enhance group descriptions? Regards, Badger |
Quote:
i.e. I just put <span style="color:red">Staff</span> instead of just Staff and I couldn't see any problems with that. Or do you mean something else? |
Quote:
I thought that some folks might want to change color of the descriptions to match the color of the usergroup HTML markups if they did that ... Thanks .. nice mod ... :) Regards, Badger |
Works Fine,
Thx :) |
Many thanks. Works perfectly :up:
|
Okay, added the screenshots and changed the wording of the initial post slightly. Decided to mention that you can use html in the titles to stylise them further.
Thanks for the install guys! If anyone has any problems with anything, just post here and I'll be happy to assist. |
Hi
the + behind the Usernames, if a User is Buddy are not Working. |
Thanks for reporting the issue MrD. It was a bit of a strange one. Had to look at how the variable was defined in vB's own files. Looks like after the plugin hook is called they then call a function which further altered the loggedin array which is used for this plugin.
This issue has now been resolved. To fix it I just added the same function call into the Split Plugin. The only file that's changed is the main product file. To get the latest release: Simply re-download the zip file as before and then Import the Product as you did before (Please make sure that 'Allow Overwrite' is set to Yes). If you follow all of this then the invisible and buddy marks should now both be appearing. EDIT: This is the first Update I've had to release so this process is a little new to me but I've changed the zip file so it's up-to-date and sent out a notification of the update. Oh and changed the version number. As far as I know that's all I need to do lol. |
In Vb4.0.3 I have installed it but all groups is showing in single line.Can you please tell me how to solved it i have verified this with other styles too.
|
Can I just check the following:
1) Is it definitely turned on in the settings? 2) Do you have any other products installed that may affect the who's online listing?It cou;d be that the execution order of this other product is doing something to remove the changes. 3) Have you set some usergroups up as staff/admin usergroups? i.e. set the "Is this a staff usergroup" questions to Yes inside the edit usergroup screen. And lastly this product works off the user's display usergroup. It doesn't check all the usergroups the user is in. Not at the moment anyway. This doesn't need to be their primary usergroup, it can be a secondary usergroup just this is what affects what their usertitle appears as. |
Quote:
I can confirm fix works fine for v4.03 ... :up: Regards, Badger |
That's good to hear ;).
Thanks for the installs so far. |
Will this mode work on vBulletin version 3.8.5 ?
|
Quote:
https://vborg.vbsupport.ru/showthread.php?t=181212 |
How can you make like the admin group always remain right at the top because when i activated two usergroups i noticed that the admin one moved to the 2nd position but i'd like it to be at the top always,
screenshot: https://vborg.vbsupport.ru/external/2010/06/58.jpg |
Quote:
also can you change the names, ie change VIP to Private Members? |
Quote:
Sussed that... in the plugin manager move the text HTML Code:
if($onlineusers['admins']) HTML Code:
{ |
Sorry I had intended for admins to be at the top but must have forgot about that lol. I'll get it fixed in a new release shortly. The intended order should have been: Admins, Staff/Team, VIP Members, Premium Members, Donators and then Members.
But yeah that Plugin code above is how you change the order. As I said though I'll get the order to work like I described above in my next release which I'll do in the next couple of days (just fixing that). And hIBEES you can change the names to whatever you would like through the vBulletin Options -> Split Useronline page. If you want to change what they're called on the usergroup management screen i.e. in the AdminCP then you'll need to edit the phrases. All of the phrase names for this plugin begin with the prefix "split_". |
Quote:
|
1 Attachment(s)
Installed... thanks ... :up:
Is there a way of eliminating the extra spacing between groups being displayed? (see pic) With a few user groups, it will spread out vertically pretty fast, so it would be good to eliminate the extra line feed between group displays. Regards, Badger |
Quote:
https://vborg.vbsupport.ru/showpost....85&postcount=4 |
Yup .. thanks ... :up:
I downloaded the update which overwrote my previous change I made as shown in post #4 ... :D Made the change again ... I'll have to remember this for the next update ... Regards, Badger |
OK just released a slightly updated version. Upgrade instructions are as usual.
Fixed the ordering as I promised (Admins is now at the top). The exact ordering is now: Admins, Staff/Team, VIP Members, Premium Members, Donators and then Members. You can still call these groups whatever you would like but I felt the ordering needed to change to properly reflect the default names. Lastly as the extra spacing/break line seemed to be causing a bit of an issue for a few users I've changed it into an option in the settings. Just set 'Use Additional Spacing' to No if you don't want the gap to appear. Thought it was best to do it properly than continue advising people to edit the plugin themselves. |
Thanks for the update .... :)
Appreciate the linefeed addition ... Regards, Badger |
Can you do Staff, Members, and Contributors too?
I don't have enough contributors yet, im just wondering. |
Sorry? You can call the groups whatever you want. And there is a 'Staff' group already.
|
Ok, updated to v4.0.4pl1 and it's still running fine, however, the Admin Group still appears as the second group, even with this latest download of the mod.
Am I missing something? :confused: Thanks for any help ... :) Regards, Doug |
Quote:
|
I'm getting an error on 4.04 where it leaves a ' ,' comma after the admin usergroup line.
https://vborg.vbsupport.ru/external/2010/07/42.png edit: it appears to appear all over. comma errors. |
Quote:
Add the following CSS to one of the css templates (vbulletin.css works fine) Code:
.commalist li.nocomma:after {content: "";} |
Quote:
Re-downloaded and re-installed. Again, a nice mod and it's much appreciated ... Regards, Badger |
tagged...looks very good this does
|
Any reason why the usergroup titled "Awaiting Email Validation" doesn't appear at all? :confused:
The usergroup has nothing checked, so shouldn't it appear along with the standard registered usergroup as just "Members"? Anyone else notice this? :) Regards, Badger |
Quote:
Regards, Badger |
1 Attachment(s)
|
Quote:
And how to fix it? |
All times are GMT. The time now is 06:11 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|