Quote:
Originally Posted by ripley
The gamercard new window that opens looks wonky depending on which browser is used. Example: Under IE you can't see the "Send message" and other links without resizing the window.
I initially thought it was my theme, but it does it under default as well.
|
Open the "product-bc-gamercards-vb3-v1.0.1.xml" and find this around line 134:
Code:
<a href="#" onclick="openWindow('gamercard.php?do=xboxlive&u=$post[userid]',456,375); return false;">
Replace with:
Code:
<a href="#" onclick="openWindow('gamercard.php?do=xboxlive&u=$post[userid]',470,375); return false;">
Reupload the XML file. (set Allow Overwrite to Yes)