Log in

View Full Version : [BUG] Drop down menus hidden behind flash game...


Saviour
04-20-2009, 05:24 PM
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 1240324659 at 1240324659 ---------------

Update...

Issue has been resolved by editing the <object> and <embed> tag of the arcade skin I'm using...

Thanks, anyway...

chick
04-30-2009, 11:02 AM
How did you edit them please? I have the same issue.

Saviour
04-30-2009, 12:31 PM
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):
<param name="menu" value="false" />

Add above:
<param name="wmode" value="opaque" />

In the same skin file...

Find (in the <embed> tag):
<embed src="./arcade/{$game['gname']}.swf?tgame=0&amp;pn_gid={$game['gid']}&amp;pn_license={$game['license']}&amp;pn_checksum={$game['checksum']}&amp;pn_domain={$game['domain']}&amp;pn_uname={$game['username']}"

Add after:
wmode="opaque"

Save the file and upload it...overwriting the old file.

This should take care of the issue.

chick
04-30-2009, 09:22 PM
Well thank you VERY much for that info, I never could have figured that out. I appreciate your reply, thanks. Works great...