Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
User CP Declusterphobic (Cleaner User CP) Details »»
User CP Declusterphobic (Cleaner User CP)
Version: 1.00, by Blue Fusion Blue Fusion is offline
Developer Last Online: Oct 2012 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.7.3 Rating:
Released: 09-17-2008 Last Update: Never Installs: 4
Template Edits
Re-useable Code Is in Beta Stage  
No support by the author.

This is Designed to improve the over all look of the user control panel more stuff will be added on and redone this is phase one of a complete user control panel over haul
NOTE: The style will use divs and li and uis more then the table type. This also works with the blog addon and project tracker stuff will hide the stuff as nessary have confirmed and tested it.

REPLACE ENTIRE USERCP_SHELL
Code:
$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<style type="text/css">
<!-- 
/* ***** define user cp navigation ***** */
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 150px;
}
ul li {
    position: relative;
}
li ul {
    position: absolute;
    left: 149px;
    top: 0;
    display: none;
}
ul li a {
    display: block;
    text-decoration: none;
    color: #777;
    background: #fff;
    padding: 5px;
    border: 1px solid #ccc;
    border-bottom: 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 150px;
    border-bottom: 1px solid #ccc;
}
/* Fix IE. Hide from IE Mac */
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
.usercp_header (     background: #fff;    padding: 5px; border: 1px solid #ccc;)

-->
</style>
    <title>$vboptions[bbtitle] - $pagetitle</title>
</head>

$header
$navbar

<!-- table to support left column nav -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr valign="top">
<td>

<!-- usercp nav -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0">
<tr>
<td class="alt2">
    <div class="usercp_header">$vbphrase[your_control_panel]</div>
    <ul id="nav">
    <li><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[your_profile]</a></li>
    <if condition="$vbulletin->products['vbblog']">
    <li><a href="blog.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[blogs]</a></li>
    </if>
    <li><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_your_details]</a></li>
    <if condition="$show['customizelink']">
    <li><a class="smallfont" href="profile.php?$session[sessionurl]do=customize">$vbphrase[customize_profile]</a></li>
    </if>
       <if condition="$show['profilepiclink']">
    <li><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofilepic">$vbphrase[edit_profile_picture]</a></li>
    </if>
    <li><a class="smallfont" href="subscription.php?$session[sessionurl]do=viewsubscription">$vbphrase[list_subscriptions]</a></li>
    </ul>
    <div class="usercp_header">$vbphrase[settings_and_options]</div>
    <ul>
    <if condition="$show['avatarlink']">
    <li><a class="smallfont" href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></li>
    </if>
    <if condition="$show['siglink']">
    <li>    
    <a class="smallfont" href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a>
    </li>
    </if>
    <li><a class="smallfont" href="profile.php?$session[sessionurl]do=editpassword">$vbphrase[edit_email_and_password]</a></li>
    <li><a class="smallfont" href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></li>
    <li><a class="smallfont" href="profile.php?$session[sessionurl]do=ignorelist">$vbphrase[edit_ignore_list]</a></li>
    <li><a class="smallfont" href="subscription.php?$session[sessionurl]do=editfolders">Subscriptions $vbphrase[edit_folders]</a></li>
    <li><a class="smallfont" href="private.php?$session[sessionurl]do=editfolders">PM $vbphrase[edit_folders]</a></li>
    </li>
    </ul>
    <div class="usercp_header">Help/Bug Tracker</div>
    <ul>
    <if condition="$vbulletin->products['vbprojecttools']">
    <li><a class="smallfont" href="projectpost.php$session[sessionurl]?do=managesubscriptions">$vbphrase[list_subscriptions]</a></li>
    <li><a class="smallfont" href="project.php$session[sessionurl]">$vbphrase[projects]</a></li>
    </if>
    <!-- Can Be Changed as Nessary or added onto -->
    <li><a class="smallfont" href="http://project-angelus.biz/help">Support Desk</a></li>
    </li>
    </ul>
