Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
UserCP Navbar Menu Details »»
UserCP Navbar Menu
Version: 1.00, by Atakan KOC Atakan KOC is offline
Developer Last Online: Mar 2023 Show Printable Version Email this Page

Version: 3.6.0 Beta 2 Rating:
Released: 06-13-2006 Last Update: Never Installs: 87
Template Edits
 
No support by the author.

Open Template navbar

Find

PHP Code:
        <if condition="$show['member']">
            <
td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
        </if> 

Replace

PHP Code:
        <if condition="$show['member']">
            <
td id="newlink" class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a> <script type="text/javascript"vbmenu_register("newlink"); </script></td>
        </if> 
Find

PHP Code:
<!-- / NAVBAR POPUP MENUS --> 
After add

PHP Code:
        <!-- / new link menu -->
        
                                        <
div class="vbmenu_popup" id="newlink_menu" style="display:none">
                <
table cellpadding="4" cellspacing="1" border="0">

                <
tr><td class="thead"><a href="usercp.php?">$vbphrase[user_cp]</a></td></tr>

        <
tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
        <
tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editlist">$vbphrase[buddy_ignore_lists]</a></td></tr>
                <
tr><td class="vbmenu_option"><a href="profile.php?do=editsignature">$vbphrase[edit_signature]</a></td></tr>

                <
tr><td class="vbmenu_option"><a href="profile.php?do=editpassword">     $vbphrase[edit_email_and_password]</a></td></tr>

                <
tr><td class="vbmenu_option"><a href="profile.php?do=editprofile">     $vbphrase[edit_profile]</a></td></tr>

                <
tr><td class="vbmenu_option"><a href="profile.php?do=editoptions">$vbphrase[edit_options]</a></td></tr>

                <
tr><td class="vbmenu_option"><a href="profile.php?do=editavatar">$vbphrase[edit_avatar]</a></td></tr>

                <
tr><td class="vbmenu_option"><a href="profile.php?do=editprofilepic">     $vbphrase[edit_profile_picture]</a></td></tr>

                </
table>
        </
div>
        <!-- / new 
link menu --> 

Show Your Support

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

Comments
  #22  
Old 08-16-2006, 01:46 AM
johnstires johnstires is offline
 
Join Date: Mar 2006
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do I get this template change to show for unregistered members as well? I tweaked this change so that it would link to my main (non forum) website. It works great when the users are logged in, but for unregistered members it does not show. Any tips?
Reply With Quote
  #23  
Old 08-19-2006, 03:35 AM
BETIServices's Avatar
BETIServices BETIServices is offline
 
Join Date: Aug 2006
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it worked perfect after the patch...
Thanks!

Very handy Mod ...
Reply With Quote
  #24  
Old 09-06-2006, 10:11 PM
TheBlackPoet's Avatar
TheBlackPoet TheBlackPoet is offline
 
Join Date: May 2006
Location: Pasadena, Texas, USA
Posts: 577
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

a one minute install!! thanks!!
Reply With Quote
  #25  
Old 09-08-2006, 09:46 PM
Kaasie's Avatar
Kaasie Kaasie is offline
 
Join Date: Nov 2001
Location: rotterdam
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works great here, thanks a lot
Reply With Quote
  #26  
Old 10-28-2006, 11:11 AM
BuzuL's Avatar
BuzuL BuzuL is offline
 
Join Date: Oct 2006
Location: TR/Ank
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good Work...
Thanks...
Reply With Quote
  #27  
Old 12-03-2006, 03:57 PM
sunnycher sunnycher is offline
 
Join Date: Mar 2005
Location: FL
Posts: 235
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You rock!!
This worked with 3.6.2 also!
Thank you!!!!




Quote:
Originally Posted by Stoebi View Post
Works with 3.5.4 pefect, but it works not 100% with 3.6.0 beta x -> #5

My solution (workaround) is to add a new variabel edit_email_and_password. Thx to C. Birch.

Language & Phrases -> Phrase Manager -> Add New Phrase
Phrase Type -> Global
Product -> vBulletin
varname -> edit_email_and_password
Text -> Edit Email &amp; Password

Save


I've found no way to change the existing variable edit_mail_and_password from UserCP-Tools (global) to GLOBAL so this
is only a workaround. Sorry.



Regards, Stoebi
Reply With Quote
  #28  
Old 12-03-2006, 03:58 PM
sunnycher sunnycher is offline
 
Join Date: Mar 2005
Location: FL
Posts: 235
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed! Thank you!
Reply With Quote
  #29  
Old 01-08-2007, 12:35 PM
tankaya61's Avatar
tankaya61 tankaya61 is offline
 
Join Date: Dec 2006
Location: blacksea
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it's very nice

eyw. dostum
Reply With Quote
  #30  
Old 01-08-2007, 07:31 PM
BigJimTheLug BigJimTheLug is offline
 
Join Date: Nov 2006
Posts: 354
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you, I needed this!
Reply With Quote
  #31  
Old 01-09-2007, 03:04 AM
Devil Woman Devil Woman is offline
 
Join Date: Jul 2005
Location: England
Posts: 390
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am having a slight problem when I click on My Profile in the dropdown it first comes up with

This user has not registered and therefore does not have a profile to view.

and then I have to click it again to get it to go to my profile, any reason why this could be happening?
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:13 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.04729 seconds
  • Memory Usage 2,332KB
  • 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
  • (4)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
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete