The Arcive of vBulletin Modifications Site. |
|
Friends and/or Buddies on Profile Details »»
|
|||||||||||||||||||||||||
WHAT's THIS
INSTALLATION Install with product manager. Set your preferences in the acp (vBulletin options) Add PHP Code:
Code:
<if condition="$show['signature']"> OPTIONAL (User selectable) If you want to have this user-selectable you need to add a custom profile field. Create the new field as a radiobutton, give it a name and description of your choice, the options yes and no and use the following code instead of only $FNB_HTML: HTML Code:
<if condition="$userinfo[fieldXX] == yes">$FNB_HTML</if> or HTML Code:
<if condition="$userinfo[fieldXX] != no">$FNB_HTML</if> Remember to replace XX with the number of the new profilefield! TODO
LIVE DEMO(S) CREDITS Thx to Cloud-Warrior for inspiration and idea. If you want a seperate friends page, too, get the vBFriends extension by Cloud-Warrior. vwturbo (for the idea of gettin profilepics instead of avatars), gamebgs (limitting shown friends/buddies to a max number), D|ver (hiding the information who you got in your buddy list and whohas added you to his buddy list), yayvb (show a "no avatar" picture if no avatar is available), ThorstenA (see changelog version 1.0.2) Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
v2.0.2
v2.0.2
v2.0.1
v2.0.0
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
|
|
#3
|
||||
|
||||
|
Thanks for the confirmation that it will work in 3.6.x... Shame that filesystem images won't work though. I guess I'll have to reluctantly move them back into database to use this beauty. A question: How are friends sorted?
|
|
#4
|
||||
|
||||
|
Quote:
PHP Code:
PHP Code:
The buddy-by ordering is located on line 44. |
|
#5
|
||||
|
||||
|
Cool idea, thanks!
|
|
#6
|
||||
|
||||
|
The beauty of RAND.
![]() Exactly how I'd like to do it, thanks for the info jj.
|
|
#7
|
|||
|
|||
|
Hi, I have installed your 3.5 Release in my vb 3.6.0
So is there any need to update or re-install it to this 3.6 release? thanks. |
|
#8
|
||||
|
||||
|
No, as you can read under "EXTRA INFORMATION" it's absolutely the same version and code. I've just tested it myself with a 3.6.0 vb.
|
|
#9
|
|||
|
|||
|
okay, thanks
|
|
#10
|
|||
|
|||
|
Thanks for this, I hope people expand on improving the profiles in vB3.6 at the moment there arn't many mods out there.
p.s. The demo site has a really nice layout of the profile. Anychance you'll release a mod to do similar? Thanks once again |
![]() |
|
|