MyBB Community Forums

Full Version: How can i....[3]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i move this....AngryAngryAngryAngryAngryAngryAngryAngryAngryAngryAngryAngry
MyBB Community Forums  / MyBB 1.4 Series  / MyBB 1.4 General Support  / New Thread 

WHERE ARE THIS ???? TEMPLATE ...NAME ????????????????????????????????????????ß
large bold text and CAPS TEXT really aren't going to get you any better/faster answers. :/

Anyway, that's the navigation called by <navigation> in the header template.
Thanks bro, i tryed now.
In the header template i have this...
header
header_welcomeblock_guest
header_welcomeblock_member
header_welcomeblock_member_admin
header_welcomeblock_member_moderator

and
in navigation template i have this
nav
nav_bit
nav_bit_active
nav_sep
nav_sep_active

Where is ...i can finded
This is my header
<a name="top" id="top"></a>
<div id="header">
<div id="headerleftbg">
<div id="headerrightbg">
<div id="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}"></a>
</div>
<br style="clear:both"/>
<div id="nav">
	<ul>
		<li><a href="{$mybb->settings['bburl']}/portal.php"><span>Home</span></a></li>
		<li><a href="{$mybb->settings['bburl']}/index.php"><span>Forum</span></a></li>
		<li><a href="{$mybb->settings['bburl']}/portal.php?pages=rules"><span>Rules</span></a></li>
		<li><a href="{$mybb->settings['bburl']}/calendar.php"><span>{$lang->toplinks_calendar}</span></a></li>
		<li><a href="{$mybb->settings['bburl']}/memberlist.php"><span>{$lang->toplinks_memberlist}</span></a></li>
		<li><a href="{$mybb->settings['bburl']}/search.php"><span>{$lang->toplinks_search}</span></a></li>
		<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><span>FAQ</span></a></li>	</ul>
</div>


<br style="clear:both" />

<div id="container">
<br />

		<div id="content">
<div class="curve" id="ads">
<div class="curveleft">
<div class="curveright">
<div class="adstext"><br /></div>
<div class="ads">
<a href="http://www.safakhost.com" target="_blank">
<img src="http://www.safakhost.com/banner/banner.gif" border="0">
</a>
</div>
</div>
</div>
</div>
		<div class="welcome">
			{$welcomeblock}
		</div>
<br />
		<hr class="hidden" />
		<br class="clear" />
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			<navigation>
<br />]
Its in the code you copied and pasted...at the bottom:
Quote: <br class="clear" />
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
<navigation>
<br />

The navigation templates would allow you to edit what is displayed, but the code in your first post was what is called by the bold piece above. You should be able to move that anywhere you want, though I'd probably keep it in the header personally.

P.S. I'm female, as my username somewhat implies by having the word "lady" in it.
Thanks Sister xD, and how can i make...for example so..
<navigation> down 50px....or i dont know...you understend me.Now ist no so god...i want to fix this in tabel....when you don't understand my bad english, say that Smile
I would actually do this by editing the CSS/Stylesheets, not the templates. You probably could edit the templates, but this would be my method:

ACP -> Templates & Styles -> Themes -> YOUR THEME -> global.css -> .navigation
Add to the extra CSS Attributes:
padding-top: 50px;

Change 50px to whatever amount of space you want (it seemed a bit drastic when I tested it), but make sure to leave the semicolon at the end.

Edited because I forgot to include the global.css bit (as pointed out below), and this may be useful to someone else who I would not want to confuse later.
i don't have .navidation...i have this
usercp.css
modcp.css
star_ratings.css
showthread.css
global.css...where ist..?
P.s and how can i make ..left or right 50px ?
Click global.css then go Edit stylesheet advanced... Then Hit CTRL+F type in .navigation hi ENTER and there it is!(It's about a third of the way down.)
Also to make it go left or right use:
margin-left:50px;
or
margin-right:50px;
or
text-align:left;
or
text-align:right;

Depending on what u wanna do
you are the Best !!! Thanks so mutch, all work now.
Thanks everybody ( ladyunicornejg and Prentice ) not everybody Big Grin