The Arcive of vBulletin Modifications Site. |
|
[BUG] Drop down menus hidden behind flash game... Details »»
|
|||||||||||||||||||||||||||
|
[BUG] Drop down menus hidden behind flash game...
Developer Last Online: Jun 2013
I'm currently using the 2.6.8+ version of this mod...along with vB 3.8.2.
Any links in the navbar that have drop down menus... These drop down menus are partially hidden behind the flash game...rendering them totally useless. Maybe one or two links in the drop down will be displayed, but the rest are hidden behind the game. I've browsed through the 20+ pages here...as well as where the mod is listed...yet cannot find any fix for this issue. Any help is greatly appreciated... --------------- Added [DATE]1240324659[/DATE] at [TIME]1240324659[/TIME] --------------- Update... Issue has been resolved by editing the <object> and <embed> tag of the arcade skin I'm using... Thanks, anyway... Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
How did you edit them please? I have the same issue.
|
|
#3
|
||||
|
||||
|
Hey, chick...
Open up the skins directory...and locate the skin(s) you're using for your arcade. There are 3 of them...skin_Arcade, skin_global and skin_v3Arcade. Edit the skin you use by locating the following within the file: Find (in the <object> tag): Code:
<param name="menu" value="false" /> Code:
<param name="wmode" value="opaque" /> Find (in the <embed> tag): Code:
<embed src="./arcade/{$game['gname']}.swf?tgame=0&pn_gid={$game['gid']}&pn_license={$game['license']}&pn_checksum={$game['checksum']}&pn_domain={$game['domain']}&pn_uname={$game['username']}"
Code:
wmode="opaque" This should take care of the issue. |
|
#4
|
||||
|
||||
|
Well thank you VERY much for that info, I never could have figured that out. I appreciate your reply, thanks. Works great...
|
![]() |
|
|