CustomerService
01-29-2006, 01:57 PM
You can move the stats anywhere in the page you want with a little planning. I've moved the stats, for example, into a left column in the YourGaming skins.
Without installing any hacks or changing any code, all I did was pretty much copy and paste the "Whats Going On" table from the forumhome template into the navbar, which had the code for the left column.
You can move it to the header template, but it won't do you any good without a hack :O - the variables arent parsed so it won't pull any data.
I enclosed the "What's Going On" table in a conditional:
<if condition="THIS_SCRIPT == 'index'">
You need to do this because, without a hack, the data is called on the index page and is not globalized - so if you go to another page, you won't see any data. That doesn't bother me. Looking at the finished skin, it behaves exactly how I want it to and all I had to do was some minor template surgery. !coffee
Without installing any hacks or changing any code, all I did was pretty much copy and paste the "Whats Going On" table from the forumhome template into the navbar, which had the code for the left column.
You can move it to the header template, but it won't do you any good without a hack :O - the variables arent parsed so it won't pull any data.
I enclosed the "What's Going On" table in a conditional:
<if condition="THIS_SCRIPT == 'index'">
You need to do this because, without a hack, the data is called on the index page and is not globalized - so if you go to another page, you won't see any data. That doesn't bother me. Looking at the finished skin, it behaves exactly how I want it to and all I had to do was some minor template surgery. !coffee