View Full Version : Forum Home Enhancements - Split Useronline on Forumhome
consolegaming
05-24-2010, 10:00 PM
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
Currently allows for five different types of extra users (Admins, Staff, Premium, VIP, Donators) on top of the usual members (for those not assigned to any of the other groups).
This is controlled through the usergroup manager whereby you can select Yes or No for each of the five types of users.
This works off a user's display usergroup for which section/s they will appear in on the online listing.
The titles for the six groupings (5 plus members) can now be managed inside the Vbulletin Options inside the Split Useronline section.
Compatibility with User Legend Hacks (providing their Execution order is set to 2 or more)
You can use HTML markup to change the colours of the titles. e.g
<style="color:red;">Staff</span>
The default additional spacing between the groups is now optional. This is managed in the VBulletin Options alongside the other settings above.
There are no manual template edits any more.
Installation
Upload all necessary files to their respective directories. Overwrite files where prompted.
Install the product XML file. Be sure to Allow Overwrite.
Check that Split Useronline tool is turned on: vBulletin Options -> Split Useronline -> Activate: Yes
Decide whether you want to use the additional spacing between Groups.
If you are using a 4.0.x version prior to 4.0.6 then you will need to make the below template change:
Style Manager -> Expand the "CSS Templates" Group -> Customize "split_online.css"
And then change the following:
#wgo_onlineusers .commalist li.nocomma:after {content: "";}
#wgo_onlineusers .commalist li.br {display:block;}
To (i.e. remove "#wgo_onlineusers "):
.commalist li.nocomma:after {content: "";}
.commalist li.br {display:block;}
After you do upgrade to 4.0.6 just revert the above template and all will be fine.
Set relevant permissions for each usergroup.
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.
consolegaming
05-25-2010, 12:41 AM
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!
Hi,
nice Mod :)
But i have a Spaceline between the Usergroups.
117531
consolegaming
05-25-2010, 10:15 AM
Hi,
nice Mod :)
But i have a Spaceline between the Usergroups.
117531
That was actually intended. It's easily removed though.
Plugins & Products -> Plugin Manager -> Edit the 'Display' Plugin for the 'Split Useronline' Product.
On the second line you'll see this:
$break = '<li class="br nocomma"><br /></li>';
Just change it to (remove the <br />):
$break = '<li class="br nocomma"></li>';
and the line break will be no more.
BadgerDog
05-25-2010, 11:28 AM
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
consolegaming
05-25-2010, 11:45 AM
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
You mean the title of the groups? Well the quick experiment I did worked fine.
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?
BadgerDog
05-25-2010, 11:56 AM
You mean the title of the groups? Well the quick experiment I did worked fine.
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?
That's exactly what I meant .... :up:
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
stained
05-25-2010, 07:36 PM
Many thanks. Works perfectly :up:
consolegaming
05-26-2010, 12:02 AM
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.
consolegaming
05-28-2010, 12:37 AM
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.
raagaswaram
05-28-2010, 01:24 AM
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.
consolegaming
05-28-2010, 05:43 AM
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.
BadgerDog
05-28-2010, 09:32 AM
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.
Updated ... thank you .. :)
I can confirm fix works fine for v4.03 ... :up:
Regards,
Badger
consolegaming
05-29-2010, 10:37 PM
That's good to hear ;).
Thanks for the installs so far.
kavi2005
06-07-2010, 06:03 AM
Will this mode work on vBulletin version 3.8.5 ?
consolegaming
06-07-2010, 02:11 PM
Will this mode work on vBulletin version 3.8.5 ?
No but this version should (untested, but pretty sure):
https://vborg.vbsupport.ru/showthread.php?t=181212
hqlman
06-14-2010, 07:00 PM
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
Bounce
06-14-2010, 07:46 PM
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
I'd like the same, there does not seem to be anyway you can change the order
also can you change the names, ie change VIP to Private Members?
Bounce
06-14-2010, 07:53 PM
I'd like the same, there does not seem to be anyway you can change the order
Sussed that... in the plugin manager move the text
if($onlineusers['admins'])
{
$activeusers .= $start.$options['split_admin'].':</b></li>'.$onlineusers['admins'].$break;
$show_m = true;
}
To below
{
$activeusers .= $start.$options['split_staff'].':</b></li>'.$onlineusers['team'].$break;
$show_m = true;
}
consolegaming
06-15-2010, 10:47 AM
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_".
Bounce
06-15-2010, 08:49 PM
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_".
Thanks, got it just after I posted the code change, thanks for nice hack :up:
BadgerDog
06-16-2010, 04:06 AM
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
Bounce
06-16-2010, 06:01 PM
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
You mean the spacing? post 4 takes care of that....
https://vborg.vbsupport.ru/showpost.php?p=2043085&postcount=4
BadgerDog
06-16-2010, 06:25 PM
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
consolegaming
06-18-2010, 05:47 PM
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.
BadgerDog
06-18-2010, 07:54 PM
Thanks for the update .... :)
Appreciate the linefeed addition ...
Regards,
Badger
LilPimp
06-27-2010, 04:22 AM
Can you do Staff, Members, and Contributors too?
I don't have enough contributors yet, im just wondering.
consolegaming
06-27-2010, 03:22 PM
Sorry? You can call the groups whatever you want. And there is a 'Staff' group already.
BadgerDog
07-01-2010, 10:34 AM
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
consolegaming
07-02-2010, 07:28 PM
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
I don't have a clue what happened lol. I'm sure I made the change but when I just checked it weren't there lol. I can't have saved it or something. Apologies about that. I've just re-made the change and uploaded the new files. The only thing that's changed from the previous version is the main product file. Sorry about the confusion. I blame lack of sleep :D.
murekhalir
07-03-2010, 07:38 AM
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.
consolegaming
07-03-2010, 03:08 PM
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.
You need to make the template edit that I mentioned in the initial post.
Add the following CSS to one of the css templates (vbulletin.css works fine)
.commalist li.nocomma:after {content: "";}
.commalist li.br{display:block;}
BadgerDog
07-03-2010, 08:18 PM
I don't have a clue what happened lol. I'm sure I made the change but when I just checked it weren't there lol. I can't have saved it or something. Apologies about that. I've just re-made the change and uploaded the new files. The only thing that's changed from the previous version is the main product file. Sorry about the confusion. I blame lack of sleep :D.
Thanks ... :)
Re-downloaded and re-installed.
Again, a nice mod and it's much appreciated ...
Regards,
Badger
COL NIL SATIS
07-03-2010, 09:11 PM
tagged...looks very good this does
BadgerDog
08-01-2010, 08:01 PM
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
BadgerDog
08-08-2010, 02:29 PM
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
Anyone else have this problem?
Regards,
Badger
Hi,
in Vb4.0.6 the Categories are in a single line :)
120697
pedroenf
08-13-2010, 07:44 PM
Hi,
in Vb4.0.6 the Categories are in a single line :)
120697
And how to fix it?
LordVader
08-16-2010, 02:45 AM
I'm getting the same problem as the two guys in the two posts directly above this.
All users are on one line, please see attachment
Great mod, but this one silly little thing makes it look very untidy
Please help
Thanks
Will. :)
LordVader
08-18-2010, 10:59 AM
Well i think i may be uninstalling this one, as another member pointed out six days ago that there was a problem with this hack & i see there has been no further help or advice given.
Its a shame as it is a nice little hack & it would be great if it was working correctly but as it stands at the moment it looks really untidy the way it is displaying on my board, i may give it another few days & see if the developer logs in & hopefully comes up with a fix.
Will. :)
Sarcoth
08-21-2010, 04:12 AM
You all should really try to play with the code now and then. Coding is fun! :)
Until the developer updates the mod, here is a temporary fix.
Open the Display plugin for this mod and replace it with the following:
$start = '<li class="nocomma"><b>';
$show_m = false; $options = $vbulletin->options;
if ($options['split_break'] == 1){
$break = '<li class="br nocomma"><br /></li><br />';
} else {
$break = '<li class="br nocomma"></li><br />';
}
if((
$onlineusers['team'] OR $onlineusers['members'] OR
$onlineusers['premiummembers'] OR $onlineusers['vips']
OR $onlineusers['admins'] OR $onlineusers['donators'])
AND $options['split_useronline_active'])
{
unset($activeusers);
if($onlineusers['admins'])
{
$activeusers .= $start.$options['split_admin'].':</b></li>'.$onlineusers['admins'].$break;
$show_m = true;
}
if($onlineusers['team'])
{
$activeusers .= $start.$options['split_staff'].':</b></li>'.$onlineusers['team'].$break;
$show_m = true;
}
if($onlineusers['vips'])
{
$activeusers .= $start.$options['split_vips'].':</b></li>'.$onlineusers['vips'].$break;
$show_m = true;
}
if($onlineusers['premiummembers'])
{
$activeusers .= $start.$options['split_premium'].':</b></li>'.$onlineusers['premiummembers'].$break;
$show_m = true;
}
if($onlineusers['donators'])
{
$activeusers .= $start.$options['split_donator'].':</b></li>'.$onlineusers['donators'].$break;
$show_m = true;
}
if($onlineusers['members'])
{
$activeusers .= iif($show['othergroups'], $start.$options['split_members'].":</b></li>").$onlineusers['members'].$break;
}
}
This may not work the way everyone wants, but it works for me. I won't provide further updates.
LordVader
08-21-2010, 08:19 AM
Hi Sarcoth
That worked a treat, perfect :up:
Thank you
Will. :)
pedroenf
08-21-2010, 03:19 PM
Hi Sarcoth
That worked a treat, perfect :up:
Thank you
Will. :)
Yes it did. Thanks Sarcoth.
If anyone wants to ad some space between groups (a space line break) just add the <br /> as follows:
$activeusers .= $start.$options['split_vips'].':</b></li>'.$onlineusers['vips'].$break.'<br />';
$show_m = true;
consolegaming
08-31-2010, 10:17 AM
Sorry I have been busy with a few other projects. I'll upgrade my test forums sometime this week and take a look at it.
Are you sure you guys didn't just lose:
.commalist li.nocomma:after {content: "";}
.commalist li.br{display:block;}
from vbulletin.css when you upgraded? If that seems to be causing confusion when people are upgrading then I could create a separate css template for it, just seemed a bit wasteful for 2 lines of css lol.
EDIT: And Badger without looking I'd say that would be because that usergroup is probably not included in the normal listing. Try disabling the plugin and seeing if a user in that usergroup appears or not. I work off that same list of users, I just make it appear differently.
BadgerDog
08-31-2010, 09:44 PM
EDIT: And Badger without looking I'd say that would be because that usergroup is probably not included in the normal listing. Try disabling the plugin and seeing if a user in that usergroup appears or not. I work off that same list of users, I just make it appear differently.
Hmmm.... :confused:
When you say ... I'd say that would be because that usergroup is probably not included in the normal listing. ....
Do you mean a setting under AdminCP UserGroup settings that is vBulletin's and not the one that belongs to your mod? Is that new, as I don't ever remember a setting that caused specific usergroups to appear or not appear under the forumhome listing of who's logged in?
Regards,
Badger
consolegaming
09-02-2010, 11:28 AM
Hmmm.... :confused:
When you say ... I'd say that would be because that usergroup is probably not included in the normal listing. ....
Do you mean a setting under AdminCP UserGroup settings that is vBulletin's and not the one that belongs to your mod? Is that new, as I don't ever remember a setting that caused specific usergroups to appear or not appear under the forumhome listing of who's logged in?
Regards,
Badger
I don't believe there's a setting for it. But if you disable this plugin you'll see that those same users still won't appear. VB don't seem to count "Awaiting Email Validation" users as members so they're not included as part of the online list. I suspect they categorize them as guests instead.
BadgerDog
09-02-2010, 05:58 PM
VB don't seem to count "Awaiting Email Validation" users as members so they're not included as part of the online list. I suspect they categorize them as guests instead.
Interesting... :)
Didn't realize they now did that in VB4 ....
I even changed that group to be recognized along with your Admin group and they still didn't appear and neither does the "Awaiting Email" group ...
Regards,
Badger
consolegaming
09-02-2010, 06:12 PM
Interesting... :)
Didn't realize they now did that in VB4 ....
I even changed that group to be recognized along with your Admin group and they still didn't appear and neither does the "Awaiting Email" group ...
Regards,
Badger
The list of online users is always the same and is provided by vbulletin's code. I don't add or remove from the list. Effectively all my plugin does is present the list in a different way. It subdivides the list of users into further groups.
So yeah any usergroups that aren't used such as "Awaiting Emails" won't ever be shown in the list no matter what options you use when editing the usergroup.
Eazy1
09-02-2010, 08:54 PM
Great mod! Installed. How can I remove the extra commas from the last of each group?
https://vborg.vbsupport.ru/external/2010/09/55.jpg
https://vborg.vbsupport.ru/external/2010/09/55.jpg
consolegaming
09-03-2010, 09:02 AM
Great mod! Installed. How can I remove the extra commas from the last of each group?
https://vborg.vbsupport.ru/attachment.php?attachmentid=120697&d=1281611874
https://vborg.vbsupport.ru/attachment.php?attachmentid=120890&d=1281930127
Use the CSS that's in the initial post lol (under the heading Template Edit). I think I'm going to create a separate css template and auto include it because this seems to cause confusion for people installing it /upgrading vb. I'll probably get that done over the next couple of weeks.
BadgerDog
09-03-2010, 09:30 AM
The list of online users is always the same and is provided by vbulletin's code. I don't add or remove from the list. Effectively all my plugin does is present the list in a different way. It subdivides the list of users into further groups.
So yeah any usergroups that aren't used such as "Awaiting Emails" won't ever be shown in the list no matter what options you use when editing the usergroup.
Thanks ... :up:
That saves me a lot of chasing my tail type diagnostics ... :D
I wonder why vBulletin decided after all these years to pull those user groups from the standard display. We found it useful to spot people who keep trying to login and use the site without completing the registration process.
Regards,
Badger
Sarcoth
09-03-2010, 08:14 PM
Sorry I have been busy with a few other projects. I'll upgrade my test forums sometime this week and take a look at it.
Are you sure you guys didn't just lose:
.commalist li.nocomma:after {content: "";}
.commalist li.br{display:block;}
from vbulletin.css when you upgraded? If that seems to be causing confusion when people are upgrading then I could create a separate css template for it, just seemed a bit wasteful for 2 lines of css lol.
Hey console. Yea, I checked that first and it was fine on my end. Not sure about others. But, I use Template Modification System and I never directly edit a template. I always create a mod for them so I never have to redo the template edit again later. Although, for this situation, I did check my mod to make sure it was working too. I could not locate the problem so I edited the plugin to keep from messing with it. It works the way I need it to now so all is well on my end. :)
consolegaming
09-04-2010, 09:47 PM
EDIT: Ignore this post. Decided to release the update straight away so skip to the next post.
Ok, I've just updated my test forums and I could see what the problem was straight away. They've changed the CSS affected the online user listing and the changes they made meant that my css was no longer taking affect.
I'll roll out an update including the fix very shortly but in the meantime if you haven't already followed Sarcoth's alternative fix (doing both until the update would likely double the effect) then just change the two lines of CSS to:
#wgo_onlineusers .commalist li.nocomma:after {content: "";}
#wgo_onlineusers .commalist li.br{display:block;}
all I've done is add #wgo_onlineusers to the front of the two lines.
Just means that my css now takes priority again.
EDIT: When I say release an update: I'll be putting those CSS changes into their own template and auto including just to avoid any issues like that (even though that wasn't the problem this time around). I'm updating the initial post now with the new instructions.
consolegaming
09-05-2010, 12:08 AM
Okay, I decided to just get that update done and released. I've tested the installation on my own live forum and it's gone through fine. Also remember to set the "Allow Overwrite" option to yes. If you have any problems just post them here and I'll be happy to help.
I'm happy to get rid of the Manual CSS changes even though that wasn't the cause of these latest issues lol.
Sarcoth
09-05-2010, 12:34 AM
Installed and looks good. Thanks for the update.
pedroenf
09-05-2010, 01:37 AM
The adittional line spacer does not work.
Sarcoth
09-05-2010, 04:29 AM
The adittional line spacer does not work.
It did for me. Mine was on by default and I was able to turn it off.
consolegaming
09-05-2010, 09:36 AM
The adittional line spacer does not work.
As Sarcoth said, it should be turned on by default unless it's been changed to Off in the Vbulletin Options. When it's on you'll have a gap between each group (like in the screenshot attached to my main Mod post). When it's off then there won't be any gap the groups will just appear straight under the one before them.
BadgerDog
09-05-2010, 12:36 PM
Okay, I decided to just get that update done and released. I've tested the installation on my own live forum and it's gone through fine. Also remember to set the "Allow Overwrite" option to yes. If you have any problems just post them here and I'll be happy to help.
I'm happy to get rid of the Manual CSS changes even though that wasn't the cause of these latest issues lol.
Should I remove the manual CSS changes that were already added from previous versions?
I'm still running 4.04 and I assume it's ok to do this upgrade?
Regards,
Badger
BadgerDog
09-05-2010, 12:51 PM
Well, I removed the CSS manual edits from vbulletin.css and imported your new version (overwriting) ....
I checked the forum and I had one LONG line of usegroup names and usernames, so I went into your AdminCP options and turned ON the add a line option, which hadn't ever been needed before. That fixed that problem, but now I have extra commas all over the place, including at the beginning of lines? (see attached pic)
How do I get back to a working verstion? Should I re-add the CSS manual edits to vbulletin.css?
Regards,
Badger
pedroenf
09-05-2010, 01:17 PM
I am sorry to say but it does not work for me the line break:
https://vborg.vbsupport.ru/attachment.php?attachmentid=121613&stc=1&d=1283696212
https://vborg.vbsupport.ru/attachment.php?attachmentid=121614&stc=1&d=1283696212
consolegaming
09-05-2010, 01:31 PM
Apologies. If you're running 4.0.4 still then a small change will need to be made to the following template (not sure which version of vB added the css changes that caused the issues mentioned a couple of pages ago but I'll have to presume it was 4.0.6).
Go to the Style Manager, Expand the "CSS Templates" Group and then customize the template split_online.css (this is the template that has been added by this mod).
You'll see the following:
#wgo_onlineusers .commalist li.nocomma:after {content: "";}
#wgo_onlineusers .commalist li.br {display:block;}
Change it to the below (remove "#wgo_onlineusers "):
.commalist li.nocomma:after {content: "";}
.commalist li.br {display:block;}
I'll add a note back into the original post to say that the above change is needed for installations prior to vB 4.0.6. Once you do upgrade to 4.0.6 just revert this template back to it's original state and that'll sort things out again.
And Badger you'll probably need to disable that Additional Spacing option again. Really sorry about this. Don't see why vBulletin have changed their CSS =-/.
pedroenf
09-05-2010, 01:54 PM
Well, after some "investigation" (lol) on why wasn't working i figured that your mod should be working just fine. It happens that i have this other mod installed (https://vborg.vbsupport.ru/showthread.php?t=228628) and just needed to add the split_online.css (#wgo_onlineusers .commalist li.nocomma:after {content: "";}
#wgo_onlineusers .commalist li.br {display:block;}) to it. Sorry for the misinformation, my bad :(
Working fine now.
consolegaming
09-05-2010, 02:00 PM
Well, after some "investigation" (lol) on why wasn't working i figured that your mod should be working just fine. It happens that i have this other mod installed (https://vborg.vbsupport.ru/showthread.php?t=228628) and just needed to add the split_online.css (#wgo_onlineusers .commalist li.nocomma:after {content: "";}
#wgo_onlineusers .commalist li.br {display:block;}) to it. Sorry for the misinformation, my bad :(
Working fine now.
Okay lol. Though the above post of mine is probably (unless Badger has the same answer) still valid for people using VB prior to 4.0.6.
Pedro I presume you're on 4.0.6 yea?
pedroenf
09-05-2010, 02:07 PM
Okay lol. Though the above post of mine is probably (unless Badger has the same answer) still valid for people using VB prior to 4.0.6.
Pedro I presume you're on 4.0.6 yea?
Yes i am LooooooooooooL
https://vborg.vbsupport.ru/attachment.php?attachmentid=121619&stc=1&d=1283699223
consolegaming
09-05-2010, 02:09 PM
Sorry was using the horizontal postbit which doesn't show that field for some reason lol.
pedroenf
09-05-2010, 02:14 PM
And you are correct. My bad again sorry. Thought that that info shows on both styles.
BadgerDog
09-05-2010, 04:32 PM
And Badger you'll probably need to disable that Additional Spacing option again. Really sorry about this. Don't see why vBulletin have changed their CSS =-/.
Isn't it just as easy for me to leave the vbulletin.css manual edits in-place (which work) that you originally provided in earlier releases and not touch your new split_online.css at all?
That way, when I do upgrade to v4.06, all I have to do is remove the vbulletin.css manual edits from my styles and your split_online.css values will take over?
Regards,
Badger
consolegaming
09-05-2010, 04:53 PM
That would work as well lol.
Eazy1
09-07-2010, 03:46 PM
Use the CSS that's in the initial post lol (under the heading Template Edit). I think I'm going to create a separate css template and auto include it because this seems to cause confusion for people installing it /upgrading vb. I'll probably get that done over the next couple of weeks.
Well, I had that done (I've now updated to your newest version)... I'm curious how to remove just the last comma in each line:
https://vborg.vbsupport.ru/external/2010/10/19.jpg
pedroenf
09-09-2010, 02:17 PM
How to make this work in CMPS?
consolegaming
09-10-2010, 07:18 AM
Well, I had that done (I've now updated to your newest version)... I'm curious how to remove just the last comma in each line:
https://vborg.vbsupport.ru/external/2010/10/19.jpg
EDIT:
Hmm, what I was just suggesting wouldn't work lol. Not really got a simple fix that could do it. I was going to suggest using the trim function on it but that wouldn't work. Not how I was thinking anyway.
If it's going to be done it would need to be within the Display plugin (i.e. once the variables have been fully populated). I was thinking of using the trim function to remove the trailing , but it'll be ending more like this: ,</li> but removing that and re-adding the li back in might be a bit messy.
@ Pedro: I've never used VB Advanced (that's what your talking about yea?) so I don't know how that works.
pedroenf
09-10-2010, 08:28 AM
@ Pedro: I've never used VB Advanced (that's what your talking about yea?) so I don't know how that works.
Yes it was. That's a pity :(
It would be great to make this work in VBA
buurman
09-11-2010, 05:54 PM
Yes it was. That's a pity :(
It would be great to make this work in VBA
Indeed it would, im using vb advanced CMPS on VB 4.0.6.
I have the CMS also, but disabled it, I think it aint that great...
This is the PHP code for the usersonline for the VB Advanced module: (maybe you can see what to change)
<div class="blocksubhead">{vb:rawphrase x_members_and_y_guests, {vb:raw numberregistered}, {vb:raw numberguest}}</div>
<div class="blockrow vba_spacer">
<vb:if condition="$activeusers">
<ol class="commalist">{vb:raw activeusers}</ol>
<vb:else />
{vb:rawphrase no_x_online, {vb:rawphrase members}}
</vb:if>
</div>
<div class="blockrow">{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw recordusers}, {vb:raw recorddate}, {vb:raw recordtime}}</div>
consolegaming
09-11-2010, 09:00 PM
Well that's actually the template code, mostly html with vb's own variable system built into it. The actual PHP code is held within the plugins. My plugin alters the activeusers variable which is still being used there as you can see but my pkugin code is not getting executed.
Which to me suggests that the Plugin Hooks that have been used for my Product aren't being implemented here in their code. I did try installing it and taking a bit of a look around. But I didn't really get anywhere and disliked the cmps system lol.
EDIT: I think to get any further with CMPS usage I'd need to get all the vB files on my pc and search for where the plugin hooks (the ones I use) are defined and try and work out why they're not being used in the cmps files. Not doing that today though lol.
pedroenf
09-11-2010, 09:38 PM
Indeed it would, im using vb advanced CMPS on VB 4.0.6.
I have the CMS also, but disabled it, I think it aint that great...
This is the PHP code for the usersonline for the VB Advanced module: (maybe you can see what to change)
<div class="blocksubhead">{vb:rawphrase x_members_and_y_guests, {vb:raw numberregistered}, {vb:raw numberguest}}</div>
<div class="blockrow vba_spacer">
<vb:if condition="$activeusers">
<ol class="commalist">{vb:raw activeusers}</ol>
<vb:else />
{vb:rawphrase no_x_online, {vb:rawphrase members}}
</vb:if>
</div>
<div class="blockrow">{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw recordusers}, {vb:raw recorddate}, {vb:raw recordtime}}</div>
The code i also know. But it's not that simple. It needs to be hard coded ;)
Taurus1
09-25-2010, 12:57 PM
This is great. Thanks. But I have the following problems. Everything is in one line, and also those extra commas don't look good. Please help.
122317
DeadRabbit
09-26-2010, 02:35 PM
i cannot find split_online.css
consolegaming
09-27-2010, 11:11 AM
@Taurus: What version of vB are you using? I've got some version specific comments in my initial post. The downloadable file works perfectly without any changes for 4.0.6 onwards, if your using anything before that then there's some instructions on a small change to make in a template. And then once you do upgrade to 4.0.6 you can either undo the change or just re-install the plugin.
@DeadRabbit: Have you expanded the CSS Templates group? After doing that the template is just above stylegenerator.css for me. If you still can't see it try doing a search for:
.nocomma
That should find it. It's a class only I'm using so it shouldn't bring up any other templates.
Taurus1
09-27-2010, 11:31 AM
Hey! I am running 4.0.7
No luck here....
consolegaming
09-27-2010, 11:41 PM
Ive not tried upgrading to 4.0.7 yet, I hope they haven't changed something else to muck up the css lol. It's definitely a CSS Issue as I just went to your forum and it's not seeing my css at all.
Do you have the template (split_online.css - It should be in the CSS Templates group) I mentioned in my response to DeadRabbit? (or search templates for .commalist )
If it's there can you tell me what the CSS Shows.
If it's VB 4.0.6 (providing they haven't changed something else in 4.0.7) or later it should be:
#wgo_onlineusers .commalist li.nocomma:after {content: "";}
#wgo_onlineusers .commalist li.br {display:block;}
If it's any earlier than 4.0.6 (i.e. 4.0.5 or earlier) then the css should be:
.commalist li.nocomma:after {content: "";}
.commalist li.br {display:block;}
Taurus1
09-28-2010, 12:32 AM
I can confirm that the split_online.css template is there, and also that this code is in there:
#wgo_onlineusers .commalist li.nocomma:after {content: "";}
#wgo_onlineusers .commalist li.br {display:block;}
consolegaming
09-28-2010, 09:32 AM
I can confirm that the split_online.css template is there, and also that this code is in there:
#wgo_onlineusers .commalist li.nocomma:after {content: "";}
#wgo_onlineusers .commalist li.br {display:block;}
Ok, let me guess you have this plugin installed:
https://vborg.vbsupport.ru/showthread.php?t=228628
Pedro on page 5 had that issue:
Well, after some "investigation" (lol) on why wasn't working i figured that your mod should be working just fine. It happens that i have this other mod installed (https://vborg.vbsupport.ru/showthread.php?t=228628) and just needed to add the split_online.css (#wgo_onlineusers .commalist li.nocomma:after {content: "";}
#wgo_onlineusers .commalist li.br {display:block;}) to it. Sorry for the misinformation, my bad :(
Working fine now.
I think that plugin must be overriding the CSS includes or something.
Taurus1
09-28-2010, 09:44 AM
Ok, let me guess you have this plugin installed:
https://vborg.vbsupport.ru/showthread.php?t=228628
Pedro on page 5 had that issue:
I think that plugin must be overriding the CSS includes or something.
No, I don't. Damn. I really hope I can get this to work. It would really be awesome. And thanks for the effort.
consolegaming
09-28-2010, 11:02 AM
Ah worked out what the issue is after looking at your source code. You store your CSS as files rather than templates.
As a quick fix adding those two lines of css to the end vbulletin.css template should resolve the issue.
For a proper fix it looks like I'll need to look into what to do to my product to make it work in this way by default i.e. working no matter how the CSS is stored.
Taurus1
09-28-2010, 01:17 PM
Awesome!! That did it. Thank you very very much!
sonixax
10-21-2010, 03:53 PM
Well, I had that done (I've now updated to your newest version)... I'm curious how to remove just the last comma in each line:
https://vborg.vbsupport.ru/attachment.php?attachmentid=121678&stc=1&d=1283877900
Have Same problem .
nikki712
10-28-2010, 11:58 AM
I cannot get this to work on my 4.0.8 test forum. I don't have that additional_css.css mod installed, and my css are not stored as files. :(
Taurus1
10-31-2010, 09:28 AM
Have Same problem .
I second that. Also when displaying Spiders, is there a way to get rid of the comma preceding the Spiders. See screenshot.
123265
And one last thing. Is it possible to add another field? Like Spiders for instance.
Thanks.
Nocturnal222
11-02-2010, 09:19 PM
thanks
Nocturnal222
11-02-2010, 09:23 PM
How do I get rid of the commas before the titles?
Like:
, Admin: xxxxx, xxx
, Staff: xxx, xxx
thanks
Nocturnal222
12-10-2010, 07:20 AM
any updated version for 4.1.0?
ladycroft
12-15-2010, 09:18 AM
I installed it and runs fine.
But in the usergroup settings no group member is seen. All the others are there.
What should I do? Have attached screen
Greetings ladycroft
Hi,
Member is Standard and not shown in Settings.
They will be shown every, this addon ist for xtra Usergroups
owning_y0u
12-21-2010, 03:57 AM
works fine on vb4.1 nice addition see you @ cg
Strik3
12-25-2010, 10:06 AM
Have Same problem .
too. Do you have a solution?
hqlman
12-25-2010, 01:55 PM
Doesnt work on vb 4.1 PL2 , any update?
Nocturnal222
01-05-2011, 09:13 AM
bumping, 2.5.4 worked on vb 4. lvl2
But there's no line break.
Anyone?
mbeelen
01-09-2011, 08:59 AM
Is there also a version availible for 4.1.0 and higher.
I can get it too work with this version it says not compatible :S
Cheers.
edit: got it too work, changed in the xml file the version number to a higher amount and then it works without the error.
Fire112
02-01-2011, 10:43 AM
Not compatible with 4.1.1 ;((
Hi,
Not compatible with 4.1.1 ;((
sure?
It works for me in my 4.1.1 perfect :p
But Any Addons are Not Compatible in your Eyes with vb4.1.1 *:down:*
Maybe you are a Noob?
Fire112
02-04-2011, 06:08 PM
Hi,
sure?
It works for me in my 4.1.1 perfect :p
But Any Addons are Not Compatible in your Eyes with vb4.1.1 *:down:*
Maybe you are a Noob?
The following dependencies were not met:
1. This add-on is not compatible with version 4.1.1 of vBulletin. (Works on 4.0.1 / not compatible with version 4.0.99 and above)
Hi,
in many other Threads you wrote, that a addon is not compatible with vb 4.1.x, we say change the dependencies in the xml file.
Bounce
02-10-2011, 06:56 PM
Stopped working when upgraded to 4.1.2 beta 1
Hi,
the Forumhome are changed by VB.
Addon is not Working for 4.1.2
franzis
02-21-2011, 10:37 AM
Please update ...
LG Franzis
emath
02-21-2011, 10:39 AM
please can you update the product? thanks.
Have anyone a running Version for vb4.1.2?
i think it´s a little Change in the Plugin.
kisanjong
03-03-2011, 09:19 PM
will not install on 4.12 here - please update
Thanks :)
Fire112
03-03-2011, 09:22 PM
yes, please update
baccaro
03-18-2011, 07:18 PM
Split Useronline
friend not funder version 4.1.2 help please
Avrojet
04-11-2011, 04:37 PM
An update is really required.
malipl
04-24-2011, 12:02 PM
Update Please to 4.1.3
BadgerDog
05-02-2011, 12:30 PM
Need a fix for 4.13... can anyone help as developer seems to not be logging in any longer...
Thanks ... :)
Regards,
Doug
BadgerDog
05-14-2011, 11:10 PM
Need a fix for 4.13... can anyone help as developer seems to not be logging in any longer...
Thanks ... :)
Regards,
Doug
Anyone able to help with this? :(
Thanks ..
Regards,
Doug
malipl
05-15-2011, 04:32 PM
Bump Please Update to 4.1.3 Please
hqlman
05-16-2011, 03:33 PM
Would be great if someone could take over and update this, nice mod
chiggy
05-18-2011, 02:00 PM
Plz Update For VB 4.1.2 Its Very Good Mod Brother.
dartho
05-19-2011, 10:55 PM
I fixed this up for a member here. There are other ways you could fix, but if I recall correctly, edit your forumhome template, search for <vb:each from="activeusers" value="loggedin">
<li> {vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}</li>
</vb:each>
and replace with {vb:raw activeusers}
<vb:comment><vb:each from="activeusers" value="loggedin">
<li> {vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}</li>
</vb:each></vb:comment>
Avrojet
05-21-2011, 09:03 AM
Excellent, thank you very much :)
hqlman
05-24-2011, 01:47 PM
I fixed this up for a member here. There are other ways you could fix, but if I recall correctly, edit your forumhome template, search for <vb:each from="activeusers" value="loggedin">
<li> {vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}</li>
</vb:each>
and replace with {vb:raw activeusers}
<vb:comment><vb:each from="activeusers" value="loggedin">
<li> {vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}</li>
</vb:each></vb:comment>
I cannot seem to find this in forumhome, is there anything else i can do?
dartho
05-24-2011, 09:45 PM
Not sure what the exact code is in every version or what version you have. Just search for "activeusers" and look for the code block the same or similar as above
Hi,
i think, that´s a Contraproductiv Change.
The Forumhome Template are Changed by IB, and i think, that other Funktions would not work with the Replace here?
But i´m not a Coder.
malipl
06-13-2011, 11:40 AM
not work to 4.13. :( how to update?
Forthen9
06-14-2011, 03:58 PM
It's not working with 4.1x. can you update it please?
tareqbd
06-16-2011, 02:07 PM
Not compatible with vbulletin 4.1.3. How can I install
Nocturnal222
06-22-2011, 10:27 AM
Hi,
in many other Threads you wrote, that a addon is not compatible with vb 4.1.x, we say change the dependencies in the xml file.
how?
consolegaming
06-28-2011, 10:36 AM
Apologies for the lack of any updates since it broke. I've been doing a lot of work with another piece of forum software and hadn't seen these problems (plus I hadn't upgraded our own forums till now). I'll look at getting a fix released asap (next few days I guess) though I'm going to have to get it installed on my local so I can run it in debug mode.
When I release it I'll add it as a separate download and update the initial download with the correct version dependencies (incompatible with 4.1.2). Just gotta work out what's going wrong first lol.
consolegaming
06-29-2011, 11:05 PM
Okay I've got a version running on my own forums which seems to be working properly. The syntax behind it is a bit messier (wish they hadn't changed how the members list works) but I'll get it packaged up properly and released either tomorrow evening or on Saturday.
persianpros
06-30-2011, 08:59 AM
it's not working on 4.1.4 :(
consolegaming
06-30-2011, 09:07 PM
Artman it would have been beneficial if you read my last couple of posts lol.
Anyways just uploaded the updated files.
rjs_split_online_40_vb4.1.2.zip will work for vb 4.1.2 and above whereas rjs_split_online_40_pre4.1.2.zip will continue to work for those who haven't upgraded yet. I've also updated the version dependencies as well.
If you made the template change that dartho suggested above then please undo those changes before installing the update.
As always if you have any problems please let me know. I should be more on hand for the time being at least to make sure there's no issues etc.
EDIT: Oh and don't forget to click that install button if you're using it.
Taurus1
06-30-2011, 11:09 PM
Thank you so much for the upgrade. Been waiting a long time. :up:
I asked this before also. How can I get rid of the comma after the last username please?
130592
consolegaming
07-01-2011, 08:29 AM
It's a bit more awkward now because of how they've changed it to work. At the moment I've got an almost empty li at the end of each grouping.
Taurus1
07-01-2011, 08:34 AM
It's a bit more awkward now because of how they've changed it to work. At the moment I've got an almost empty li at the end of each grouping.
It is nothing serious though. I think it will just make it look better. :)
HI,
nice update.
But i have now a lot of commas :D
130610
Update: the Error is only in IE
persianpros
07-01-2011, 07:39 PM
Artman it would have been beneficial if you read my last couple of posts lol.
Anyways just uploaded the updated files.
rjs_split_online_40_vb4.1.2.zip will work for vb 4.1.2 and above whereas rjs_split_online_40_pre4.1.2.zip will continue to work for those who haven't upgraded yet. I've also updated the version dependencies as well.
If you made the template change that dartho suggested above then please undo those changes before installing the update.
As always if you have any problems please let me know. I should be more on hand for the time being at least to make sure there's no issues etc.
EDIT: Oh and don't forget to click that install button if you're using it.
works perfect ;)
installed
Taurus1
07-16-2011, 08:38 AM
Hi there, this makes my mobile style look a bit out of whack. See screenshot.
Is there a way to perhaps disable this for the mobile style?
https://vborg.vbsupport.ru/showthread.php?t=249277
Thanks a lot!
Hi,
HI,
nice update.
But i have now a lot of commas :D
130610
Update: the Error is only in IE
any news about this Problem?
lolly01
10-11-2011, 07:51 AM
Put this in additional.css
.commalist li.nocomma:after {content: "";}
.commalist li.br{display:block;}
Hi,
@Lolly: this is the same that are stand in the Addon Description.
but its not Working with IE 8
alexkohler
01-12-2012, 08:26 AM
Hello,
does anyone know how i can get delete the space between most-users-ever and the first usergroup in split-users-online?
This is clearly visible in Opera and IE.
As it looks like in Opera:
http://adhs-chaoten.net/hosting/split_user_online_screen1.png
View with Dragonfly:
http://adhs-chaoten.net/hosting/split_user_online_screen2.png
Thx for this fine mod. :)
persianpros
01-13-2012, 03:27 PM
does it need any update for 4.1.10 ?
alexkohler
01-16-2012, 06:44 PM
Hmm, anyone? :)
Successfulsteps
01-18-2012, 09:17 PM
Work in 4.1.9?
Dave_The_Don
01-31-2012, 05:37 PM
workin in 4.1.10
in forumhome
add this :-
{vb:raw activeusers}
just above
<vb:each from="activeusers" value="loggedin">
<li>{vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}{vb:raw loggedin.comma}</li>
</vb:each>
works perfect for me anyhow lol
Successfulsteps
01-31-2012, 07:05 PM
When I upgraded to 4.1.9, I lost all my usernames online on WGO, and hoped this would fix, but no go. All I get is spiders listing.
Dave_The_Don
06-13-2012, 04:40 PM
When I upgraded to 4.1.9, I lost all my usernames online on WGO, and hoped this would fix, but no go. All I get is spiders listing.
i just had this same problem with a 4.2 style template im trying out and found after nemerous searches that my style did not have the standard forumhome_loggedinuser template
it was also showing Array Spiders
heres my template if u need it lol
title - forumhome_loggedinuser
template - <li>{vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}{vb:raw loggedin.comma} </li>
works again now ;)
LgsOfChampions
06-13-2012, 06:54 PM
i keep getting error says the XML file is not compatible with 4.2 is there a way to fix this/
Dave_The_Don
06-14-2012, 07:40 AM
yes open the product-rjs_split_online_40.xml and change the dependency
from <dependency dependencytype="vbulletin" minversion="4.1.2" maxversion="4.1.99" />
to
<dependency dependencytype="vbulletin" minversion="4.1.2" maxversion="4.2.99" />
and it will work ;)
iSins
06-15-2012, 03:56 AM
I have it installed on Version 4.2.0 but for some reason its not working and I have no idea why.
Hi,
not working on vb 4.2.x
IceTech
09-30-2012, 03:39 AM
It works on 4.2 pl2 but I can't get spiders to show in there own group...we have staff..then Members...I wanted to add spider group for a total of 3 groups instead of in the members group...I also tried to make the VIP,Donator,Admin, and Premium member but no luck...I have seen on another forum...could some help me, please...I have Spiders Display on Forumhome and Who's Online 1.1.3 & Split Useronline..I also had the setting to display spiders on who is online..but no image...I had upload everything to the server images and includes...
join request to add spiders (https://vborg.vbsupport.ru/showthread.php?t=243460) to usergroups
THANKS!
nedved
12-16-2014, 03:24 PM
good evening sorry all you might have, please, to version 4.2.1
thanks so much
Forcemu
08-25-2017, 07:36 AM
Do we have compatible for 4.2.5??
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.