Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Cinema Mode for ibProArcade Details »»
Cinema Mode for ibProArcade
Version: 2, by stangger5 stangger5 is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.1.11 Rating:
Released: 03-11-2012 Last Update: 12-04-2017 Installs: 25
Template Edits
Additional Files  
No support by the author.

Cinema Mode for ibProArcade

Thanks to Gemma for allowing me to release Lights Out Mode for ibProArcade,, made from her v3 Arcade - Lights Out Mode v2..

Quote:
Originally Posted by Gemma
What Does This Do?
Basically, when you turn lights down, the entire page darkens* and lets you play the game in the 'dark' which cuts out distractions.

*You can also change the fade background color to match that of your forum and blank everything out except the game.
Upload the lights folder from the zip file to your arcade folder..

I went ahead and edited both skin files..They are in the arcade/skins folder..
You can use those files and just overwrite yours..

Demo: www.next-level-arcade.com


Enjoy !!

Download Now

File Type: zip Cinema Mode for ibProArcade.zip (33.2 KB, 226 views)
File Type: zip Cinema Mode for ibProArcade 2.zip (32.0 KB, 34 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
Digital Jedi, nacaruncr

Comments
  #2  
Old 05-09-2012, 10:05 AM
gagan007's Avatar
gagan007 gagan007 is offline
 
Join Date: Aug 2010
Location: Bangalore
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

looks awesome.
Reply With Quote
  #3  
Old 05-09-2012, 01:31 PM
nacaruncr nacaruncr is offline
 
Join Date: Nov 2010
Posts: 318
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I like me so much
Hey, Could you put the hack or mod how to put the quality and make the game bigger?
I also liked what share of the social network.
Reply With Quote
  #4  
Old 05-29-2012, 01:22 PM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How am I supposed to know which css folder it should go in in clientscript > vbulletin_css? There are about a dozen and some newly created automatically, even now???
Reply With Quote
  #5  
Old 05-29-2012, 03:19 PM
stangger5's Avatar
stangger5 stangger5 is offline
 
Join Date: Jan 2005
Location: Online
Posts: 1,130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

css folder ??

If your talking about ( additional.css )...That is a template..

Styles & Templates/Style Manager:
Choose Edit Templates from the drop down option box to the right of the style you want to edit..
CSS Templates »: additional.css
Reply With Quote
  #6  
Old 05-29-2012, 03:27 PM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you. Got it working.

Wish there was a way to change the "lights off" button to something custom that I prefer. Anyone know how?

Thanks again
Reply With Quote
  #7  
Old 11-29-2012, 09:49 PM
reghar73 reghar73 is offline
 
Join Date: Nov 2012
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Was hoping someone would kindly point me in the right direction - (I'm fairly new to VB4 although experienced with SMF) I followed the instructions as best as I can but when I click on the light bulb the screen doesn't darken. The code below is my additional.css as it looks now. I copied the files supplied in ./arcade/skins/ and copied the other files to the root as instructed. I feel this edit is where i went wrong, perhaps where i placed it in the css is the issue?

Code:
#lights { /* This is the container which holds the light switch */
            position:relative; /* Set the position of the light switch to relative so it can be placed above the "dimming" layer */
            z-index:500; /* Set the height on the Z axis to 500 which is above the "dimmed" layer */
        }
 
        object { /* The object tag is what the swf files are held in */
            outline:none; /* Set the outline of swf objects to none so when you click on it you don't get a border around the swf */
        }
 
        #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: #000; /* 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: .85; /* 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 */
        }

#wgo_legend, .wgo_block .section {
border-bottom: 0;
}

#postlist li {
background:rgb(51,51,44);
border-bottom:solid 1px rgb(86,85,69);
}

.postbit .posttitle, .postbitlegacy .title {
border-bottom: 1px solid #000;
}

.wgo_block .section {
border-bottom: 1px solid #565545;
}

.wgo_block .blockbody {
border-top: 0;
}

.wgo_block .section {
border-bottom: 1px solid #565545;
background-image: none;
}

legend {
color: #d3d4aa;
}

.wysiwyg, .formcontrols .blockrow .editor_textbox textarea:focus {
background-color: #1a1a1a;
color: #fff;
}

select {
background-color: #1a1a1a;
color: #fff;
border: 1px solid #202020;
}

