MyBB Community Forums

Full Version: Missing navigation links (Blah forum > forums > blah)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello, i made a forum on my PC, trying to get a hang of it and editing. i mistakenly deleted a wrong line in (i think) the Header template.
i dont have this anymore, [Image: Untitled.jpg]
accidently deleted it  O_o
required code is <navigation> - can be at the bottom of the header template before <br />
what does the <navigation> call to? because its still blank after adding it. i may have deleted something else.

this is a part of what i have now.
	<div id="container">
		<div id="content">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}<!-- ProfileComments -->
			{$comments_alert}<!-- /ProfileComments -->
			{$pending_joinrequests}
			<navigation>
			<br />
check Navigation Templates - do they have the contents without changes
ya that added it, thanks a lot Smile

i put
<div class="navigation">
{$nav}{$activesep}{$activebit}
</div>
into nav.

now i need to figure out how to get it back in it's normal place
[Image: Untitled.jpg]
^ you can try adding a break line (<br />) or two break lines before <navigation>