MyBB Community Forums

Full Version: Help with header links
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This theme did not have some links that I wanted in the header (PMs, comments, new posts, mood etc), so have added them manually, however I'm having some trouble.

The User CP, Mod CP, Admin CP, avatar etc are on the left, and I want these new links on the right in line with them, however for some reason they are on the right, but below the header, in the logo (and slightly out of the header).

If you wanna take a look, the link to the forum is http://www.BarzRusTV.co.uk/forum.

Here is the code I made:
<span style="float:left;"><img src="{$mybb->settings['bburl']}/{$mybb->user['avatar']}" height="45" width="50">&nbsp;</span><div id="paneltext">{$lang->welcome_back}<br/><a href="{$mybb->settings['bburl']}/usercp.php"><img src="images/alphagaming/usercp.png"></img>&nbsp;<strong>{$lang->welcome_usercp}</strong></a>{$modcplink}{$admincplink} <a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}"><img src="images/alphagaming/logout.png" alt="log out"/></img>&nbsp;{$lang->welcome_logout}</a></div><br />

<span style="float:right;"><a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 350, 350);">{$lang->welcome_open_buddy_list}</a> | {$moodlink}<br><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><br>
<a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}<!-- ProfileComments --> | <a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$mybb->user['uid']}" title="{$lang->profile_comments}">{$lang->profile_comments_new_inmenu}</a> {$lang->profile_comments_new_inmenu_count}<!-- /ProfileComments --></span>

Help is much appreciated.
Can't review a website, which is not accessible. Sorry.
(2012-12-15, 10:16 PM)king_og Wrote: [ -> ]Can't review a website, which is not accessible. Sorry.
It's back up now.