.bbcode_container div.bbcode_code, .bbcode_container pre.bbcode_code {
border: 1px solid #000;
}

div .forumrow:hover, .forumhead + .childforum .L2:first-child .forumrow:hover {
background: {vb:stylevar highlight_background};
}

.threadbit .nonsticky:hover, .threadbit .discussionrow:hover, .threadbit .sticky:hover {
background: {vb:stylevar highlight_background};
}

.popupbody li input.searchbox, .popupbody li input.searchbox:focus {
background-color: #1a1a1a;
color: #fff;
border: 1px solid #202020;
}

.edit_rightside textarea {
background-color: #1a1a1a;
color: #fff;
border: 1px solid #202020;
}

.wysiwyg_block, .wysiwyg_block iframe.textbox, .wysiwyg {
background-color: #1a1a1a;
color: #fff;
}

#navlinks {
background-color: #202020;
border-top: 1px solid #000;
}

.editor_controls .popupmenu .popupbody {
background:#242421 none repeat scroll 0 0;
color: #fff;
}

.editor_controls .popupmenu .popupbody li > a {
 color:#ffffff;
}

.editor_controls .popupmenu .popupbody li > a:hover {
background-color: #d3d4aa;
}

.editor_controls .popupmenu div.popupctrl {
border:1px solid #565545;
color:#c0c0c0;
background-color:#242421;
}

.editor_controls .popupmenu .popupctrl.active,
.editor_controls .imagebutton_hover {
background-color: #242421;
color: #fff;
}

.editor_controls .imagebutton_selected {
background-color: #242421;
color: #fff;
}

.editor_controls .imagebutton_down {
background-color: #504f3e;
}

.editoroverlay input.textbox:focus,
.editoroverlay textarea:focus {
background-color: #1a1a1a;
color: fff;
}

#grouppagetitle {
border: 1px solid #565545;
background-color: #5c5b4b;
}

#grouppagetitle h1 {
color:#fff;
border-top: 1px solid #565545;
}

#grouppagetitle h1 a {
color:#fff;
}

#menugroup h6 a {
color:#fff;
}

#pictures .blockbody .blockrow, #group_discussion_inlinemod_form .blockbody .blockrow {
border-color:#565545 #565545 #565545;
}

#thumbnails li {
background-color:#1a1a1a;
}

.textbox, textarea, select {
background-color: #1a1a1a;
color: #fff;
border: 1px solid #565545;
}

#header {
height: 124px;
background: url("images/Darkness3/darkness3/banner.jpg") no-repeat center;
}

#newnav {
height: 28px;
background: transparent;
padding-right:30px;
}

#darkbord {
border: 11px;
-webkit-border-image: url(images/Darkness3/darkness3/border.png) 11 11 11 11 repeat repeat;
-moz-border-image: url(images/Darkness3/darkness3/border.png) 11 11 11 11 repeat repeat;
border-image: url(images/Darkness3/darkness3/border.png) 11 11 11 11 repeat repeat;
background-color: #1a1a1a;
}

#house {
height: 68px;
margin-top: 20px;
margin-right: -20px;
margin-bottom: -10px;
background: url("images/Darkness3/darkness3/house.gif") no-repeat bottom right;
}

#iesplit {
height: 11px;
background: url("images/Darkness3/darkness3/botbase.jpg") repeat-x;
}

.breadcrumb .navbit > a, .breadcrumb .lastnavbit span {
background-color: #1a1a1a;
}

.breadcrumb .navbit.lastnavbit span {
background-color: #1a1a1a;
}

li#fb_headerbox a#fb_link #fb_squarepic {
background-color: #565545;
}

li#fb_headerbox a#fb_link #fb_icon {
background-color: #565545;
}

.blogstats, .bloglastpost, .blogcatbit .td, tr.blogcatbit td {
background-color: #262623;
}

#content_inner {
background-color: #262623;
}

.simpleday, #memberlist_table tr td {
background-color: #262623;
}

.requestlist > li {
background-color: #262623;
background-image: none;
border-bottom: 1px solid #202020;
}

#memberlist_table td.alt2 {
background-color: #262623;
}

li.sgicon .maincol  {
background-color: #262623;
}

#sidebar li.sgicon .maincol {
background-color: #262623;
}

li.sgicon .maincol hr, #sidebar li.sgicon {
border-top-color: #000;
}

