The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
v3 Arcade - Professional vBulletin Gaming (vB4) Details »» | |||||||||||||||||||||||||||||
v3 Arcade - Professional vBulletin Gaming (vB4)
Developer Last Online: Nov 2021
v3 Arcade is now a member of the vBadvanced family!
http://www.vbadvanced.com/forum/showthread.php?t=47571 The support forums & data from v3Arcade.com have been merged into the vBadvanced.com site. ================================= v3 Arcade for vBulletin 4.x.x For vBulletin 3.x.x, please see here. ================================= Please note... until v3Arcade.com is upgraded to vBulletin 4, some demo sites can be found here. Also, because of styling changes introduced in vB 4.0.8 to allow customized user profile pages, this version requires 4.0.8+ to be installed. "v3 Arcade" is the premiere arcade system written specifically for vBulletin. It's coded from scratch - not a port of an older version - and because it was coded specifically for vBulletin it uses the product system for code modifications & utilizes AJAX technology throughout. Here's a brief rundown of the features in this version of v3 Arcade. Supports MochiAds, v3 Arcade and IBPArcade games!
Branding Free ================================= All v3 Arcade installations carry and require a small "v3 Arcade" logo in the footer, as well as the text "Powered by v3 Arcade" which links to http:www.v3arcade.com. For information on legally removing the branding, please visit www.v3arcade.com. ================================= www.v3arcade.com ================================= If you're looking for more games, add-ons, support, tutorials, or anything Arcade related - www.v3arcade.com is the place to go. ================================= Copyright ================================= All code & images distributed in this zip is Copyright ?2010 CinVin, with the following exceptions:
Many thanks to... =================================
Change Log ================================= For the complete change log, please click here. The change log is getting too big to include inline with this thread. Download Now
Show Your Support
|
7 благодарности(ей) от: | ||
chocolate angel, GamBun, K4GAP, KevinL, MichaelDance, rootsxrocks, Sunka |
Comments |
#1022
|
||||
|
||||
Quote:
|
#1023
|
||||
|
||||
Sorry, I installed v3 Arcade - Professional vBulletin Gaming (vB4) - Mod Version: 2.0.3A on vB4.2.1 Suite.
Pre-installed games are working fine and save scores. Mochi new games do not record scores in vB database. I receive a standard error message about permissions denied and a bizarre text above headers "OR != 1 OR" (I am the userid=1). I extended session timeout from 900 to 9000. I have no adblocker. I have crossdomain.xml in my main forum directory, and from ACP I already put on v3Arcade bridgeing options my secret key and publisher ID. On my server root I also put mochi.html. From ACP, adding new games, I can browse Mochi games, so i suppose I can connect to Mochi with full permissions. My server is new: Linux 3.2.0-41-generic #66-Ubuntu SMP Thu Apr 25 03:27:11 UTC 2013 x86_64 PHP Version 5.3.10-1ubuntu3.6 Hope you can suggest me a solution to overcome this malfunction. Thank you. |
#1024
|
||||
|
||||
Quote:
|
#1025
|
|||
|
|||
Please any update for vB 4.2.1 Can auto add to Navigation Manager?
|
#1026
|
|||
|
|||
Where do I adjust the color of the tabs as shown in image below?
|
#1027
|
||||
|
||||
If I remember correctly it uses the same css as the tabs in MEMBERINFO? You may need to make a new class for tabs in v3ARCADE_MAIN, then make a copy of the code under /* LIGHT-TABS */ in vbulletin.css
For example, open v3ARCADE_MAIN and search for <dl class="tabslight"> and rename it <dl class="arcade_tabslight"> Then in vbulletin.css search for /* LIGHT-TABS */ and make an exact copy of all the code in that section, rename any references of tabslight to arcade_tabslight You should then be able to locate the code for colours and change it accordingly |
#1028
|
|||
|
|||
Quote:
Thanks' |
#1029
|
|||
|
|||
I have different instances of tabslight but none of just that phrase alone. For example ....
dl.tabslight tabslight_border.borderWidth tabslight_border.units tabslight_size tabslight_size.width Change them all anyway? |
#1030
|
||||
|
||||
Quote:
Code:
/* LIGHT-TABS */ dl.arcade_tabslight { border-bottom:solid {vb:stylevar tabslight_border.borderWidth}{vb:stylevar tabslight_border.units} {vb:stylevar mid_border.borderColor}; padding-{vb:stylevar left}:{vb:math {vb:stylevar padding} * 2}; margin-bottom:1em; height:{vb:math {vb:stylevar tabslight_size.height} + {vb:stylevar tabslight_border.borderWidth}}; margin-top:{vb:math {vb:stylevar padding}*1.5}; } dl.arcade_tabslight dt { display:none; } dl.arcade_tabslight dd { float:{vb:stylevar left}; } dl.arcade_tabslight dd a { font-size:{vb:stylevar small_fontSize}; font-weight:bold; color:{vb:stylevar body_color}; text-decoration:none; text-align:center; padding:0 {vb:stylevar padding}; min-width:{vb:stylevar tabslight_size.width}{vb:stylevar tabslight_size.units}; height:{vb:stylevar tabslight_size.height}{vb:stylevar tabslight_size.units}; line-height:{vb:stylevar tabslight_size.height}{vb:stylevar tabslight_size.units}; display:block; border:{vb:stylevar tabslight_border}; background-color:{vb:stylevar blocksubhead_background.backgroundColor}; margin-{vb:stylevar left}:-{vb:stylevar tabslight_border.borderWidth}{vb:stylevar tabslight_border.units}; margin-bottom:-{vb:stylevar tabslight_border.borderWidth}{vb:stylevar tabslight_border.units}; -moz-border-radius-top{vb:stylevar left}:5px; -moz-border-radius-top{vb:stylevar right}:11px; -webkit-border-top-{vb:stylevar left}-radius:3px; -webkit-border-top-{vb:stylevar right}-radius:11px; border-top-{vb:stylevar left}-radius:3px; border-top-{vb:stylevar right}-radius:11px; } html>/**/body dl.tabslight dd.selected a, html>/**/body dl.tabslight dd.selected a:hover { position:relative; border-bottom: {vb:stylevar tabslight_border.borderWidth}{vb:stylevar tabslight_border.units} {vb:stylevar tabslight_border.borderStyle} transparent; background:{vb:stylevar tabslight_selected_background}; } * dl.tabslight dd.selected a, * dl.tabslight dd.selected a:hover { border-bottom: {vb:stylevar tabslight_border.borderWidth}{vb:stylevar tabslight_border.units} {vb:stylevar tabslight_border.borderStyle} transparent; background:{vb:stylevar tabslight_selected_background}; } dl.arcade_tabslight dd a:hover { color:{vb:stylevar linkhover_color}; background:{vb:stylevar tabslight_selected_background}; } Code:
background-color:{vb:stylevar blocksubhead_background.backgroundColor}; Make sure you change <dl class="tabslight"> to <dl class="arcade_tabslight"> in v3ARCADE_MAIN That should work. |
#1031
|
||||
|
||||
Have you got any idea why in my vb4.2.1 the v3arcade navtab links overlap main forum links? (If I click on Arcade navtab, is clicked the forum navtab either).
http://89.31.75.92/forum.egcommunity....it/arcade.php Maybe the "Arcade Navbar Link" plugin doesn't assign an ID to the tab code <li class="selected"><a class="navtab" ....></li> that should be <li id="tab_arcade" class="selected"> .... ? Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|