Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
UserCP Link (Content, forum and blog) navbar dropdown Details »»
UserCP Link (Content, forum and blog) navbar dropdown
Version: 1.00, by abbasbsp abbasbsp is offline
Developer Last Online: Sep 2016 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 4.0.x Rating:
Released: 01-07-2010 Last Update: Never Installs: 32
Template Edits
Code Changes  
No support by the author.

This modification aims to users easily find the user control panel settings, These modifications are placed in all respective navbar

the navbar vbcms, Blog and Download (if installed)
1. navbar vbcms
Styles & Templates > Style Manager > vBulletin CMS Templates > vbcms_navbar_link
FIND :
PHP Code:
<vb:if condition="$links"
2. Navbar Blog
Styles & Templates > Style Manager > Blog Templates > blog_navbar_link
FIND :
PHP Code:
<vb:if condition="$show['canpostitems']"
<<< There are two, take the top
3. Navbar Download (if installed)
Styles & Templates > Style Manager > Downloads Templates > downloads2_navbar_link
FIND :
PHP Code:
<ul class="floatcontainer"
4. the navbar at the forum
Styles & Templates > Style Manager > Navigation / Breadcrumb Templates > navbar
FIND :
PHP Code:
<vb:if condition="$show['searchbuttons']"
This code is 2, the lower and upper

all ADD code below :

PHP Code:
<li class="popupmenu" >
<
a href="javascript://" class="popupctrl">User CP</a>
<
ul class="popupbody popuphover">
<
li></li>
<
td class="thead">User ControlPanel</td>
                    <
vb:if condition="$show['pmmainlink']">
                        <
li><a href="private.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase private_messages}</a></li>
                    </
vb:if>
<
vb:if condition="$show['member']">
<
li><a href="subscription.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase subscribed_threads}</a></li>
</
vb:if>
<
vb:if condition="$show['member']">
<
li>
<
a href="profile.php?{vb:raw session.sessionurl}do=editoptions">{vb:rawphrase edit_options}</a>
</
li>
<
li>
<
a href="profile.php?{vb:raw session.sessionurl}do=editprofile">{vb:rawphrase edit_your_details}</a>
</
li>
</
vb:if>
<
vb:if condition="$show['avatarlink']">
  <
li class="{vb:raw navclass.avatar}"><a href="profile.php?{vb:raw session.sessionurl}do=editavatar">{vb:rawphrase edit_avatar}</a></li>
</
vb:if>
<
vb:if condition="$show['siglink']">
  <
li class="{vb:raw navclass.signature}"><a href="profile.php?{vb:raw session.sessionurl}do=editsignature">{vb:rawphrase edit_signature}</a></li>
</
vb:if>
<
td class="thead">Miscellaneous</td>
<
li><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></li>
<
vb:if condition="$bbuserinfo['userid']">
<
li><a href="profile.php?{vb:raw session.sessionurl}do=buddylist"><vb:if condition="$show['friends_and_contacts']">{vb:rawphrase contacts_and_friends}<vb:else />{vb:rawphrase contacts}</vb:if></a></li>
</
vb:if>
</
ul>
</
li
My Profile and Settings on the Haeder want to delete, please search the haeder Templete

if you want to see a more detailed demo, please visit http://indoglobal.us/forums/index.php
username : myvisit
password : tamusaya

semoga bermanfaat
enjoy aja lagi

Download Now

File Type: txt usercp link.txt (17.4 KB, 82 views)

Screenshots

File Type: jpg anavbar.JPG (62.3 KB, 0 views)

Supporters / CoAuthors

    Show Your Support

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

    Comments
      #2  
    Old 01-08-2010, 08:13 PM
    Alecsmith Alecsmith is offline
     
    Join Date: Sep 2009
    Location: Still On Earth
    Posts: 217
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Very good job
    Reply With Quote
      #3  
    Old 01-09-2010, 06:13 PM
    abbasbsp's Avatar
    abbasbsp abbasbsp is offline
     
    Join Date: Jun 2008
    Location: Indonesian, yogyakarta
    Posts: 205
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    update 10-01-10
    Reply With Quote
      #4  
    Old 01-09-2010, 11:40 PM
    chloe101 chloe101 is offline
     
    Join Date: Dec 2007
    Posts: 116
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    This is awesome; very nice, clean job.

    Installed & Nominated.

    Thank you
    Reply With Quote
      #5  
    Old 01-10-2010, 06:19 AM
    chloe101 chloe101 is offline
     
    Join Date: Dec 2007
    Posts: 116
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    I'm stumped. How can I change the text color of the category bars in the pop-up menu? I can't for the life of me figure out where .thead needs to be editted.

    I'm working against a dark background and need white font for only this partucular menu.
    Do you have any suggestions?
    Reply With Quote
      #6  
    Old 01-10-2010, 06:30 AM
    abbasbsp's Avatar
    abbasbsp abbasbsp is offline
     
    Join Date: Jun 2008
    Location: Indonesian, yogyakarta
    Posts: 205
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    please ask for a screen shot, where the pop-ups that you mean
    Reply With Quote
      #7  
    Old 01-10-2010, 09:48 PM
    chloe101 chloe101 is offline
     
    Join Date: Dec 2007
    Posts: 116
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Thanks. I want to change the wording for "Miiscellaneous" and "User Control Panel" to white instead of red.

    Here's a screen shot:
    Attached Images
    File Type: jpg vb_screen.jpg (59.9 KB, 0 views)
    Reply With Quote
      #8  
    Old 01-11-2010, 05:37 AM
    abbasbsp's Avatar
    abbasbsp abbasbsp is offline
     
    Join Date: Jun 2008
    Location: Indonesian, yogyakarta
    Posts: 205
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by chloe101 View Post
    Thanks. I want to change the wording for "Miiscellaneous" and "User Control Panel" to white instead of red.

    Here's a screen shot:
    Code:
    <li></li>
    <font color="blue" size=3>
    <td class="thead">User ControlPanel</td>
    </font>
                        <vb:if condition="$show['pmmainlink']">
    in bold can be changed itself
    Reply With Quote
      #9  
    Old 01-11-2010, 08:19 AM
    chloe101 chloe101 is offline
     
    Join Date: Dec 2007
    Posts: 116
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Thank you! That worked beautifully for Miscellaneous but, for some odd reason, not for User ControlPanel. I posted the code exactly the same way
    <font color="white" size=2>
    <td class="thead">User ControlPanel</td> </font>
    <font color="white" size=2>
    <td class="thead">Miscellaneous</td> </font>
    but only the first one changes.

    Seriously, I'm so grateful for the mod and this help, that I can live with that but if you have any suggestions, or see a mistake I made, I'll be grateful but please don't spend time on this because I can just remove the first category (User ControlPanel).

    Thanks so much for your help. I really appreciate this.
    Reply With Quote
      #10  
    Old 01-12-2010, 06:47 AM
    Firas S. Firas S. is offline
     
    Join Date: Nov 2009
    Location: Australia, Brisbane
    Posts: 6
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Seems to be nice :-)
    Can you tell me how to enable the [Last login time] ?
    It disappeared after upgrading to VB4

    Thanks ichal
    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 AM.


    Powered by vBulletin® Version 3.8.12 by vBS
    Copyright ©2000 - 2025, vBulletin Solutions Inc.
    X vBulletin 3.8.12 by vBS Debug Information
    • Page Generation 0.04495 seconds
    • Memory Usage 2,355KB
    • Queries Executed 25 (?)
    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
    • (1)bbcode_code
    • (5)bbcode_php
    • (1)bbcode_quote
    • (1)footer
    • (1)forumjump
    • (1)forumrules
    • (1)gobutton
    • (1)header
    • (1)headinclude
    • (1)modsystem_post
    • (1)navbar
    • (4)navbar_link
    • (120)option
    • (1)pagenav
    • (1)pagenav_curpage
    • (1)pagenav_pagelink
    • (10)post_thanks_box
    • (10)post_thanks_button
    • (1)post_thanks_javascript
    • (1)post_thanks_navbar_search
    • (10)post_thanks_postbit_info
    • (9)postbit
    • (3)postbit_attachment
    • (10)postbit_onlinestatus
    • (10)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_attachment
    • postbit_display_complete
    • post_thanks_function_can_thank_this_post_start
    • pagenav_page
    • pagenav_complete
    • tag_fetchbit_complete
    • forumrules
    • navbits
    • navbits_complete
    • showthread_complete