The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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 |
#2
|
||||
|
||||
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. |
#3
|
|||
|
|||
Quote:
|
#4
|
||||
|
||||
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. |
#5
|
|||
|
|||
Quote:
|
#6
|
||||
|
||||
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']
|
#7
|
|||
|
|||
Quote:
|
#8
|
||||
|
||||
Yes, you can add another profile field for the name.
|
#9
|
|||
|
|||
Can you please put it in the if statement I need to put it in the drop down menu I already have, with like the two profile fields please? I'm not great at like template edits like this and i'm still learning so that would very much be appreciated.
|
#10
|
||||
|
||||
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> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|