MyBB Community Forums
Help with HEADER - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Themes (https://community.mybb.com/forum-103.html)
+---- Forum: Theme Support (https://community.mybb.com/forum-10.html)
+---- Thread: Help with HEADER (/thread-59676.html)



Help with HEADER - acrox999 - 2009-11-15

So, I got a problem. I put 2 new links in the header block, the upper right one. But somehow, between the new links, there a big space. For example:
I want it like this:
HOME FORUM
but it turn out to:
HOME           FORUM
That's the problem. Can someone fix it for me? Here, the headerblock code:
<div class="upper_panel">
	<span class="float_right"><a href="{$mybb->settings['bburl']}/index.php"><img src="http://worldofanimeotaku.co.cc/images/home.png"> Home</a><a href="{$mybb->settings['bburl']}/forum.php"><img src="http://worldofanimeotaku.co.cc/images/Bubble.png"> Forum</a><a href="{$mybb->settings['bburl']}/search.php" class="search">{$lang->toplinks_search}</a><a href="{$mybb->settings['bburl']}/memberlist.php" class="memberlist">{$lang->toplinks_memberlist}</a><a href="{$mybb->settings['bburl']}/calendar.php" class="calendar">{$lang->toplinks_calendar}</a><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></span>
	<span>{$lang->welcome_back} <a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}" class="logout">{$lang->welcome_logout}</a></span>
</div>
<div class="lower_panel">
	<span class="float_right"><a href="http://worldofanimeotaku.co.cc/newpoints.php">AniPoints</a><a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 350, 350);">{$lang->welcome_open_buddy_list}</a><a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a><a href="{$mybb->settings['bburl']}/private.php" style="margin-right: 0;">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}</span>
	<span><a href="{$mybb->settings['bburl']}/usercp.php" class="usercp">{$lang->welcome_usercp}</a>{$modcplink}{$admincplink}</span>
</div>
Image of the problem is attached too.


RE: Help with HEADER - Joshee - 2009-11-15

When adding links to the Afresh theme, you have to make a CSS class.
http://www.learnmybb.com/forums/Thread-How-to-add-new-toplinks
Wink


RE: Help with HEADER - acrox999 - 2009-11-16

Like what I thought. I wanna make a class but I don't know how. Thanks for the info.


RE: Help with HEADER - Joshee - 2009-11-16

Go to your Admin CP, click the Templates & Style tab, click the name of your theme, click global.css and then click Edit Stylesheet: Advanced Mode. Thats where you can add or edit all of the main CSS.


RE: Help with HEADER - Bob Jansen - 2009-11-16

In the afresh global.css find the part with the uperpanel icons. Than just copy one class and change the name and link to the image.


RE: Help with HEADER - acrox999 - 2009-11-17

What I mean is before I know about the tutorial. Thanks anyway. Smile