MyBB Community Forums

Full Version: [HELP] Codes Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Go to your Admin Control Panel -> Templates -> Header Templates -> header
hmm sorry again
this is all the codes i have :
<div class="fixed_wb">{$welcomeblock}</div>
<div class="header_main">
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
<div class="header_menu">
<div class="menu">
                         <ul>
                         <a href="{$mybb->settings['bburl']}/search.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/search.png" alt="" title="" /><span class="smalltext">{$lang->toplinks_search}</span></a>
                         <li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/help.png" alt="" title="" />{$lang->toplinks_help}</a></li>
                         <a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/memberlist.png" alt="" title="" /><span class="smalltext">MemberList</span></a>
                         <a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/calendar.png" alt="" title="" /><span class="smalltext">{$lang->toplinks_calendar}</span></a>
                         </ul>
</div>
</div>
</div>
</div>
<br>
<div id="container">
<hr class="hidden" />
		<br class="clear" />
		<div id="content">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			<hr class="hidden" />

<navigation><br>

Can You Over line the text i should replace ? or can you automatically fix it for me plz ?
If you just change your classes the way I posted in your stylesheet (I don't know your theme, but probably in global.css), it will be fixed for every page in your forum.
Patrick i just did what u said and it corrupted everything ConfusedConfused

my theme: DarkFusion
Revert it to default.
Thanks For ur help sir Smile
i managed to getrid of this theme .. and getting a new one
and i applied it but now i have a diffrient question which is

www.sharingmonster.net

first : how i can apply a favicon

Second : when u register. in the USER CP ..when u want to change ur password u see the icon of password very far from it
[Image: 15nqeyg.png]

Third Thing : Down there at the buttom you see a horizontal scroll bar.. how i can get rid of that ?
[Image: 2e0teld.png]


thnx in advance
(2010-06-14, 12:07 AM)yehiapsycho Wrote: [ -> ]first : how i can apply a favicon

http://community.mybb.com/thread-66632-p...#pid479947
thanks alot AJS .. anyone that can help me please with the other two things ?
Pages: 1 2