vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Home Enhancements - Split Useronline on Forumhome (https://vborg.vbsupport.ru/showthread.php?t=243233)

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:

Code:

#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:

Code:

.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:

Code:

#wgo_onlineusers .commalist li.nocomma:after {content: "";}
#wgo_onlineusers .commalist li.br {display:block;}


consolegaming 09-28-2010 09:32 AM

Quote:

Originally Posted by Taurus1 (Post 2103996)
I can confirm that the split_online.css template is there, and also that this code is in there:

Code:

#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:

Quote:

Originally Posted by pedroenf (Post 2094109)
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

Quote:

Originally Posted by consolegaming (Post 2104147)
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

Quote:

Originally Posted by Eazy1 (Post 2095079)
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/attachmen...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

1 Attachment(s)
Quote:

Originally Posted by sonixax (Post 2112415)
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.

Attachment 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

1 Attachment(s)
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

MrD 12-20-2010 09:36 AM

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

Quote:

Originally Posted by sonixax (Post 2112415)
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 ;((

MrD 02-02-2011 11:45 AM

Hi,
Quote:

Originally Posted by Fire112 (Post 2157293)
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

Quote:

Originally Posted by MrD (Post 2157746)
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)

MrD 02-06-2011 09: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.

Bounce 02-10-2011 06:56 PM

Stopped working when upgraded to 4.1.2 beta 1

MrD 02-21-2011 08:46 AM

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.

MrD 03-03-2011 07:32 AM

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

Quote:

Originally Posted by BadgerDog (Post 2191018)
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.


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
  • Page Generation 0.01407 seconds
  • Memory Usage 1,797KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete