01-20-2014, 10:27 AM
I have removed the usercp nav menus from usercp and private messages, cause I had created my own navigation system, The problem I am running into now is getting pm created folder's to appear in a drop down menu that I have set up. Here is my code for that
header_welcomeblock_member
Much help is appreciated thank you so much, if you need to see it live go to www.ubergf.com username=guest password=123456789
header_welcomeblock_member
PHP Code:
<ul id="menu">
<li><a href="{$mybb->settings['bburl']}/usercp.php?action=profile" class="drop"><strong>{$mybb->user['username']}</strong></a>
<div class="dropdown_2columns">
<div class="col_2">
<a href="/usercp.php?action=avatar"><img src="{$mybb->user['avatar']}"></a>
<a href="member.php?action=logout&logoutkey={$mybb->user['logoutkey']}">Log Out</a>
<br>
<a href="/usercp.php"><img src="images/UBERGF/usercp/home.gif"> UserCP Home</a>
<a href="/usercp.php?action=profile"><img src="images/usercp/profile.gif"> Edit Profile</a>
<a href="/usercp.php?action=changename"><img src="images/UBERGF/usercp/username.gif"> Change Username</a>
<a href="/usercp.php?action=password"><img src="images/UBERGF/usercp/password.gif"> Change Password</a>
<a href="/usercp.php?action=email"><img src="images/UBERGF/usercp/email.gif"> Change Email</a>
<a href="/usercp.php?action=avatar"><img src="images/UBERGF/usercp/avatar.gif"> Change Avatar</a>
<a href="/usercp.php?action=options"><img src="images/UBERGF/usercp/options.gif"> Edit Options</a>
<a href="/usercp.php?action=usergroups"><img src="images/UBERGF/usercp/usergroups.gif"> Group Memberships</a>
<a href="/usercp.php?action=editlists"><img src="images/UBERGF/buddies.gif"> Buddy Ignore List</a>
<a href="/usercp.php?action=attachments"><img src="images/UBERGF/usercp/attachments.gif"> Manage Attatchments</a>
<a href="/usercp.php?action=subscriptions"><img src="images/UBERGF/usercp/subscriptions.gif"> Subscribed Threads</a>
<a href="/usercp.php?action=forumsubscriptions"><img src="images/UBERGF/usercp/fsubscriptions.gif"> Forum Subscriptions</a>
<a href="/usercp.php?action=myfbconnect"><img src="images/usercp/facebook.png"> Facebook Connect</a>
<a href="/usercp.php?action=mytwconnect"><img src="images/usercp/twitter.png"> Twitter Connect</a>
<a href="#"><img src="images/usercp/googleplus.png"> Google Plus</a>
<!-- End 5 columns container -->
<li><a href="#" class="drop"><strong>Private Messages</strong></a>
<div class="dropdown_2columns"><!-- Begin 2 columns container -->
<div class="col_2">
<a href="/private.php?action=send"><img src="images/UBERGF/usercp/composepm.gif"> Compose</a>
<a href="/private.php?fid=1"><img src="images/UBERGF/usercp/pmfolder.gif"> Inbox {$lang->welcome_pms_usage}</a>
<a href="/private.php?fid=2"><img src="images/UBERGF/usercp/sub_pmfolder.gif"> Sent</a>
<a href="/private.php?fid=3"><img src="images/UBERGF/usercp/sub_pmfolder.gif"> Drafts</a>
<a href="/private.php?fid=4"><img src="images/UBERGF/usercp/trash_pmfolder.gif"> Trash Can</a>
<a href="/private.php?action=tracking"><img src="images/UBERGF/usercp/pmtracking.gif"> Tracking</a>
<a href="/private.php?action=folders"><img src="images/UBERGF/usercp/editfolders.gif"> Edit Folders</a>
<a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 350, 350);"><img src="images/buddies.gif"> Buddy List</a>
<li><a href="/misc.php?action=payments"><strong>UberGF Upgrade</strong></a>
{$admincplink}{$modcplink}
</li><!-- End Home Item -->
</ul></b>
Much help is appreciated thank you so much, if you need to see it live go to www.ubergf.com username=guest password=123456789