The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
user info (posts, location ,etc) in a dropdown
This would be for 3.6..
Anywho, you know the area to the left (postbit legacy), under the users avatar we have the user info. Would it be possible to either include that info in the links that dropdown when you click the users name or in a separate dropdown menu under the users avatar. Thanks in advance. |
#2
|
||||
|
||||
Considering that info is already in the postbit you want it pulled and placed in the dropdown instead?
That being the case, here's what you do. In postbit_legacy find: Code:
href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr> </if> Code:
<tr> <td class="thead">Extra Info</td> </tr> Code:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if> Code:
<if condition="$post['field2']"><tr><td class="vbmenu_option"><div>$vbphrase[location_perm]: $post[field2]</div></td></tr></if> Code:
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if> Code:
<if condition="$post['joindate']"><tr><td class="vbmenu_option"><div>$vbphrase[join_date]: $post[joindate]</div></td></tr></if> |
#3
|
|||
|
|||
Thank you!
|
#4
|
|||
|
|||
great works but how would i do a seperate dropdown if needed?
|
#5
|
||||
|
||||
Have a look at this post, I believe these functions work in the postbit as well. https://vborg.vbsupport.ru/showthread.php?t=126649
|
#6
|
|||
|
|||
the coding is differnt and i'm no coder modifying it would be hard plus thats for navbar when i use in postbit it messes my navbar up..
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|