xxdrakemorxx • PM |
Sep 15, 2011 7:15 AM
|
![]() Posts: 5 |
I am building our server list and I am having issues with my banner vent banner keeping its attributes, the height keeps shrinking.
Link to page: http://www.detachment101.com/site/index.php/servers (its the last banner) Code of the vent banner: <iframe src="http://cache.www.gametracker.com/components/html0/?host=184.154.99.102:4217&bgColor=333333&fontColor=CCCCCC&titleBgColor=222222&titleColor=FF9900&borderColor=555555&linkColor=FFCC00&borderLinkColor=222222&showMap=0¤tPlayersHeight=324&showCurrPlayers=1&showTopPlayers=0&showBlogs=0&width=205" frameborder="0" scrolling="no" width="205" height="512"></iframe> Code that's is displayed front-end to the body : div.global { background-color: #333333; border-color: #555555; color: #CCCCCC; height: 286px; width: 203px; } It's irritating that I can't make this a fixed height, is there a way to force this? |
burn • PM |
Sep 15, 2011 8:29 AM
|
![]() Posts: 10924 |
You can update the "Show channel view Height (pixels): (Minimum=100)" line on the customization options if you want it higher. The banner is a fixed height, yes.
![]() |
xxdrakemorxx • PM |
Sep 15, 2011 4:04 PM
|
![]() Posts: 5 |
This is the code that I need to use to make my banner 512px in height using the Show channel view Height option.
<iframe src="http://cache.www.gametracker.com/components/html0/?host=184.154.99.102:4217&bgColor=333333&fontColor=CCCCCC&titleBgColor=222222&titleColor=FF9900&borderColor=555555&linkColor=FFCC00&borderLinkColor=222222&showMap=0¤tPlayersHeight=324&showCurrPlayers=1&showTopPlayers=0&showBlogs=0&width=205" frameborder="0" scrolling="no" width="205" height="512"></iframe> There is a reason that the code in my custom html field changes itself from that to the following <iframe src="http://cache.www.gametracker.com/components/html0/?host=184.154.99.102:4217&bgColor=333333&fontColor=CCCCCC&titleBgColor=222222&titleColor=FF9900&borderColor=555555&linkColor=FFCC00&borderLinkColor=222222&showMap=0¤tPlayersHeight=324&showCurrPlayers=1&showTopPlayers=0&showBlogs=0&width=205" frameborder="0" scrolling="no" width="205" height="512"></iframe> The difference is it goes from ¤tPlayersHeight¤tPlayersHeight=324 to ¤tPlayersHeight=324 is this maybe a a bug on my end? I am not sure but I could use input. I wonder is there compatibility issues with the "&" between browsers or language? |
xxdrakemorxx • PM |
Sep 15, 2011 5:06 PM
|
![]() Posts: 5 |
why was this moved to general help/faq uhg
|
burn • PM |
Sep 15, 2011 6:37 PM
|
![]() Posts: 10924 |
xxdrakemorxx wrote: Since it is not a GameTracker bug, it should not be posted in that section. We do not have any control over how your website saves field data in its "custom html field" for the website. If you copy the code from the gametracker website, which would be: <iframe src="http://cache.www.gametracker.com/components/html0/?host=184.154.99.102:4217&bgColor=333333&fontColor=CCCCCC&titleBgColor=222222&titleColor=FF9900&borderColor=555555&linkColor=FFCC00&borderLinkColor=222222&showMap=0¤tPlayersHeight=512&showCurrPlayers=1&showTopPlayers=0&showBlogs=0&width=205" frameborder="0" scrolling="no" width="205" height="700"></iframe> it should work fine as it does for other users. ![]() |
exile_android • PM |
Sep 18, 2011 3:21 AM
|
![]() Posts: 3 |
First off, I'd like to say your work on the site (assuming its your work) is admirable...
Second, You seem to have fixed this? considering when I mouse over the ventrilo box, the iframe is the same as the other 2... |
xxdrakemorxx • PM |
Sep 18, 2011 9:29 AM
|
![]() Posts: 5 |
exile_android wrote: Thanks! I had some headaches but the outcome is worth it. Yes I have got it to function properly, I think the problem was within my CMS. |