The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
My Links Details »» | ||||||||||||||||||||
My Links This will work with any version of vbulletin up to 3.8.7 Huge Thanks goes to Hasann for pointing me in the right direction. Also hats off to all members here for helping me in the past. You guys are great. I have wanted to give my members a way to add their own links within the navbar. I tried many times to make this happen, but never could. I searched for it everywhere. I have seen members here request it. I used lines codes from Templates & Products to make this one. Members Custom Links Description: This Template edit add's user specified links in the QuickLinks Dropdown, that can be edited via usercp, in the Settings & Options Section, edit options. Demo: Installed on my site. See screen shots First, go to your admincp/User Profile Fields/User Profile Field Categories/AddNewProfile Field Category. Title: My Links Description: Here you can display links you go to on a regular basis Location on Profile Page: Where ever you wish. Click Save. Now, you will need to add at least Two New User Profile Fields, You will need to duplicate these steps for each "My Links" link's you wish to display. I made 6 links for my members, but this number can be any number you wish. But, you will need to make twice as many User Profile Fields as the number of links you wish to display. In the User Profile Fields Section in your admincp, click Add New User Profile Field Profile Field Type: Single-Line Text Box ( All New User Profile Field Profile Fields are Single-Line Text Box ) Title: Link One URL Description: Add link you wish to go to. Profile Field Category: My Links Max length of allowed user input: 100 Field Length: 25 Field Required: No Field Editable by User: Yes Private Field: No Field Searchable on Members List: No Show on Members List: No Which page displays this option? : Options : Other Remember this number each time you make a new user profile field. Click Save Example, each link you wish to show in your My Links section in your navbar takes two User Profile Fields to create. One for url, and one for the name you wish to display in the link. After you have completed all the User Profile Fields open your Styles & Templates dropdown in your admincp, Search in Templates, search for navbar. To get this info, click installed & download the My Links text doc. :up: The two xx must be the same number as the profile field you made for the URL Link. The other xx must be the same number as the profile field you made for the link name you want displayed in your My Links section in the Quicklinks Dropdown. Use that code above for each Link you wish to display, changing the profile field numbers as you go. ENJOY!!! ----------------------------------------------------------------------------------------------------- Supporters / CoAuthors Show Your Support
|
Comments |
#2
|
||||
|
||||
This is only a template edit & can be used on any version of vb. I will be cleaning up a few things on this (Learning everyday) and make improvements. Click installed to receive updates.
In the edit options Image above, you see I made mine With all Link to URL on top & All Link Names Below that. To have example Link One URL & Link One Name With each other, Just make the URL Profile field first, Then the URL name next, repeat these steps when adding more links. |
#3
|
||||
|
||||
Quote:
Sweet. thanks! |
#4
|
||||
|
||||
nice mod
|
#5
|
||||
|
||||
I am glad you can use it. My members love it.
|
#6
|
|||
|
|||
Its not working right for me. It only displays My Links and doesnt show the info i put into the profile fields
|
#7
|
||||
|
||||
Code:
<tr><td class="thead">My Links</td></tr> <if condition="$bbuserinfo['fieldxx']"><td class="vbmenu_option"><a href="$bbuserinfo[fieldxx]$session[sessionurl_q]" TARGET="_blank">$bbuserinfo[fieldxx]</td></tr> </if> The two xx must be the same number as the profile field you made for the URL Link. The other xx must be the same number as the profile field you made for the link name you want displayed in your My Links section in the Quicklinks Dropdown. Use that code above for each Link you wish to display, changing the profile field numbers as you go. topspeeforum, please click installed, Thanks |
#8
|
|||
|
|||
This mod is exactly what I needed. Thanks for pointing me to it in the other thread. I do have one question though, how can I get this mod to work with this one... Additional navbar with dropdowns.
I've used that mod to add the navbar2 above my site's breadcrumb/welcome block. I would like your mod to be in the far right of navbar2 (right about the welcome block). If it helps, here is my current navbar2 template: HTML Code:
<!-- nav buttons bar --> <div class="tborder" style="padding:$stylevar[cellspacing]px; border-top-width:0px; border-bottom-width:0px"> <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> <tr align="center"> <!-- Home link in navbar non drop down menu --> <td class="vbmenu_control"><a href="/index.php?$session[sessionurl]">Home</a></td> <!-- / Home link in navbar non drop down menu --> <!-- Forum link in navbar non drop down menu --> <td class="vbmenu_control"><a href="/forum/index.php?$session[sessionurl]">Forums</a></td> <!-- / Forum link in navbar non drop down menu --> <!-- Member List link navbar non drop down menu --> <td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td> <!-- / Setup for down menu #1 in navbar--> <!-- Setup for drop down menu #2 in navbar --> <td class="vbmenu_control"><a id="navbar_search" href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td> <!-- / Setup for drop down menu #2 in navbar --> <!-- Non drop down menu's in navbar --> <td class="vbmenu_control"><a rel="help" href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td> <!-- / Non drop down menu's in navbar --> </tr> </table> </div> <!-- / nav buttons bar --> <!-- NAVBAR POPUP MENUS --> <!-- / NAVBAR POPUP MENUS --> <!--####### end of navbar2 #######--> Thanks again! |
#10
|
||||
|
||||
I have made edits for this to show a My Links Dropdown in the top Navbar on one of my sites with info from my last post.
I will post results after I return home this evening. Late for work now, gotta go. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|