vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   "Who Is Online (Shouting)" in the vbShout shoutbox (https://vborg.vbsupport.ru/showthread.php?t=106049)

Hellcat 02-17-2006 02:21 AM

Hmm.... I tested the snipped posted, in FF and IE - both worked fine.

So I have no clue why it's so off for you.
But you can try to put the shoutbox and the WOL inside a table, as a workaround.

To do this, replace the snippet post by this one:
Code:

                                        <table width="100%"><tr><td width="88%">
                                        <div id="vbshout" style="overflow:auto;height:{$vboptions['shout_box_height']}px;width:100%;float:left;">
                                                Loading...
                                        </div>
                                        </td><td width="12%">
                                        <div id="vbshoutwol" class="alt2" style="overflow:auto;height:{$vboptions['shout_box_height']}px;width:100%;float:right;">
                                        <div id="vbshoutwolhd" class="tcat">Shouting:</div>
                                        <div id="vbshoutwolusers">
                                                Loading...
                                        </div>
                                        </div>
                                        </td></tr></table>

This puts it into a table with one row for the shoutbox itself and one for the WOL.

Luggruff 02-17-2006 08:41 AM

Quote:

Originally Posted by Hellcat
Hmm.... I tested the snipped posted, in FF and IE - both worked fine.

So I have no clue why it's so off for you.
But you can try to put the shoutbox and the WOL inside a table, as a workaround.

To do this, replace the snippet post by this one:
Code:

                                        <table width="100%"><tr><td width="88%">
                                        <div id="vbshout" style="overflow:auto;height:{$vboptions['shout_box_height']}px;width:100%;float:left;">
                                                Loading...
                                        </div>
                                        </td><td width="12%">
                                        <div id="vbshoutwol" class="alt2" style="overflow:auto;height:{$vboptions['shout_box_height']}px;width:100%;float:right;">
                                        <div id="vbshoutwolhd" class="tcat">Shouting:</div>
                                        <div id="vbshoutwolusers">
                                                Loading...
                                        </div>
                                        </div>
                                        </td></tr></table>

This puts it into a table with one row for the shoutbox itself and one for the WOL.

Thanks, works like a charm !
But one thing though: am I totally off or don't you have to use z-index (layers) on divs if you want to place them beside eachother?
I mean, a div "owns" the row it is in, as you can set it to left, center and right.

That's my experience as a html/css coder =\

o0Hubba0o 02-17-2006 11:25 PM

All I did was in the forumhome_vbshout, in this part here...

Code:

    <div id="vbshout" style="overflow:auto;height:{$vboptions['shout_box_height']}px;width:88%;float:left;">
      Loading...
    </div>

    <div id="vbshoutwol" class="alt2" style="overflow:auto;height:{$vboptions['shout_box_height']}px;width:12%;float:left;">
      <div id="vbshoutwolhd" class="tcat">Shouting:</div>
      <div id="vbshoutwolusers">
        Loading...
      </div>
    </div>
    <div style="clear:both;"><img src="$vboptions[cleargifurl]" border="0" hight="1" width="1" /></div>

...I deleted the part in red, the: class="alt2". And it's working like a charm in IE and FF.

OWNAGE TIME 03-10-2006 12:34 AM

So xbf2.com/forums in firefox its going under it. Anyhelp.

~Ownage

Hellcat 03-10-2006 01:24 AM

Quote:

Originally Posted by OWNAGE TIME
So xbf2.com/forums in firefox its going under it. Anyhelp.

~Ownage

Some people seem to have this.
See a few posts above for some ways to get it right :)

obmob 03-23-2006 06:20 PM

