Bug Games not expanding with v2.0.2

Status
Not open for further replies.
Last week I upgraded the vbarcade to v 2.0.2 but the games would not expand, so I uninstalled and reinstalled v 2.0.1

Today it was time to upgrade the forum to v 4.2.2 to get everything up to date (I know I am late!)

So after installing I was getting many errors regarding line 98 and 468 in the arcade, so I installed vbarcade v2.0.2 again- hoping with the new forum this time it would expand the games, but unfortunately not. But this time I cannot downgrade to v. 2.0.1 because of the "Warning: Only variables should be passed by reference in ..../arcade.php on line 98" errors.

Thanks for your help as always!
Lisa
 
Could you try leaving the v2.0.2 files intact, but re-import the v2.0.1 XML file? This would allow me to isolate whether the issue is in the code, or the templates :)
 
Alrighty, step 2:

Could you load the v2.0.2 XML file again, but in the dbtech_vbarcade_game_flash template replace
Code:
<style type="text/css">object.flash, embed.flash { width: $game[width]px; height: $game[height]px; }</style>
with
Code:
<style type="text/css">object.flash, embed.flash { width: 100%; height: 100%; }</style>
and see if that works?
 
Alrighty, step 2:

Could you load the v2.0.2 XML file again, but in the dbtech_vbarcade_game_flash template replace
Code:
<style type="text/css">object.flash, embed.flash { width: $game[width]px; height: $game[height]px; }</style>
with
Code:
<style type="text/css">object.flash, embed.flash { width: 100%; height: 100%; }</style>
and see if that works?

Yes, that worked! Thanks :)
 
Excellent, I've updated the v2.0.2 XML files with the fix so it'll be fixed for future versions and for other users. Thanks! :D
 
Status
Not open for further replies.

Legacy vBArcade

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
898
Customer rating
0.00 star(s) 0 ratings
Back
Top