vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Forum Display Enhancements - Forumdisplay Warning Message (https://vborg.vbsupport.ru/showthread.php?t=165278)

kollam003 12-18-2007 02:19 AM

updated mine thanks

Doctor Death 12-18-2007 09:49 AM

Two questions: I am having issues with the top of the warning box being "hid behind" my forums flash header... How can I bring this to the very front of the display?

Can you post the HTML code for your sample warning message? I really liked the simplicty and color scheme of that.

Thank you!!

Mecho 12-18-2007 01:38 PM

i really want to use this too . but is there anyway to exclude some usergroups ?

Kirk Y 12-18-2007 02:56 PM

Quote:

Originally Posted by Doctor Death (Post 1403499)
Two questions: I am having issues with the top of the warning box being "hid behind" my forums flash header... How can I bring this to the very front of the display?

Can you post the HTML code for your sample warning message? I really liked the simplicty and color scheme of that.

Thank you!!

You can sort of make it out in the first screenshot:
Code:

<div align="center" style="font-weight:bold;color:yellow;font-size:25px">WARNING!</div><br />
This section of our forum is intended for Mature Audiences only.<br />
As such it may contain material that is neither suitable nor appropriate for those under the age of 17.


And I'll have a look into the flash issue.

Doctor Death 12-19-2007 12:34 AM

Thanks a lot... I believe there is some parameter that needs to be adjusted to ensure the flash takes front position.

Doctor Death 12-19-2007 01:01 AM

I went back and looked and I think the line that can fix this is

Quote:

document.write('<div id="slashpage" style="position: absolute; z-index: 100; bottom:90px; left:275px; color: white; background-color:$vboptions[splashbgcolor]; border: solid 1px black;">') //Main splashpage container
The "Z-index" is apparently the order of the "stack" of windows...

Quote:

Usually HTML pages can be considered two-dimensional, because text, images and other elements are arranged on the page without overlapping. There is a single rendering flow, and all elements are aware of the space taken by others.

In CSS 2.1, each box has a position in three dimensions. In addition to their horizontal and vertical positions, boxes lie along a "z-axis" and are formatted one on top of the other. Z-axis positions are particularly relevant when boxes overlap visually. (from CSS 2.1 Section 9.9.1 - Layered presentation)
It means that CSS style rules allow you to position boxes on layers in addition to the normal rendering layer (layer 0). The Z position of each layer is expressed as an integer representing the stacking order for rendering. Greater numbers mean closer to the observer. Z position can be controlled with the CSS z-index property.
So, you either edit the number by hand or you change it to a configuration option. Will try to edit it right now.
==============
Update: Tried changing Z-index to 1000 and didnt work, still was embedded behind the Flash header.

Kirk Y 12-19-2007 06:06 AM

I haven't had a chance to experiment, but I'm fairly certain than any kind of active content (windows media, flash, quicktime, etc.) is always displayed on the highest level - regardless of z-indexing values.

You could try adding wmode="opaque" or wmode="transparent" to your flash/embed params. Not the most ideal solution - but it might work.

Doctor Death 12-19-2007 09:15 AM

There was another modification that fixed a similar problem...

Found at https://vborg.vbsupport.ru/showthrea...=135106&page=4

This might help.

dacho 12-19-2007 03:18 PM

Quote:

Originally Posted by dacho (Post 1402692)
I do not know why, but this do not work at my place :confused:
I installed the xml, I defined informed in the specific forum and nothing happen

Quote:

Originally Posted by Kirk Y (Post 1402723)
Could you post up your FORUMDISPLAY template in CODE tags please?

So this is my FORUMDISPLAY template (by Attachment)

Kirk Y 12-19-2007 05:51 PM

Quote:

Originally Posted by Doctor Death (Post 1404392)
There was another modification that fixed a similar problem...

Found at https://vborg.vbsupport.ru/showthrea...=135106&page=4

This might help.

I'll have a look at it this evening.

Quote:

Originally Posted by dacho (Post 1404703)
So this is my FORUMDISPLAY template (by Attachment)

Everything looks fine... can't see anything wrong off-hand that'd mess up the template replacement. If you want to set up an admin login for me, I can troubleshoot it for you.


All times are GMT. The time now is 05:30 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.02256 seconds
  • Memory Usage 1,743KB
  • 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
  • (7)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