:( wol is not refreshing automatically, you must refresh the whole page to get it to show who is online.

Am i doing something wrong?

zell_11 04-05-2006 09:38 PM

There is errors in Fire Fox with it not being at the side but at the bottom. Anyway to fix this?

o0Hubba0o 04-05-2006 09:44 PM

Quote:

Originally Posted by zell_11
There is errors in Fire Fox with it not being at the side but at the bottom. Anyway to fix this?

Yes by reading this whole thread? Hehe, just messing but post number #43 or so:
Quote:

Originally Posted by o0Hubba0o
All I did was in the forumhome_vbshout, in this part here...

Code:

    <div id="vbshout" style="overflow:auto;height:{$vboptions['shout_box_height']}px;width:88%;float:left;">
      Loading...
    </div>

    <div id="vbshoutwol" class="alt2" style="overflow:auto;height:{$vboptions['shout_box_height']}px;width:12%;float:left;">
      <div id="vbshoutwolhd" class="tcat">Shouting:</div>
      <div id="vbshoutwolusers">
        Loading...
      </div>
    </div>
    <div style="clear:both;"><img src="$vboptions[cleargifurl]" border="0" hight="1" width="1" /></div>

...I deleted the part in red, the: class="alt2". And it's working like a charm in IE and FF.

I had the same problem as you and this is how I fixed it.

ShadowOne 04-12-2006 01:18 PM

Quote:

Originally Posted by Hellcat
Hmm.... I tested the snipped posted, in FF and IE - both worked fine.

So I have no clue why it's so off for you.
But you can try to put the shoutbox and the WOL inside a table, as a workaround.

To do this, replace the snippet post by this one:
Code:

                                        <table width="100%"><tr><td width="88%">
                                        <div id="vbshout" style="overflow:auto;height:{$vboptions['shout_box_height']}px;width:100%;float:left;">
                                                Loading...
                                        </div>
                                        </td><td width="12%">
                                        <div id="vbshoutwol" class="alt2" style="overflow:auto;height:{$vboptions['shout_box_height']}px;width:100%;float:right;">
                                        <div id="vbshoutwolhd" class="tcat">Shouting:</div>
                                        <div id="vbshoutwolusers">
                                                Loading...
                                        </div>
                                        </div>
                                        </td></tr></table>

This puts it into a table with one row for the shoutbox itself and one for the WOL.


That Fixed The Problem For Me On Firefox...

Snake 04-28-2006 12:56 PM

Thanks for the hack. I have it installed on my forums. :)

www.bonethugsforums.com

RemiAlone 05-17-2006 07:16 AM

Great addon! click!

robgeo 06-20-2006 02:08 PM

Quote:

Originally Posted by Hellcat
Looks like you either forgot to upload "vbshoutwol.php" or you put in the wrong dir.

When I try to access http://www.gsnforce.com/forum/vbshoutwol.php I get a "404 - File not found".


I am getting the same error and I have installed the files in the "forums" directory. I even uninstalled everything and tried to re-install just the shoutbox and I keep getting the same message "loading". What am i doing wrong>?


www.letsconverse.net

Hellcat 06-24-2006 11:30 AM

What do you get when accessing the wol script directely in your browser?

Mischievious 07-14-2006 11:09 PM

How do I make the height of the table circled in the below image shorter?

https://vborg.vbsupport.ru/

Thank you! In advance! :)

Mischievious 07-20-2006 03:00 PM

Quote:

Originally Posted by Mischievious
How do I make the height of the table circled in the below image shorter?

http://img.photobucket.com/albums/v7...houtboxwol.jpg

Thank you! In advance! :)

Is there anyone out there who can help with this? :)

Mischievious 08-03-2006 12:02 AM

Not ONE SOUL can be helpful with my question on this huge site of hackers? Ignore the little guy. I see how it is. ;)

Shazz 08-03-2006 12:12 AM

It causes many errors -.-
________
buy digital scale

robgeo 08-03-2006 01:37 AM

I gave up on this hack weeks ago.

Shazz 08-03-2006 01:42 AM

Quote:

Originally Posted by robgeo
I gave up on this hack weeks ago.

Its easier to install then shoutbox itself..
________
marijuana medical

Muellmann 08-09-2006 05:19 PM

Just for Info: Works with vb 3.60 gold and with the new version of vbshout from vbhackers too ;)

Chicago_VLNU_4s 09-22-2006 01:17 AM

this is very nice! INSTALLED!

tekstylez 01-06-2007 02:41 PM

tried installing this... I was getting
"Loading...." and nothing would happen, so I uninstalled the hack, still "loading...." Then, I completely uninstalled vbshout, reinstalled, still the same problem... Any help here?

Doc.Blade 01-07-2007 12:48 AM

Seems to work perfectly with vBulletin 3.6.4, great stuff!

Nathan2006 01-26-2007 03:12 PM

Thanks Hell cat :)

Install

zemic 01-26-2007 04:25 PM

Anyone come accross a problem with a user being stuck in the list of chatters?? I've got a user there for a couple of weeks now. Doesnt make a difference if he comes online or not his name is there.

I've tried disabling all plugins. Reverted templates. Put the code back in the templates. No joy. This "list" of active users must be stored somewhere, but where? No database table was created, so I cant think where.

Any ideas?

zemic 01-26-2007 04:36 PM

Simple and effective............Re-installed VBShout. Didnt have to take off this mod as well. If someone has an easier way of doing it, please post. But if you're desperate for a solution, this works :)

