MyBB Community Forums
[For 1.6] GamesMania - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Themes (https://community.mybb.com/forum-103.html)
+---- Forum: Theme Releases (https://community.mybb.com/forum-104.html)
+---- Thread: [For 1.6] GamesMania (/thread-71916.html)

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


RE: GamesMania - Trinit - 2010-11-20

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


RE: GamesMania - FLiNT - 2010-11-22

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}



RE: GamesMania - ~Rs - 2010-11-22

thank you flint! <3


RE: GamesMania - FLiNT - 2010-11-23

(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



RE: GamesMania - Scoutie44 - 2010-11-23

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.


RE: GamesMania - FLiNT - 2010-11-23

[homersimpson]D'oh![/homersimpson]

Thanks, Scoutie.


RE: GamesMania - Selimar - 2010-11-30

i love this theme


RE: GamesMania - Awwsome - 2010-12-07

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?


RE: GamesMania - BreadTM - 2010-12-07

(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-post-555960.html#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">



RE: GamesMania - FooFighter - 2011-01-04

And how do we get our adsense ad unit code in that advertise spot?

Thanks