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


All times are GMT. The time now is 08:06 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.01516 seconds
  • Memory Usage 1,762KB
  • 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
  • (5)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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