MyBB Community Forums

Full Version: GamesMania
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
I didn't make the modification so if DamaXX could post the code it'll be great, otherwise you have to wait a bit, tonight if i'm done with a thing, i'll try to fix it Wink
Nevermind, I guess I figured it out myself.

I Changed the following in Templates -> Gamesmania -> memberlist:
<body>
to
<body id="memberlist">

Templates -> Gamesmania -> search:
<body>
to
<body id="search">

Seems to work.

Now all I need to know is where to add it in Games%20Mania1.6-theme.xml and which {$*} lines to add for memberlist and search respectively, so that I don't have to manually fix it every time I reinstall the theme.

Example:
<body id="home">
{$header}
{$forums}
{$boardstats}
thank you flint! <3
(2010-11-22, 06:21 PM)FLiNT Wrote: [ -> ]Now all I need to know is where to add it in Games%20Mania1.6-theme.xml and which {$*} lines to add for memberlist and search respectively, so that I don't have to manually fix it every time I reinstall the theme.

Nobody? Seriously? Huh
Export the theme and put it away until you need it. No need to edit the XML file, as MyBB will generate a new one.
[homersimpson]D'oh![/homersimpson]

Thanks, Scoutie.
i love this theme
Lovely theme I'm currently using it and how do I get the advertisement there? I have no clue how to get the advertisement there. Help?
(2010-08-14, 06:05 PM)mabersoft Wrote: [ -> ]You shure it's updated? i still get this:


All 9 threads on this page are selected. Select all 9 threads in this forum.
All 9 threads in this forum are selected. Clear Selection.

(2010-08-14, 06:26 PM)Trinit Wrote: [ -> ]That's not a theme problem Wink
http://community.mybb.com/thread-76081-p...#pid555960

it actually is something with your theme, i was able to fix it by adding the code below to the theme's global.css.
.hiddenrow {
	display: none;
}

(2010-12-07, 02:06 AM)Awwsome Wrote: [ -> ]Lovely theme I'm currently using it and how do I get the advertisement there? I have no clue how to get the advertisement there. Help?

the code is in the theme's header template, line 17.
<img src="images/gamesmania/advertise.png" class="advertise">
And how do we get our adsense ad unit code in that advertise spot?

Thanks
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14