The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
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! PLANNED FEATURES
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 |
#132
|
||||
|
||||
ok. . .I am not getting any avatars in the profiles
I looked into the storage of them and I got: Quote:
what am I looking for exactly stumped, thats what I am. . |
#133
|
||||
|
||||
I've got an old, old version of the plugin, most likely the first release.
Anyway, I've done some heavy modifications to the plugin, and I've hit a wall. Not knowing a thing about the code I'm trying to edit, I basically snipped code until things broke, and then reverted. :P I've got this: PHP Code:
Code:
Warning: array_intersect(): Argument #1 is not an array in /member.php(651) : eval()'d code on line 59 Also, I feel stupid asking this, but I don't know how to make a line break for it, so it breaks tables on smaller resolutions with larger numbers of friends. Would I be able to make it automatically break to the next line after it fills the first, rather than continuing on in the same line, breaking the tables? |
#134
|
||||
|
||||
I get this when adding a user..
Quote:
|
#135
|
||||
|
||||
Quote:
https://vborg.vbsupport.ru/showthrea...=104872&page=6 |
#136
|
|||
|
|||
People like being part of a community or group and thats what forum sites are all about... and forum owners want to see the number of registered users grow on their sites.
Suggestion: At the bottom of the block that shows freinds avatars have a 'call to action' link that encourages and enables people to send an invite to friends to become a part of the community. When those people join they automatically get add to that persons friends list. |
#137
|
|||
|
|||
Another suggestion: Include a 'supporters mod' ie: allow people to support other's by writing a comment about them and give them a rating. Then underneath the freinds block list the last five comments that people have left (along with their avatar and rating) and below that do a 'this user supports' section showing the last 5 comments. At the end of the list include a link to show all of the comments.
I've seen this implimented really well on another site - I'll add a screenshot to this posting tomorrow. |
#138
|
||||
|
||||
Quote:
@criscokid: some nice suggestions, I'll write em down and wait for your screenshot |
#139
|
||||
|
||||
Quote:
You're using a very old version of the plugin, seems to be the first one I ever did. You should switch do the actual product/plugin which will give you some setup options in your acp. I really don't see your "heavy modification" there. Should be no problem for you to edit the current plugin to your needs. You can't set the number of friends per row by resolutions. There's a setting in the acp options to limit the number, which is being used for any resolution. |
#140
|
||||
|
||||
Quote:
|
#141
|
|||
|
|||
Quote:
Another suggestion: When you click on a person's profile link from the 'friends block', make the profile you want to view open in a new window. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|