2012-12-13, 03:09 PM
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:
Help is much appreciated.
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"> </span><div id="paneltext">{$lang->welcome_back}<br/><a href="{$mybb->settings['bburl']}/usercp.php"><img src="images/alphagaming/usercp.png"></img> <strong>{$lang->welcome_usercp}</strong></a>{$modcplink}{$admincplink} <a href="{$mybb->settings['bburl']}/member.php?action=logout&logoutkey={$mybb->user['logoutkey']}"><img src="images/alphagaming/logout.png" alt="log out"/></img> {$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.