span.cke_skin_kama {
border: 1px solid #565545 !important;
}

.cke_skin_kama .cke_wrapper {
background: url(images/Darkness3/gradients/editor.png) top left repeat-x !important;
background-color: #262623 !important;
border: 1px solid #565545 !important;
}

.cke_skin_kama .cke_toolgroup {
background-color: #202020 !important;
background-image: none !important;
color: #ccc;
border: 1px solid #565545 !important;
}

.cke_skin_kama .cke_button a:hover, .cke_skin_kama .cke_button a:focus, .cke_skin_kama .cke_button a:active {
background-color: #000 !important;
}

.cke_skin_kama div.cke_bottom_restore_autosave .cke_toolgroup a {
color: #ccc !important;
}

.cke_skin_kama .cke_rcombo a, .cke_skin_kama .cke_rcombo a:active, .cke_skin_kama .cke_rcombo a:hover {
background-image: none !important;
background-color: #262623 !important;
border: 1px solid #565545 !important;
color: #ccc !important;
}

.cke_skin_kama .cke_rcombo .cke_openbutton .cke_icon {
background-color: #000 !important;
}

#visitormessageseditor .blockrow {
border-top: 0 !important;
}

.cke_panel_listItem a:hover, .cke_panel_listItem a:focus, .cke_panel_listItem a:active {
background-color: #202020 !important;
border: 1px solid #000 !important;
}

.cke_panel_listItem a {
border: 1px solid #000 !important;
}

.cke_skin_kama *, .cke_skin_kama a:hover, .cke_skin_kama a:link, .cke_skin_kama a:visited, .cke_skin_kama a:active {
color: #fff !important;
}

.cke_skin_kama .cke_rcombopanel {
border: 1px solid #000 !important;
}

.cke_skin_kama .cke_button a.cke_on {
background-color: #262623 !important;
}

.cke_skin_kama .cke_dialog_body {
background-color: #202020 !important;
border: 1px solid #000 !important;
}

.cke_skin_kama .cke_dialog_title {
border-bottom: 1px solid #000 !important;
}

.cke_skin_kama .cke_dialog_contents {
background-color: #1a1a1a !important;
border: 1px solid #000 !important;
}

.cke_skin_kama .cke_dialog_footer {
background-color: #202020 !important;
border: 1px solid #000 !important;
}

.cke_skin_kama .cke_dialog .cke_dark_background {
background-color: transparent !important;
}

.cke_skin_kama a.cke_smile img {
border: none !important;
}

#uploadprogress_container {
background-color: #202020 !important;
}

.uploadprogress_footer {
border: 1px solid #000 !important;
background-color: #222629 !important;
}

#uploadprogress_container {
border: 1px solid #000 !important;
}

.cke_skin_kama a.cke_dialog_tab {
background-color: #202020 !important;
background-image: none !important;
}

.cke_skin_kama a.cke_dialog_tab:hover {
background-color: #000 !important;
background-image: none !important;
}

.cke_skin_kama input.cke_dialog_ui_input_text, .cke_skin_kama input.cke_dialog_ui_input_password {
background-color: #222629 !important;
}

.cke_skin_kama .cke_dialog_ui_input_select {
background-color: #222629 !important;
}

.cke_panel_listItem a {
color: #000 !important;
}

ul.cke_panel_list {
color: #000 !important;
}

.body_wrapper {
background-color: #1a1a1a;
}
Reply With Quote
  #8  
Old 12-03-2012, 02:38 AM
stangger5's Avatar
stangger5 stangger5 is offline
 
Join Date: Jan 2005
Location: Online
Posts: 1,130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mind if I have a look ??
You can pm me a link to your site..
Reply With Quote
  #9  
Old 12-03-2012, 06:23 AM
reghar73 reghar73 is offline
 
Join Date: Nov 2012
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok Sure will do right now.
Reply With Quote
  #10  
Old 01-17-2013, 01:03 AM
DAMINK DAMINK is offline
 
Join Date: Jun 2010
Location: Melbourne Australia
Posts: 301
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Unfortunately i have had no luck with this mod.
Pitty really as i quite like the idea.
I did all suggested. Uploading the lights folder to root and overriding other files.
Finally editing additional css with no luck.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:26 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07210 seconds
  • Memory Usage 2,351KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (2)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (2)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete