(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
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">
working on my first theme.