![]() |
1 Attachment(s)
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. :) |
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. :) |
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: PHP Code:
|
Hi Sarcoth
That worked a treat, perfect :up: Thank you Will. :) |
Quote:
If anyone wants to ad some space between groups (a space line break) just add the <br /> as follows: Code:
$activeusers .= $start.$options['split_vips'].':</b></li>'.$onlineusers['vips'].$break.'<br />'; |
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: Code:
.commalist li.nocomma:after {content: "";} 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. |
Quote:
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 |
Quote:
|
Quote:
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 |
Quote:
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. |
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 |
Quote:
|
Quote:
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 |
Quote:
|
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: Code:
#wgo_onlineusers .commalist li.nocomma:after {content: "";} 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. |
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. |
Installed and looks good. Thanks for the update.
|
The adittional line spacer does not work.
|
Quote:
|
Quote:
|
Quote:
I'm still running 4.04 and I assume it's ok to do this upgrade? Regards, Badger |
1 Attachment(s)
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 |
1 Attachment(s)
I am sorry to say but it does not work for me the line break:
https://vborg.vbsupport.ru/attachmen...1&d=1283696212 https://vborg.vbsupport.ru/attachmen...1&d=1283696212 |
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: Code:
#wgo_onlineusers .commalist li.nocomma:after {content: "";} Code:
.commalist li.nocomma:after {content: "";} 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 =-/. |
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. |
Quote:
Pedro I presume you're on 4.0.6 yea? |
1 Attachment(s)
Quote:
https://vborg.vbsupport.ru/attachmen...1&d=1283699223 |
Sorry was using the horizontal postbit which doesn't show that field for some reason lol.
|
And you are correct. My bad again sorry. Thought that that info shows on both styles.
|
Quote:
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 |
That would work as well lol.
|
1 Attachment(s)
Quote:
https://vborg.vbsupport.ru/external/2010/10/19.jpg |
How to make this work in CMPS?
|
Quote:
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. |
Quote:
Yes it was. That's a pity :( It would be great to make this work in VBA |
Quote:
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) PHP Code:
|
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. |
Quote:
|
1 Attachment(s)
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.
Attachment 122317 |
i cannot find split_online.css
|
All times are GMT. The time now is 01:04 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:
|