MyBB Community Forums

Full Version: Headers/Footers
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
it works in all ways

hex Wrote:<font color="#d0661f"><b><i>{username}</i></b></font>
color name Wrote:<font color="red"><b><i>{username}</i></b></font>
RG Wrote:<font color="rgb(255,0,0)"><b><i>{username}</i></b></font>
thats the clarification i needed, thanks a lot Smile
Hello,

I know where the Headers and Footers are now. I am stuck with one problem. There's heaps of codes in the Headers and Footers, and I don't know what inside the codes where I can add stuff to the Headers/Footers, any suggestions?
Hey

in Admin CP>Templates > modify / Delete >Expand

find Header and find footer.

inside of these 2 templates you can find all the codes
Yes. I know, I want to add content to the Headers and Footers but where? There's loads of codes and I don't know where inside.
in the header make sure everthing is below

 <div id="container">

in the footer there is no obliged place to watch up.

Else than that it is up to u , to decide where to display your codes.

regards
Hello, thanks for your quick response.

I put my content which I would like to appear in the header where you said and it is still not showing up. Sorry about this, any solutions?
Can you please post the content of your header template?
Quote:<script language="Javascript" type="text/javascript">
var cookieDomain = "$settings[cookiedomain]";
var cookiePath = "$settings[cookiepath]";
var quickdelete_confirm = "$lang->quickdelete_confirm";
var newpm_prompt = "$lang->newpm_prompt";
var deleteevent_confirm = "$lang->deleteevent_confirm";
var removeattach_confirm = "$lang->removeattach_confirm";
</script>
<a name="top"></a>
<div id="container">
<div id="header">
<div class="logo"><a href="$settings[bburl]/index.php"><img src="$theme[logo]" alt="$settings[bbname]" border="0" /></a></div>
<div class="menu">
<ul>
<li><a href="$settings[bburl]/search.php"><img src="$theme[imgdir]/toplinks/search.gif" border="0" alt="$lang->toplinks_search" />$lang->toplinks_search</a></li>
<li><a href="$settings[bburl]/memberlist.php"><img src="$theme[imgdir]/toplinks/memberlist.gif" border="0" alt="$lang->toplinks_memberlist" />$lang->toplinks_memberlist</a></li>
<li><a href="$settings[bburl]/calendar.php"><img src="$theme[imgdir]/toplinks/calendar.gif" border="0" alt="$lang->toplinks_calendar" />$lang->toplinks_calendar</a></li>
<li><a href="$settings[bburl]/misc.php?action=help"><img src="$theme[imgdir]/toplinks/help.gif" border="0" alt="$lang->toplinks_help" />$lang->toplinks_help</a></li>
</ul>
</div>
<hr class="hidden" />
<div id="panel">
$welcomeblock
</div>
</div>
<hr class="hidden" />
<br class="clear" />
<div id="content">
$bannedwarning
$bbclosedwarning
$unreadreports
$boardmsg
<navigation>
<br class="clear" />
Where's the code you inserted? The template seems to be the default one (except for the variable $boardmsg which belongs to the Board Message plugin).
Pages: 1 2 3