Mischievious 02-09-2007 08:26 PM

I keep getting an Unknown Location for this plugin in the who's online list, when I want it to show "Viewing Index". Is there anyone out there who can fix this for me? Thanks!

All_Starzes 03-14-2007 10:32 AM

Hello....

This hack for the Shoutbox vb 2.1 is great but i have an error in Internet Explorer....
In Firefox its all perfect.

erro ist in IE 'User' is null or no object... in this code snip:

Code:

function showUsers()
{
        if (UserRequest)
        {
                if (UserRequest.handler.readyState == 4 && UserRequest.handler.status == 200 && UserRequest.handler.responseText)
                {
                        Users                  = fetch_object('vbshoutwolusers')
                        Users.innerHTML = UserRequest.handler.responseText

                        setTimeout('requestUsers()', 10000)
                }
        }
}

I hope someone can help me.... please...
i will be crazy :confused: :confused: :confused:

dbirosel 03-15-2007 11:07 PM

Quote:

Originally Posted by All_Starzes (Post 1203206)
Hello....

This hack for the Shoutbox vb 2.1 is great but i have an error in Internet Explorer....
In Firefox its all perfect.

erro ist in IE 'User' is null or no object... in this code snip:

Code:

function showUsers()
{
        if (UserRequest)
        {
                if (UserRequest.handler.readyState == 4 && UserRequest.handler.status == 200 && UserRequest.handler.responseText)
                {
                        Users                  = fetch_object('vbshoutwolusers')
                        Users.innerHTML = UserRequest.handler.responseText

                        setTimeout('requestUsers()', 10000)
                }
        }
}

I hope someone can help me.... please...
i will be crazy :confused: :confused: :confused:

Works great on opera and ie right now. Question how do i set the width, my username is Caraudiojunkyard.com and the horizontal scrollbar shows up.

dbirosel 03-15-2007 11:28 PM

Nevermind it was a easy fix for the width! Thank you!! :D I love this!!

rjmjr69 03-16-2007 07:21 AM

Will this work with VBshout2.1?

dbirosel 03-16-2007 12:28 PM

Working fine for me.. i'm using the flat also.

rjmjr69 03-16-2007 10:48 PM

ok as far as the importing of the XML file with the template manager what do I do to do that? I do not want to mess things up. Can someone please explain what are the procedures to import it

dj_melayu 04-04-2007 08:53 PM

I wonder why after I installing and using this mood, everytime I go to online.php,
It doesn't show the correct position of user. It oftenly show /vbshoutwol.php

Anyone have an idea how to fix this? :)

Thanks

cefn 04-05-2007 05:42 PM

many thanks for this ... worked ok form the box :)

Kars10 04-17-2007 06:29 PM

Quote:

Originally Posted by dj_melayu (Post 1219963)
I wonder why after I installing and using this mood, everytime I go to online.php,
It doesn't show the correct position of user. It oftenly show /vbshoutwol.php

Anyone have an idea how to fix this? :)

Thanks

Same here. :(

pjan 04-22-2007 05:15 PM

thanks hellcat..i really love your hack

FreshFroot 04-30-2007 11:56 PM

I wonder if this works for vb 3.6.5.. i'll try it out and see what happens. I know it worked fine on 3.5

Phoebus 12-17-2007 01:17 AM

Quote:

Originally Posted by o0Hubba0o (Post 898285)
That should be specified in the installation read-me since there are multiple instances of requestShouts().

EDIT: Who's shouting show's up underneath the shout box in firefox for me, if it floats left its under the shoutbox on the left. It I have it float right, it's under the empty space on the right where it should be. In IE it's fine.

In case anyone's still having this problem, I can help, as I just fixed it recently (in Firefox, using vB v.3.5.2)...

In your forum admin, Styles & Templates / Style Manager, go to the forumhome_vbshout template and look for this line:
<div id="vbshoutwol" class="alt2" style="overflow:auto;height:100px;width:12%;float: left;">

and change it to

<div id="vbshoutwol" class="alt2" style="overflow:auto;height:100px;width:11%;float: right;">

It's these two variables in particular that needed to be changed:
width:12%;float:left;
changing them to:
width:11%;float:right;

Save & Reload and check it and see.

You may need to play around with the width, making it slightly smaller (say, 10%). But 11% fixed it for me.

I've got it on my forums at http://forums.raven-games.com

Best of luck!


All times are GMT. The time now is 08:16 AM.

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.01325 seconds
  • Memory Usage 1,845KB
  • 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
  • (7)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (39)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