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

Reply
 
Thread Tools
User-CP Drop-Down Menu Details »»
User-CP Drop-Down Menu
Version: 1.00, by ShawneyJ ShawneyJ is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.8.7 Rating:
Released: 10-08-2012 Last Update: Never Installs: 3
 
No support by the author.

A Simple User CP Drop-Down Menu. Was a Re-Quest from a member here at vBulletin.org.
No real difference from other Mods im guessing, but, this Drop-Down should be Inline, NOT over to the left or right. just a little neater. Some mite think this may come in handy. For now i'll post here for safe keeping!

Looks fine Using FF and IE. Not Tested With Any Other Browsers.

HOW TO INSTALL. GO TO Styles & Templates>>Style Manager>>Edit Templates To The Style Of Your Choice, Go To>>Navigation / Breadcrumb Templates>>NAVBAR...

IN YOUR TEMPLATE (NAVBAR)

FIND:

Code:
        <if condition="$show['member']">
            <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
        </if>
REPLACE ALL OF THE CODE ABOVE WITH THIS:

Code:
        <if condition="$show['member']">
            <td class="vbmenu_control"><a id="customlinks" href="$show[nojs_link]#customlinks" rel="nofollow" accesskey="6">User CP</a> <script type="text/javascript"> vbmenu_register("customlinks"); </script></td>
</if>
NEXT FIND IN NAVBAR TEMPLATE:

Code:
<!-- / NAVBAR POPUP MENUS -->
ADD BELOW THE FOLLOWING CODE:

Code:
<div class="vbmenu_popup" id="customlinks_menu" style="display:none">
    <table cellpadding="4" cellspacing="1" border="0">

<tr><td class="thead">Your Profile</td></tr>

<td class="vbmenu_option">
<a href="profile.php?do=editprofile" title="Edit Your Details">Edit Your Details</a></td>
</td>
</tr>

<td class="vbmenu_option">
<a href="profile.php?do=privacy" title="Profile Privacy">Profile Privacy</a></td>
</td>
</tr>

<td class="vbmenu_option">
<a href="profile.php?do=editprofilepic" title="Edit Profile Picture">Edit Profile Picture</a></td>
</td>
</tr>

<tr><td class="thead">Networking</td></tr>

<td class="vbmenu_option">
<a href="profile.php?do=buddylist" title="Contacts & Friends">Contacts & Friends</a></td>
</td>
</tr>

<td class="vbmenu_option">
<a href="group.php" title="Social Groups">Social Groups</a></td>
</td>
</tr>

<td class="vbmenu_option">
<a href="album.php" title="Pictures & Albums">Pictures & Albums</a></td>
</td>
</tr>

<tr><td class="thead">Settings & Options</td></tr>

<td class="vbmenu_option">
<a href="profile.php?do=editavatar" title="Edit Avatar">Edit Avatar</a></td>
</td>
</tr>

<td class="vbmenu_option">
<a href="profile.php?do=editsignature" title="Edit Signature">Edit Signature</a></td>
</td>
</tr>

<td class="vbmenu_option">
<a href="profile.php?do=editpassword" title="Edit Email & Password">Edit Email & Password</a></td>
</td>
</tr>

<td class="vbmenu_option">
<a href="profile.php?do=editoptions" title="Edit Options">Edit Options</a></td>
</td>
</tr>

<td class="vbmenu_option">
<a href="profile.php?do=ignorelist" title="Edit Ignore List">Edit Ignore List</a></td>
</td>
</tr>

<tr><td class="thead">Private Messages</td></tr>

<td class="vbmenu_option">
<a href="private.php" title="List Messages">List Messages</a></td>
</td>
</tr>

<td class="vbmenu_option">
<a href="private.php?do=newpm" title="Send New Message">Send New Message</a></td>
</td>
</tr>

<td class="vbmenu_option">
<a href="private.php" title="List Messages">List Messages</a></td>
</td>
</tr>

<td class="vbmenu_option">
<a href="private.php?do=trackpm" title="Track Messages">Track Messages</a></td>
</td>
</tr>

<td class="vbmenu_option">
<a href="private.php?do=editfolders" title="Edit Folders">Edit Folders</a></td>
</td>
</tr>

<tr><td class="thead">Subscribed Threads</td></tr>

<td class="vbmenu_option">
<a href="subscription.php?do=viewsubscription" title="List Subscriptions">List Subscriptions</a></td>
</td>
</tr>

<td class="vbmenu_option">
<a href="subscription.php?do=editfolders" title="Edit Folders">Edit Folders</a></td>
</td>
</tr>

<tr><td class="thead">Miscellaneous</td></tr>

<td class="vbmenu_option">
<a href="calendar.php?do=viewreminder" title="Event Reminders">Event Reminders</a></td>
</td>
</tr>

<td class="vbmenu_option">
<a href="profile.php?do=editattachments" title="Attachments">Attachments</a></td>
</td>
</tr>
 
    </table>
</div>
In that last code, you can edit or add any links you want.

PLEASE NOTE: This Edit is for Default Style Navbars.
It can be used in Header Buttons ETC, but with a little playing around.

See Screen Shot.
Enjoy!

Screenshots

File Type: jpg test.jpg (90.9 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
MaXimus

Comments
  #2  
Old 10-09-2012, 12:33 PM
MaXimus MaXimus is offline
 
Join Date: Nov 2011
Location: Dubai, U.A.E.
Posts: 291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks a lot !!! you are a star
Reply With Quote
Благодарность от:
ShawneyJ
  #3  
Old 11-10-2012, 12:43 PM
matrex722's Avatar
matrex722 matrex722 is offline
 
Join Date: Jan 2007
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks a lot
Reply With Quote
Благодарность от:
ShawneyJ
  #4  
Old 11-13-2012, 06:25 AM
al2thero al2thero is offline
 
Join Date: Aug 2008
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks a lot
Reply With Quote
Благодарность от:
ShawneyJ
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 01:25 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.05050 seconds
  • Memory Usage 2,269KB
  • Queries Executed 18 (?)
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_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (4)post_thanks_box
  • (4)post_thanks_box_bit
  • (4)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit
  • (4)post_thanks_postbit_info
  • (3)postbit
  • (1)postbit_attachment
  • (4)postbit_onlinestatus
  • (4)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete