MyBB Community Forums

Full Version: My theme and the probs I am having VIDEO INCLUDED
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
okay I am having some issues with my custom theme that I have going here. There is a video of a demonstration of my website and functions of it and where there is a problem, The first problem which is a burden one cause I would like to remove the usercp_nav in private messaging but I can't get the user created folder to show up in the drop down menu under private message, the other problem is the calendar day selected, I made a new value in global.css and change the value in the html and it still didn't change that day, for some reason it's color trow_sep I believe which is the color for my important threads bar. Just watch the video and you will see what I mean, its only like a min long

The things that I need fix
-Private message user created folder display with the img next to it
-Calendar Day selected is messed up and I don't know why
-Also the code that prints out the user current REP points
-If no avatar is selected, to display a default avatar



Thank you guys so much, I have worked for like a week now on this template for my forums and much much help is appreciated Smile

Here is my coding for welcome back member template file

<ul id="menu">
<li><a href="/usercp.php" class="drop"><strong>{$mybb->user['username']}</strong></a>
        <div class="dropdown_2columns"><!-- Begin 2 columns container -->
<a href="/usercp.php?action=avatar"><img src="{$mybb->user['avatar']}"></a><br>

<a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}"><strong>Logout</strong></a>   
            <div class="col_2">
                <h2><font color="000"><b>UserCP Home</b></font></h2>
            </div>
    
            <div class="col_2">
<a href="/usercp.php?action=profile"><img src="images/UBERGF/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>
<div class="col_2">
<h2><font color="000"><b>Misc</b></font></h2>
</div>
<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>



            </div>


<li><a href="/usercp.php" class="drop"><strong>Private Messages</strong></a>
        <div class="dropdown_2columns"><!-- Begin 2 columns container -->   
            <div class="col_2">
                <h2><font color="000"><b>Private Messages</b></font></h2>
            </div>
    
            <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>

<li><a href="/misc.php?action=payments" class="drop"><strong>UberGF Upgrade</strong></a>
<div class="dropdown_2columns"><!-- Begin 2 columns container -->   
            <div class="col_2">
                <h2><font color="000"><b>UberGF Upgrade</b></font></h2>
            </div>
    
            <div class="col_2">
<h1>There are no current subscriptions</h1>

       
<li class="menu_right"><strong>{$timenow} | {$datenow}</strong></li>
<li class="menu_right">{$admincplink}</li>
<li class="menu_right">{$modcplink}</li>
      
</li><!-- End Home Item -->
</ul></b>