![]() |
User customizable menu?
Hi, yes for certain user group on my site, I would like those users to be able to add links to a custom drop down menu. Is there any plugin for that? Like they would be able to add links in the usercp to this menu. For example in the usercp:
Name of link | Link here Something like that and it would show up in the navbar or header. Is there any plugin out there for this? I have seen some sites have it and I need it for vb 4.2.1 |
Have you tried a search? I have no idea if there is a mod, but a search may find one.
I would guess you would create a profile field and have the users input the link and then just put that in the dropdown via a template_hook, if available, or by editing the template. |
Quote:
|
If you have seen a site that has it, why don't you ask them if it is from a modification or it was custom coded for their site?
A template edit to add a $bbuserinfo['fieldx'] would not mean it would show up the same for all users as $bbuserinfo is that individual viewing the page. |
Quote:
|
As I suggested before, you could do this with User Profile Fields - http://www.vbulletin.com/docs/html/p...rsion=40200603 Have the user enter a link in there, it will be fieldx and then you can spit it out in the navbar as $bbuserinfo['fieldx']
|
Quote:
|
Yes, you can add another profile field for the name.
|
Quote:
|
Just use the fieldx in the condition.
HTML Code:
<if condition="$bbuserinfo['fieldx']"><a href="{vb:raw bbuserinfo.fieldx}"><if condition="$bbuserinfo['fieldy']">{vb:raw bbuserinfo.fieldy}<vb:else />Something Else</vb:if></a></vb:if> |
All times are GMT. The time now is 10:27 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|