MyBB Community Forums

Full Version: Fixing navbar thingy and Post col
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
http://prntscr.com/11au5g

Okay I need help with this:

First as you can tell the nav thing goes down i want it to either go to the right like here or remove it compleatly

And then the positioning on the subforums is off the ones on the forum are right though help?
bump*
Link to site, mybb version, theme used ?
http://active-gamerz.clanteam.com/
1.69
Im using the hackforums theme. And well all I did was edit some css (as in color) banner and images.
admin panel >> templates >> your theme's templates >> Forum Display Templates >> forumdisplay_subforums

find two instances of <td class="tcat" width="2%">&nbsp;</td> in the beginning and remove one
(2013-04-21, 03:29 PM).m. Wrote: [ -> ]admin panel >> templates >> your theme's templates >> Forum Display Templates >> forumdisplay_subforums

find two instances of <td class="tcat" width="2%">&nbsp;</td> in the beginning and remove one

Okay that worked now how to do this?

http://prntscr.com/11jp8k
^ you have site information link with center tag. remove/replace that ! please ignore this. my mistake.
(2013-04-21, 04:22 PM).m. Wrote: [ -> ]^ you have site information link with center tag. remove/replace that !

What is this info link found? sorry still quite new >.>
oh! my mistake. can you give code from nav template & nav_bit template (in Navigation Templates)
(2013-04-21, 05:25 PM).m. Wrote: [ -> ]oh! my mistake. can you give code from nav template & nav_bit template (in Navigation Templates)


Yes

NAV:
<div class="navigation">
{$nav}{$activesep}{$activebit}
</div>

Nav Bit:

<a href="{$navbit['url']}">{$navbit['name']}</a>{$sep}

Nav Bit Active:
<span class="active">{$navbit['name']}</span>
Pages: 1 2