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)
-   -   Mini Mods - v3 Arcade - Lights Out Mode v2 (https://vborg.vbsupport.ru/showthread.php?t=277346)

Sarab 03-24-2012 05:30 AM

Quote:

Originally Posted by Gemma (Post 2311403)
There you go, I've removed the text for you.

Sorry for being late >.<

I want to say thank you, you were really great help and I'm grateful to you T.T

It worked perfect, thanks again for the help =D

Best Regards,
Sarab

datoneer 05-09-2012 01:48 PM

Quote:

Originally Posted by Noerenberg (Post 2305119)
hi,

i am not sure what i do wrong but on my site the hole site goes white

Just replace #fff with #000 and you will get what you want

C.Birch 05-12-2012 09:26 PM

Quote:

Originally Posted by datoneer (Post 2327724)
Just replace #fff with #000 and you will get what you want

Is problem is the same as i get in firefox, it blacks or whites (going by the colour you set) all the page apart from the lights button, what means you can not see or interact with the flash game when you use the lights out mode.

This seems to be a z-index problem to me, with the flash game needing a index number higher that the one used for the lights out mode.

C.Birch 05-12-2012 09:58 PM

Here is the fix:
In your v3ARCADE_PLAY do the following edits.

Below:
Quote:

#fade { /* This is the "dimmed" layer which fades in when the lights go off */
display: none; /* Set the display to none which hides the layer */
background: #000000; /* Set the color to black */
position: fixed; left: 0; top: 0; /* Set the position to fixed so when the user scrolls it stays with them */
width: 100%; height: 100%; /* Set the width and height to 100% of the browser window */
opacity: .90; /* Set the layer's opacity to .90 which is 90% */
z-index:100; /* Set the height on the Z axis to 100 which is below the "light switch" layer */
}
Add:
Quote:

#standout{
position:relative;
background-color:#ffffff;
z-index:1000;
}
Below:
Quote:

<td align="center" class="blockbody" valign="top">
<!-- main -->
Add:
Quote:

<div id = "standout">
Above:
Quote:

<!-- /main -->
</td>
Add:
Quote:

</div>
Now save the edits.

Gemma 05-13-2012 12:23 PM

Update to version 2.0.1 with the above fix. If you're updating, follow the instructions in the post above (#24); these instructions have been included in the OP for those who are installing from scratch.

hunter1985 02-15-2013 09:31 PM

That looks brill! Nice addon lassie!

doctorsexy 04-25-2013 04:18 PM

works well with Xf....:D

initiald 06-02-2013 10:16 AM

NVM. Just change the number.


All times are GMT. The time now is 06:16 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.01228 seconds
  • Memory Usage 1,736KB
  • 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
  • (9)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
  • (8)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