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)

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

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

                                                {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

Quote:

Originally Posted by dartho (Post 2197784)
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
Code:

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

                                                {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

MrD 05-25-2011 09:49 AM

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

Quote:

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

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

Attachment 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

Quote:

Originally Posted by consolegaming (Post 2215372)
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. :)

MrD 07-01-2011 01:35 PM

1 Attachment(s)
HI,
nice update.
But i have now a lot of commas :D
Attachment 130610

Update: the Error is only in IE

persianpros 07-01-2011 07:39 PM

Quote:

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

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

MrD 09-16-2011 07:44 AM

Hi,
Quote:

Originally Posted by MrD (Post 2215456)
HI,
nice update.
But i have now a lot of commas :D
Attachment 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;}

MrD 10-11-2011 09:00 PM

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/spli...ne_screen1.png

View with Dragonfly:

http://adhs-chaoten.net/hosting/spli...ne_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 :-
PHP Code:

{vb:raw activeusers

just above
PHP Code:

                        <vb:each from="activeusers" value="loggedin">
                            <
li>{vb:stylevar dirmark}<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

Quote:

Originally Posted by Successfulsteps (Post 2294713)
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 -
PHP Code:

forumhome_loggedinuser 

template -
PHP Code:

<li>{vb:stylevar dirmark}<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
PHP Code:

<dependency dependencytype="vbulletin" minversion="4.1.2" maxversion="4.1.99" /> 

to

PHP Code:

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

MrD 07-02-2012 08:18 AM

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

M.C. 06-19-2013 03:08 PM

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??


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.01485 seconds
  • Memory Usage 1,835KB
  • 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
  • (6)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (37)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