</td>
</tr>
<tr>
<td class="alt2">
    <if condition="$show['pmmainlink']">
    <div class="usercp_header">$vbphrase[private_messages]</div>
    <ul id="nav">
    <li><a class="smallfont" href="private.php$session[sessionurl_q]">$vbphrase[list_messages]</a></if></a></li>
    <li><a class="smallfont" href="private.php?$session[sessionurl]do=newpm">$vbphrase[send_new_message]</a></li>
    <li><a class="smallfont" href="private.php?$session[sessionurl]do=trackpm">$vbphrase[track_messages]</a></li>
    </ul>
    <div class="usercp_header">$vbphrase[networking]</div>
    <ul id="nav">
    <li><a class="smallfont" href="profile.php?$session[sessionurl]do=buddylist"><if condition="$show['friends_and_contacts']">$vbphrase[contacts_and_friends]<else />$vbphrase[contacts]</if></a></li>
    <if condition="$show['socialgroupslink']">
    <li><a class="smallfont" href="group.php$session[sessionurl_q]">$vbphrase[social_groups]</a></li>
    </if>
       <if condition="$show['publicgroups']">
    <li><a class="smallfont" href="profile.php?$session[sessionurl]do=editusergroups">$vbphrase[group_memberships]</a></li>
    </if>
       <if condition="$show['publicgroups']">
    <li><a class="smallfont" href="profile.php?$session[sessionurl]do=editusergroups">$vbphrase[group_memberships]</a></li>
    </if>
    <if condition="$show['albumlink']">
    <li><a class="smallfont" href="album.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[pictures_and_albums]</a></li>
    </if>
    </ul>
</td>
</tr>
</table>
<!-- / usercp nav -->

</td>
<td>&nbsp;&nbsp;</td>
<td width="100%">

<!-- main page contents -->
$HTML
<!-- / main page contents -->

</td>
</tr>
</table>
<!-- / table to support left column nav -->
$footer
</body>
</html>
Important Note this here is to customize the user cp navigation color this can be customized to your liking and is more flexable then the normal user control panel options

EDIT VARS HERE TO LIKEING
Code:
<style type="text/css">
<!-- 
/* ***** define user cp navigation ***** */
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 150px;
}
ul li {
    position: relative;
}
li ul {
    position: absolute;
    left: 149px;
    top: 0;
    display: none;
}
ul li a {
    display: block;
    text-decoration: none;
    color: #777;
    background: #fff;
    padding: 5px;
    border: 1px solid #ccc;
    border-bottom: 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 150px;
    border-bottom: 1px solid #ccc;
}
/* Fix IE. Hide from IE Mac */
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
.usercp_header (     background: #fff;    padding: 5px; border: 1px solid #ccc;)

-->
</style>

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 09-18-2008, 04:31 PM
Blue Fusion's Avatar
Blue Fusion Blue Fusion is offline
 
Join Date: Feb 2003
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*reserved for updates and information*
Reply With Quote
  #3  
Old 09-19-2008, 12:09 PM
NAZIA's Avatar
NAZIA NAZIA is offline
 
Join Date: Feb 2008
Location: Multan Pakistan
Posts: 322
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not fine for me because I have already added usercp icon mod...
Anway.. Carry one
Reply With Quote
  #4  
Old 09-19-2008, 01:52 PM
Blue Fusion's Avatar
Blue Fusion Blue Fusion is offline
 
Join Date: Feb 2003
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by NAZIA View Post
not fine for me because I have already added usercp icon mod...
Anway.. Carry one
hmm good idea though i probly add icons onto it probly make it more pretty -giggles-
Reply With Quote
  #5  
Old 09-19-2008, 03:43 PM
SEOvB's Avatar
SEOvB SEOvB is offline
 
Join Date: May 2007
Location: Indianapolis
Posts: 2,451
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No bad, but it really didnt solve the clusterphobic appearence much
Reply With Quote
  #6  
Old 09-19-2008, 03:55 PM
Blue Fusion's Avatar
Blue Fusion Blue Fusion is offline
 
Join Date: Feb 2003
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by FRDS View Post
No bad, but it really didnt solve the clusterphobic appearence much
its phase one of it im working on improveing it more thank you though for the feedback. the goal is to have it easier to edit stuff also it takes awhile to get it all changed
Reply With Quote
  #7  
Old 05-27-2012, 03:46 PM
FTG LIQUID CL FTG LIQUID CL is offline
 
Join Date: Jan 2012
Posts: 158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wonder if this will work with 4.1.12
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:14 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08564 seconds
  • Memory Usage 2,273KB
  • Queries Executed 20 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (6)postbit
  • (7)postbit_onlinestatus
  • (7)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete