The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Change your UserCP Navbar with the New UserCP Dropdown Menu! Details »» | |||||||||||||||||||||||||||
Change your UserCP Navbar with the New UserCP Dropdown Menu!
Developer Last Online: Nov 2023
Change your UserCP Navbar with the New UserCP Dropdown Menu! by vB-Italy.org - Italian vBulletin Support Forum Versione Italiana (italian version): Nuovo Menu a Tendina per il tuo Pannello Utente!. Using this product you will change your current UserCP navbar to the new UserCP Dropdown Menu. It will be automatically integrated, it will require no further changes. Just import this product and your usercp navbar will be reorganized with this new style. Let me know what do you think about this new product! Download the attached product and import it using your AdminCp. (AdminCp -> Plugin & Products -> Manage Products -> Import Product -> Browse New UserCP Dropdown Menu (product).xml and press Import) Also, if you want to change the phrase that is showing under the new navbar, you can do that in yor AdminCp too. (AdminCp -> Languages & Phrases -> Search in Phrases -> usercp_nav_welcomemessage -> (Phrase Variable Name Only) -> Search -> Edit) Show Your Support
|
Comments |
#22
|
|||
|
|||
Great little mod! I'll definitely install this when I get home.
Danke. |
#23
|
||||
|
||||
Check my second post to see a short tutorial on how to add new links.
How do I add/remove links to the new UserCP Dropdown Menu? |
#24
|
||||
|
||||
Italian version added to the first post.
|
#25
|
|||
|
|||
Hey Norman, wonderful plugin. I have the vBulletin Blog and I get a simple text link. I'd rather have it either show up in the new nav bar or not show up at all.
|
#26
|
||||
|
||||
I have explained how to add new links in my second post. Are you sure you have correctly followed the steps I have posted?
Check your code! If you can't understand how to figure it out, just post here your code and I will adjust it for you. Remember to marke as installed if you're using it. |
#27
|
|||
|
|||
Quote:
heres what you need for the vbblog Search for this section in usercp_dropdown_shell <td id="subscribedthreads" class="tcat"> $vbphrase[subscribed_threads] <script type="text/javascript"> vbmenu_register("subscribedthreads"); </script> </td> then add the following 2 paragraphs down <td id="blog" class="tcat"> <a href="blog_usercp.php"> Blog Menu</a> <script type="text/javascript"> vbmenu_register("blog"); </script> </td> LOOK FOR: <if condition="$show['moderateditems']"> <td id="moderateditems" class="tcat"> $vbphrase[moderated_items] <script type="text/javascript"> vbmenu_register("moderateditems"); </script> </td> </if> </tr> </table> ADD THE FOLLOWING 2 PARAGRAPHS DOWN <div class="vbmenu_popup" id="blog_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">Blog Menu</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <a class="smallfont" href="blog.php?$session[sessionurl]u=$bbuserinfo[userid]">Your Blog</a></td></tr> <td class="vbmenu_option" title="nohilite"> <a class="smallfont" href="blog_usercp.php?do=editprofile ">Blog Title and Description</a></td></tr> <td class="vbmenu_option" title="nohilite"> <a class="smallfont" href="blog_usercp.php?do=editoptions ">Blog Options</a></td></tr> <td class="vbmenu_option" title="nohilite"> <a class="smallfont" href="blog_usercp.php?do=editcat ">Blog Categories</a></td></tr> <td class="vbmenu_option" title="nohilite"> <a class="smallfont" href="blog_subscription.php?do=userlist">Blog Subscriptions</a></td></tr> <td class="vbmenu_option" title="nohilite"> <a class="smallfont" href="blog_subscription.php?do=entrylist">Blog Entry Subscriptions</a> </td> </tr> </table> </div> would appreciate feeback on whether this works for you |
#28
|
|||
|
|||
Message for Nоrman (Coder)
i am using vbulletin 3.8.0 and user section youe profile, there is a new link for this version its called Profile Privacy profile.php?do=privacy Good work love this mod keep up the good work please can you tell me where to put this link and the code for it please |
#29
|
||||
|
||||
You need to go in your usercp_dropdown_shell template, and search for this code:
Code:
<!-- New UserCp Dropdown Menu POPUPs --> <div class="vbmenu_popup" id="yourprofile_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead"><a class="smallfont" href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[your_profile]</a></td> </tr> Code:
<tr> <td class="vbmenu_option" title="nohilite"> <a href="profile.php?$session[sessionurl]do=privacy">Profile Privacy</a> </td> </tr> |
#30
|
||||
|
||||
Marked Installed, but then Uninstalled.
Waiting for 3.8 integration, CSS integration and Blog integration. |
#31
|
||||
|
||||
Question... I have an "Invitation System" mod installed which makes a nice form in the UserCP for inviting people. If I install this mod what will it do to this? I am think your mod will completely remove the interface of the invite system that is out for vb3.7x
Also, You should add vbBlog as a setting in your mod. Turn that link on or off depending on if you have the blog installed or not. Your mod here looks great but I can not test it out until I have clear instructions on how to integrate the vbBlog and Invite System back into the UserCP. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|