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
      #12  
    Old 01-13-2010, 12:49 AM
    adembaba adembaba is offline
     
    Join Date: Jan 2010
    Location: Belgium
    Posts: 44
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Honestly, i don't really understand it. I am a noob in all of this.

    So I have a forum only(not suite version). I have found the code(navbar forum) but what do i have to do with it?
    Quote:
    4. the navbar at the forum
    Styles & Templates > Style Manager > Navigation / Breadcrumb Templates > navbar
    FIND :
    What do i have to with it after i found it? Do i have to delete it and put the other code in it?

    Quote:
    This code is 2, the lower and upper
    I don't understand what you mean by this.
    Reply With Quote
      #13  
    Old 01-13-2010, 07:07 PM
    chrisvonc's Avatar
    chrisvonc chrisvonc is offline
     
    Join Date: Apr 2002
    Location: Austin, TX
    Posts: 161
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Another wonderful mod, thank you! Works and looks great.

    Quote:
    Originally Posted by chloe101 View Post
    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.
    If I understand you.. I had the same snag as well, until I remembered there is a second occurrence of each of those lines, in each of your templates you modified. You want to be sure to make the 2nd change lower down in each template.
    Reply With Quote
      #14  
    Old 02-12-2010, 02:23 PM
    Oracle simsim Oracle simsim is offline
     
    Join Date: Dec 2009
    Location: Iraq
    Posts: 23
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    there is a problem in the code and can be be fixed by removing each line begining with <td> tag

    thank you
    Reply With Quote
      #15  
    Old 02-13-2010, 11:26 PM
    ndut ndut is offline
     
    Join Date: Sep 2007
    Location: Indonesia
    Posts: 335
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    tag this mod
    Reply With Quote
      #16  
    Old 12-10-2015, 07:45 PM
    chloe101 chloe101 is offline
     
    Join Date: Dec 2007
    Posts: 116
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by chrisvonc View Post
    Another wonderful mod, thank you! Works and looks great.


    If I understand you.. I had the same snag as well, until I remembered there is a second occurrence of each of those lines, in each of your templates you modified. You want to be sure to make the 2nd change lower down in each template.
    Wow, just saw this message years later lol and want to thank you for having replied. Thanks
    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:37 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.04380 seconds
    • Memory Usage 2,312KB
    • Queries Executed 22 (?)
    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
    • (5)bbcode_php
    • (4)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
    • (6)post_thanks_box
    • (6)post_thanks_button
    • (1)post_thanks_javascript
    • (1)post_thanks_navbar_search
    • (6)post_thanks_postbit_info
    • (5)postbit
    • (2)postbit_attachment
    • (6)postbit_onlinestatus
    • (6)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