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
(2010-11-05, 07:34 PM)Trinit Wrote: [ -> ]If you are using myshoutbox you should see the shoutbox in every theme. If you are using any other shoutbox you have to put a variable in the index template. It depends on the shoutbox though.

By the way remove this from header templates -> header
<div id="header_bar">
<div id="wrapper_container">
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
<img src="images/gamesmania/advertise.png" class="advertise">


</div>

:O why would i get rid of that?

no, i want to keep that bar. i want to avoid this from happening when i use the whole banner size:

[attachment=20448]
Ohhhh I got it now! You used the whole banner so you want the menu bar to be down!
When I'll come back from school I'll give you the code but you have only to change a number (margin) in the css #menu_bar
thank you very much, that is all i wanted, because i will designing all custom image-sets and a banner, and i would like the whole 900 w/e x 278 pixels to work with. <3
Any way to allow horizontal postbit? The vertical one doesn't work for me, honestly. ><
Looks great/
i have downloaded it.
I love the skins srsly~!
@Kazuto open the ADMIN cp -> Templates & Themes -> Templates -> Default templates -> Copy the postbit code and paste it in Templates & Themes -> Templates -> Games Mania templates -> postbit

@Rs change in pagemenu.css
this (only the margin size):

#pagemenucontainer {
	height: 30px;
    margin-top: 245px;
    float: right;
    background: #090908;
    border-bottom: 2px solid #06aea8;
    padding: 0 3px;

	}

worked like a charm. thanks so much for the help, +rep <3
Mmm, okay.

Another question. I replaced the header links with the ones done in WordPress and have the forum tab "active". Sadly, only the index page is it highlighted and nothing else. Can ya help me out here?
This question has been answered before. By the way it isn't possible because the one in wordpress uses PHP to understand which is the current page, while mybb templates aren't done using PHP. So it is not possible Confused

If I'm wrong, someone could correct me Wink
okay, after all the modding i've done so far, this is going to sound really stupid. i guess i just can't find the file. How do you add more links into the nav bar? i circled what i mean: [attachment=20458]
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14