vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Information Bar for Guests (https://vborg.vbsupport.ru/showthread.php?t=72279)

Lionel 11-28-2004 09:08 PM

I also added the condition
HTML Code:

<if condition="THIS_SCRIPT != 'register'">
in headinclude. No need to display it if guest is registering.

Slapyo 11-28-2004 09:21 PM

sweet thanks, i will add that in.

Natch 11-28-2004 09:29 PM

I have no problems wsith this running on IE6, but I have a XP SP1 box, so maybe it's related to XPSP2?

And I can confirm that it doesn;t work on FF/Moz... there is a javascript error on both IE/Moz/FF: for FF it's infobar.children has no properties, on IE it's Object expected

Slapyo 11-28-2004 09:32 PM

does it give a line number for the error?

Lionel 11-28-2004 09:39 PM

I get no error with firefox .8. The problem with IE is the side scrollbar.
Slapyo, you wanted for it to always display as you scroll? Then use dhtml

Slapyo 11-28-2004 09:44 PM

Quote:

Originally Posted by Lionel
I get no error with firefox .8. The problem with IE is the side scrollbar.
Slapyo, you wanted for it to always display as you scroll? Then use dhtml

look in the infobar.css file. there is #viewplot which should work in displaying it that way. it should go like this.

Code:

<div id="infobar"></div>
<div id="viewplot">
all the rest of the forum code here
</div>
</body>
</html>

however, when i do that it freezes IE6.

rex_b 11-28-2004 09:48 PM

Quote:

Originally Posted by Lionel
to solve your problem, include the division in header within a table where you set the width.
No more scrolling problems with below. Notice the table is set at 100%

PHP Code:

<if condition="$show['guest']"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="100%">
<
div id="infobar"></div></td></tr></table>
</if> 




yep that works!!

Lionel 11-28-2004 09:52 PM

take a look at this code. You could set the timing for a long time, so it always stay on top
https://vborg.vbsupport.ru/showthrea...hlight=vbpopup

Lionel 11-28-2004 10:01 PM

Quote:

Originally Posted by Natch
I have no problems wsith this running on IE6, but I have a XP SP1 box, so maybe it's related to XPSP2?

And I can confirm that it doesn;t work on FF/Moz... there is a javascript error on both IE/Moz/FF: for FF it's infobar.children has no properties, on IE it's Object expected

I see what you are saying with IE when you are login.

add this also in the head to remove the javascript error:

HTML Code:

<if condition="THIS_SCRIPT != 'login'">

Natch 11-28-2004 10:08 PM

Quote:

Originally Posted by Slapyo
does it give a line number for the error?

It's inside the loop, at the start of the loop in the infobar.js file...


All times are GMT. The time now is 05:38 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.01251 seconds
  • Memory Usage 1,751KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_html_printable
  • (1)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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