View Full Version : Friends and/or Buddies on Profile
WHAT's THIS
This product adds a public friends and/or buddy list in the profile.
What are friends? Friends means you are on each others buddylists. It is no seperate addition/addon. It's all based on vb's buddy system.
Need more info? Look at the attached screenshots, or the live demo(s).
Avatars/profilepics will not show up, if stored in filesystem!
Need some kind of informing the users, which have been added to a buddy list? Look at the AutoPM after addBuddy (https://vborg.vbsupport.ru/showthread.php?t=104872) Plugin by Antivirus
The product adds 2 queries to the profile page
INSTALLATION
Install with product manager.
Set your preferences in the acp (vBulletin options)
Add $FNB_HTML somewhere in your MEMBERINFO template. Whereever you'd like to show up the friends or buddies. If you're not sure what to do, search for <if condition="$show['signature']"> in your MEMBERINFO template and add it before that line.
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:
<if condition="$userinfo[fieldXX] == yes">$FNB_HTML</if>
(if user wishes to show up)
or
<if condition="$userinfo[fieldXX] != no">$FNB_HTML</if>
(show by default, user can deactivate it)
Remember to replace XX with the number of the new profilefield!
PLANNED FEATURES
Using Templates
LIVE DEMO(S)
http://www.myrabbits.de/forum/member.php?u=35&styleid=1
CREDITS
Thx to Cloud-Warrior for inspiration and idea. If you want a seperate friends page, too, get the vBFriends extension (https://vborg.vbsupport.ru/showthread.php?t=101470) 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)
v1.0.5
[Fix] Prevent showing the "red X" in Internet Explorer, if no profile pic is set and you're using file based storage of the profile pics
v1.0.4
[Add] Option to set hight/width of avatar/profilepic
[Add] Option to use profilelinks with id or username
[Add] Option to show only friends/buddies with username if you limit them to a max number
v1.0.3
[New] It's a product now
[Add] Phrased
[Add] Setup options moved to ACP (vBulletin options)
[Fix] Little fix with added option from 1.0.2
v1.0.2
[Add] Option to remove "friends" from being shown in buddy-list and buddy-by-list
v1.0.1
[Add] Friends list/Buddy list will not show up, if no friends are available. Also the additional Buddylist/Added by list will not show up if both of the are empty (i.e. you added no buddy and were not added by anyone else to his buddylist)
[Add] Prefixes to add/remove buddies in the additional lists now editable in setup part (what is meant exactly? these: [+], [-] as the default)
v1.0.0
Initial release
Snake
01-14-2006, 03:48 PM
Woohoo! First one to install. Thanks bro! :D
Woohoo! First one to install. Thanks bro! :D
Actually I have to dissapoint you. You're not the first :) as some other people got this already. The plugin was born in the vBFriends thread.
Read credits, first sentence, Moosa :)
So no it's not the "same"
The Chief
01-15-2006, 08:56 PM
heya thanks so much for the update on what I suggested, and all my honors to you for mentionning my name for the idea ;)
* The Chief clicks install
The Chief
01-15-2006, 11:18 PM
here are some requests I would like to have, and maybe other members would like...
First, when you click on Show All that it opens up a new page showing all the user's friends, so it will be alot easier to browse, like they are listed now but just on it's own page...with that I/we won't even need to have the friend's list anymore as it won't even be needed... just don't know if this is possible..
Second, is it possible when you limit the friend's shown that you can limit these users on the top 8 to the one's that have a profile picture. The one's that don't then they won't be on top, if you know what i mean..
I would rather if you would be able to choose your top 8 like on myspace, but I think that that can be a pain in the arse to build, so I will limit myself to the <if condition something for the profile pictures...
Thanks so much for this and you can count on me to keep you up-to-date on your products ;)
maroceve
01-16-2006, 10:37 AM
allright i am having a little trouble figuring out where exactly in memberinfo to add :
PHP Code:
$FNB_HTML
do i throw it anywhere ? :O ...sorry ..not really into coding so i just follow instruction when installing plugins etc ;)
thanks
allright i am having a little trouble figuring out where exactly in memberinfo to add :
PHP Code:
$FNB_HTML
do i throw it anywhere ? :O ...sorry ..not really into coding so i just follow instruction when installing plugins etc ;)
thanks
I assume you use the original MEMBERINFO template. Try adding it before the line <if condition="$show['signature']"> there.
agiacosa
01-16-2006, 10:45 AM
Hi,
What is the difference between a friend and a buddy?
Hi,
What is the difference between a friend and a buddy?
If you're on each others buddylist you're friends, i.e. person A adds person B to his buddylist and person B adds person A to his buddylist, too.
maroceve
01-16-2006, 10:57 AM
thanks a lot :) ok now im trying to figure why i can't see the avatars
"Avatars/profilepics will not show up, if stored in filesystem!"
hmm so do i need to do something to fix that ? maybe i have em in the filesystem
The Chief
01-16-2006, 02:53 PM
here are some requests I would like to have, and maybe other members would like...
First, when you click on Show All that it opens up a new page showing all the user's friends, so it will be alot easier to browse, like they are listed now but just on it's own page...with that I/we won't even need to have the friend's list anymore as it won't even be needed... just don't know if this is possible..
Second, is it possible when you limit the friend's shown that you can limit these users on the top 8 to the one's that have a profile picture. The one's that don't then they won't be on top, if you know what i mean..
I would rather if you would be able to choose your top 8 like on myspace, but I think that that can be a pain in the arse to build, so I will limit myself to the <if condition something for the profile pictures...
Thanks so much for this and you can count on me to keep you up-to-date on your products ;)
are you going to consider this Jacob?
First, when you click on Show All that it opens up a new page showing all the user's friends, so it will be alot easier to browse, like they are listed now but just on it's own page...with that I/we won't even need to have the friend's list anymore as it won't even be needed... just don't know if this is possible..
You mean linkin to Cloud-Warriors vBFriends extra php? Not sure what you meant exactly.
Second, is it possible when you limit the friend's shown that you can limit these users on the top 8 to the one's that have a profile picture. The one's that don't then they won't be on top, if you know what i mean..
Possible. I will look into it.
I would rather if you would be able to choose your top 8 like on myspace, but I think that that can be a pain in the arse to build, so I will limit myself to the <if condition something for the profile pictures...
Answered that question already in the vBFriends thread. This would require the storage of your preferences in the database.
subnet_rx
01-16-2006, 05:28 PM
Is it user-selectable whether to show the vBFriends list or is that admin only?
The Chief
01-16-2006, 06:04 PM
You mean linkin to Cloud-Warriors vBFriends extra php? Not sure what you meant exactly.
Possible. I will look into it.
Answered that question already in the vBFriends thread. This would require the storage of your preferences in the database.
well more or less click on View all friends and then a different page opens up with all the friends that you can browse through, like 8 per page...
Just upon a different page with the profile pics like it is now with the buddies except on a different page with all your friends...
and thanks for looking up into it ;)
and for the last one, I meant saying the second one (repeat it)
thanks!!
Is it user-selectable whether to show the vBFriends list or is that admin only?
Why don't people read?
If you want to have this user-selectable you need to add a custom profile field. Set it up as radiobutton, give it a name, the options yes and no and use the following code instead of only adding $FNB_HTML, add this <if condition="$userinfo[fieldXX] == Yes">$FNB_HTML</if> replace XX with the number the new profilefield got.
TunerChic.Com
01-18-2006, 04:25 AM
Fixed ... Clicks Install
TunerChic.Com
01-18-2006, 05:03 AM
fixed this one too ... thanks!
agiacosa
01-18-2006, 02:19 PM
How would you add a link to "Add $userinfo[username] to your buddy list"?
How would you add a link to "Add $userinfo[username] to your buddy list"?
Search your MEMBERINFO template for <if condition="$show['addbuddylist']"> you should find it there.
vwturbo
01-20-2006, 06:57 PM
I think I found a pretty big bug. I decided to change my profile pic which changed successfully. The problem is whoever I had as a friend when I go to their pages it still has my old profile pic.
ThorstenA
01-20-2006, 07:30 PM
Great great idea! Some suggestions:
- if there is no friend, do not show friends (same for buddy lists)
- set no avatar pic location standard to any standard picture from vbulletin like "images/smilies/smile.gif"
- maybe implement template system, hopefully it's not soo complicated
(- more complicated: get a private message if someone has put you on his buddy list "Dear ... xxx has put you on his buddy list, to be his friend, just put him also on your buddy list")
This hack's a really big improvement to community.
Hanif
01-20-2006, 08:49 PM
(- more complicated: get a private message if someone has put you on his buddy list "Dear ... xxx has put you on his buddy list, to be his friend, just put him also on your buddy list")
Dude, have a look at https://vborg.vbsupport.ru/showthread.php?t=104872&page=1&pp=15
The hack that Antivirus has done.
Hope it helps.
Hanif
if there is no friend, do not show friends (same for buddy lists)
On list for next update ;)
set no avatar pic location standard to any standard picture from vbulletin like "images/smilies/smile.gif"
Hm, don't know. You are free to set in there what ever you like to. As the options will move to acp soon, it's even easier to set an alternative pic location.
maybe implement template system, hopefully it's not soo complicated
(more complicated: get a private message if someone has put you on his buddy list "Dear ... xxx has put you on his buddy list, to be his friend, just put him also on your buddy list")
Read the answer by Hanif or re-read my initial posting, in which I mentioned both of your "requests" :)
Thx for your suggestions.
I think I found a pretty big bug. I decided to change my profile pic which changed successfully. The problem is whoever I had as a friend when I go to their pages it still has my old profile pic.
As my time is limited at the moment, I have to figure out that later.
vwturbo
01-20-2006, 10:51 PM
As my time is limited at the moment, I have to figure out that later.
No problem, I just thought that I would let you know what I found.
ThorstenA
01-21-2006, 07:35 AM
j.jacobsen, thanks very much for considering my last suggestion. And Hanif, thanks for showing me the right product for the private message suggestion.
My users do like this hack very much. I have one more suggestion about the redundant view of buddys both as "friends" and "buddys", I think it's very easy to implement. Show all buddys with avatars - and if they are friends, extra mark this "friends" as "confirmed" or "Friendship".
The Chief
01-21-2006, 08:35 PM
Thanks, take your time j.jacobsen and thanks for all the efforts you put into this ;)
MB Dreamz
01-22-2006, 05:18 PM
Would it be possible to get rid of the underline on the username and avatar? Thanks.
Rukas
01-22-2006, 07:19 PM
I installed the phpAdsNew Integration (https://vborg.vbsupport.ru/showthread.php?t=100229&highlight=vbfriends) and now I get the following error.
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /member.php(654) : eval()'d code on line 197
http://www.streethop.com/forum/member.php?u=3
I tried reuploading the plugin but that didnt fix it. Anyone got any ideas?
I installed the phpAdsNew Integration (https://vborg.vbsupport.ru/showthread.php?t=100229&highlight=vbfriends) and now I get the following error.
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /member.php(654) : eval()'d code on line 197
http://www.streethop.com/forum/member.php?u=3
I tried reuploading the plugin but that didnt fix it. Anyone got any ideas?
Hi there, my actual plugin doesn't use the mysql_fetch_array() function anymore, so your error has nothing to do with my plugin. Sorry I can't help you. Are you sure you have uninstalled the older plugin version before you have installed the new one? The old plugin was called something like "Friends, Foes and Buddies" and the hook is member_complete.
Would it be possible to get rid of the underline on the username and avatar? Thanks.
Hi there,
find the <a class=\"smallfont\" in the plugin code (must be 3 occurances).
replace by <a class=\"smallfont\" style=\"text-decoration:none\"
That should do.
MB Dreamz
01-23-2006, 02:28 PM
Thanks you for this awesome hack, and support! :)
eNforce
01-23-2006, 09:12 PM
How do I uninstall this? It's not showing in the plugin manager
The Chief
01-23-2006, 09:21 PM
How do I uninstall this? It's not showing in the plugin manager
It should show...
maybe under a different name but it should be under Member_Complete
eNforce
01-23-2006, 09:28 PM
Yeah I found it, had to disable the plugin system.
Plugin manager and Product manager are both linking to Product Manager :(
Rukas
01-26-2006, 10:01 PM
Ok I got it working you were right, I didnt properly remove the old one first.
Great updates by the way.
Can I still display total number of Friends like before?
Can I still display total number of Friends like before?
Read the initial post of this thread.
ThorstenA
01-27-2006, 02:44 PM
My users do like this hack very much. I have one more suggestion about the redundant view of buddys both as "friends" and "buddys", I think it's very easy to implement. Show all buddys with avatars - and if they are friends, extra mark this "friends" as "confirmed" or "Friendship".
You could make this like Hi5.com, they have an interesting system of friendships:
(1) Friends are just the friends they are now.
(2) unconfirmed friends are buddys you have on the list but the other don't.
(3) people asking for friendships are users who have you on the buddy list but you do not have them on the list.
The group (3) should not be shown to other users than the user to whom the user asking for friendhip adresses.
You could make this like Hi5.com, they have an interesting system of friendships:
(1) Friends are just the friends they are now.
(2) unconfirmed friends are buddys you have on the list but the other don't.
(3) people asking for friendships are users who have you on the buddy list but you do not have them on the list.
The group (3) should not be shown to other users than the user to whom the user asking for friendhip adresses.
Sounds good.
OT: Schreib mir das nochmal in Deutsch ^^, damit ich genau verstehe was du willst. Im Moment hab ich zwar keine Zeit, aber ich setz mich baaaald an eine neue Version mit Phrasen und Templates :) und den Optionen im ACP statt im Quellcode.
ThorstenA
01-27-2006, 08:48 PM
Sounds good.
OT: Schreib mir das nochmal in Deutsch ^^, damit ich genau verstehe was du willst. Im Moment hab ich zwar keine Zeit, aber ich setz mich baaaald an eine neue Version mit Phrasen und Templates :) und den Optionen im ACP statt im Quellcode.
Gerne :)
(1) Friends are just the friends they are now.
(2) unconfirmed friends are buddys you have on the list but the other don't.
(3) people asking for friendships are users who have you on the buddy list but you do not have them on the list.
The group (3) should not be shown to other users than the user to whom the user asking for friendhip adresses.
(1) Die Kategorie "Freunde" bleibt so wie jetzt
(2) "Unbest?tigte Freunde" sind die Buddys, die man selbst auf der Liste hat, aber der andere hat einen selbst nicht auf der Liste. Diese werden aber auch mit Bild angezeigt. (-> Realisierung: "Unbest?tigte Freunde" = eigene Buddyliste - "Freunde")
(3) "Anfragende Leute" sind Benutzer, die einen auf der Buddy Liste haben, die man selbst aber nicht auf der Liste hat. (-> Realisierung: fremde Buddyliste - eigene Buddyliste)
Die Gruppe (3) sollte nur dem Benutzer (und evtl. auch Moderatoren) angezeigt werden, der diese "anfragenden Leute" akzeptieren kann. (-> einfaches conditional)
Es bleibt eigentlich fast alles beim Alten, nur dass eben keine Person mehrfach angezeigt wird. Wenn z.B. A und B sich gegenseitig auf der Buddyliste haben, dann wird B 1. als Freund, 2. auf der eigenen Buddyliste, 3. auf den fremden Buddylisten angezeigt. Nach der "neuen" Methode wird B nur noch als "Freund" angezeigt.
Mostly everything is as before, only users are just not shown several times. If for example A and B have themselfes both on their buddylist, they B is shown 1. as friend, 2. on the own buddy list, 3. on the other buddy lists. With the "new" method B is only shown as friend.
You could make this like Hi5.com, they have an interesting system of friendships:
(1) Friends are just the friends they are now.
(2) unconfirmed friends are buddys you have on the list but the other don't.
(3) people asking for friendships are users who have you on the buddy list but you do not have them on the list.
The group (3) should not be shown to other users than the user to whom the user asking for friendhip adresses.
Es bleibt eigentlich fast alles beim Alten, nur dass eben keine Person mehrfach angezeigt wird. Wenn z.B. A und B sich gegenseitig auf der Buddyliste haben, dann wird B 1. als Freund, 2. auf der eigenen Buddyliste, 3. auf den fremden Buddylisten angezeigt. Nach der "neuen" Methode wird B nur noch als "Freund" angezeigt.
Ok, understood ^^. This was quite an easy change, so I added the option to the setup and the 5 lines of code to handle it. See the updatet plugin :) - just overwrite the old one with the plugin manager.
ChuckH
02-06-2006, 08:53 PM
How do I stop it from resizing the avatar pic in the friends list?
ChuckH
02-07-2006, 08:39 PM
Nevermind, I got it. However, I cant figure out the option combination to show all friends with avatars. I can only get Buddies with avatars. Anyone?
The Chief
02-07-2006, 09:11 PM
When you limit the friend's shown that you can limit these users on the top 8 to the one's that have a avatar/profile picture
will this be installed in the release?
vbreal
02-07-2006, 10:30 PM
thanks nice hack
mchaos
02-08-2006, 12:10 AM
how do i set avatars not saved on file system???
will this be installed in the release?
Hi, i found out, that this is only possible for avatars but not for profilepics. I will add the feature for avatars soon.
I've finished the next version of the plugin. Now it's a product and available in german and english. Hope you don't mind my english ^^
Uninstall the plugin before you install the product! The template edit stays the same. See 1st post for more info.
I hope I did all right :) Tell me how the product install worked.
vbreal
02-08-2006, 11:10 AM
if the plugin is working fine. what's the benifits of uninstalling and installing the product.
if the plugin is working fine. what's the benifits of uninstalling and installing the product.
If you ever want to change some setup settings, you can do that in the acp now, or if you run a multilingual forum, you can set up the translations for it with the vb phrase system. If you don't need this, then you can move on with the plugin.
The Chief
02-08-2006, 02:53 PM
If you ever want to change some setup settings, you can do that in the acp now, or if you run a multilingual forum, you can set up the translations for it with the vb phrase system. If you don't need this, then you can move on with the plugin.
ah thats cool, but for now I guess it's now really worth it as there isn't any new features :(
I don't understand why it wouldn't work with profile pics if it works with avatars though...
anyways, good luck with them, hope it all works out! :)
I don't understand why it wouldn't work with profile pics if it works with avatars though...
Because the profilepics are called with a php script which returns the pic or a transparent gif with 1x1 pixels. I have found no way to determine if a profilepic is present or not because of that. The avatar location is stored in the database. That's why it will work with avatars.
gavinzac
02-08-2006, 06:22 PM
Because the profilepics are called with a php script which returns the pic or a transparent gif with 1x1 pixels. I have found no way to determine if a profilepic is present or not because of that. The avatar location is stored in the database. That's why it will work with avatars.
can you get it to check the size of the image? and make it so that if the profile pic is too small its ignored or replaced with a "no user profile pic" or whatever.
The Chief
02-08-2006, 06:27 PM
Because the profilepics are called with a php script which returns the pic or a transparent gif with 1x1 pixels. I have found no way to determine if a profilepic is present or not because of that. The avatar location is stored in the database. That's why it will work with avatars.
oh ok, thanks jj
mchaos
02-08-2006, 10:49 PM
I can't figure out how to change the colors of links in it, without changing the style of the site. color somes up white and turn yellow on hover. how can I customize it?
ChuckH
02-08-2006, 11:36 PM
I switched to the product and it works great, but how do I change the settings now?
mchaos
02-08-2006, 11:45 PM
so is it customary to ignore ppl asking questions?? wtf
vbreal
02-08-2006, 11:57 PM
If you ever want to change some setup settings, you can do that in the acp now, or if you run a multilingual forum, you can set up the translations for it with the vb phrase system. If you don't need this, then you can move on with the plugin.
thanks for the response
i understand now
vbreal
02-09-2006, 12:32 AM
do u know how to get users usernames to replace the member id number in the url to their profile
can you get it to check the size of the image? and make it so that if the profile pic is too small its ignored or replaced with a "no user profile pic" or whatever.
As I explained somewhere above, NO.
I can't figure out how to change the colors of links in it, without changing the style of the site. color somes up white and turn yellow on hover. how can I customize it?
Of course the links are using the same colors like the rest of the vBulletin. If you want to get other colors, you should know some html and edit the plugin code. I didn't figure the template system out yet, but I'll definately use templates soon.
I switched to the product and it works great, but how do I change the settings now?
Go to your ACP. I wrote it in the 1st post!!! It's a new entry in the vBulletin settings part called "Friends and/or Buddies in Profle".
how do i set avatars not saved on file system???
You can do that in your ACP and of course look into vBulletins Manual/FAQ.
so is it customary to ignore ppl asking questions?? wtf
you don't even use this plugin... why should i answer you ^^
do u know how to get users usernames to replace the member id number in the url to their profile
Yes I know :) You want me to add that as an option?
vwturbo
02-09-2006, 11:50 AM
Good work once again on making this a product. Even though I've had mine all set up for a while I upgraded and it's nice to have the options in the ACP. :)
GamerJunk.net
02-10-2006, 02:55 PM
I installed this and all it is showing is the + signs and not the buddy list like on myspace.
I installed this and all it is showing is the + signs and not the buddy list like on myspace.
You did something wrong then. Do you have a link or a screenshot?
GamerJunk.net
02-11-2006, 07:50 PM
<a href="http://www.gsnforce.com/forum/member.php?u=1" target="_blank">http://www.gsnforce.com/forum/member.php?u=1</a>
GamerJunk.net
02-11-2006, 07:55 PM
Also here is the code of my memberinfo....
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$userinfo[username]'s Profile: "$userinfo[usertitle]" </title>
<style type="text/css">
</style>
</head>
<body>
$header
$navbar
<div align="center" style="font-size:36pt"><font color="red">$userinfo[musername]</font></div>
<br>
<div align="center"><if condition="$show['avatar']"><img src="$userinfo[avatarurl]" $userinfo[avatarsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" />
<else /></div>
</if>
<div align="center" style="font-size:14pt"><font color="blue">"$userinfo[usertitle]"</font></div>
<br>
<TABLE align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<TR>
<TD class="thead" COLSPAN=2>$userinfo[username]'s Current Activities Statistics</TD>
</TR>
<TR>
<TD width="50%" valign="top" class="alt1"><strong>Last Profile Change:</strong></TD>
<TD width="50%" valign="top" class="alt1">$mh_upcd_last_changed</TD>
</TR>
<TR>
<TD width="50%" valign="top" class="alt1"><strong>Online Status:</strong></TD>
<TD width="50%" valign="top" class="alt1">$userinfo[onlinestatus]</TD>
</TR>
<if condition="can_moderate()">
<TR>
<TD width="50%" valign="top" class="alt1"><strong>User Option:</strong></TD>
<TD width="50%" valign="top" class="alt1"><a href="moderator.php?$session[sessionurl]do=useroptions&u=$userinfo[userid]">Click Here To Moderate This User</a></TD>
</TR>
</if>
<if condition="$show['lastactivity']">
<TR>
<TD width="50%" valign="top" class="alt1"><strong>Last Activities:</strong></TD>
<TD width="50%" valign="top" class="alt1">$userinfo[lastactivitydate] <span class="time">$userinfo[lastactivitytime]</span> </TD>
</TR>
</if>
<if condition="$show['currentlocation']">
<TR>
<TD width="50%" valign="top" class="alt1"><strong>This User Is Currently In:</strong></TD>
<TD width="50%" valign="top" class="alt1">$userinfo[action] $userinfo[where]<if condition="$show['detailedtime']"> - <else /> @ </if> $userinfo[time] </TD>
</TR>
</if>
<if condition="$post[field34] != ''">
<TR>
<TD width="50%" valign="top" class="alt1"><strong>Current Mood Of This User Is:</strong></TD>
<TD width="50%" valign="top" class="alt1"><img src="images/steelred/mood/$post[field34].gif" title="$post[field34]" align="center">
</TD>
</TR>
</if>
</table>
<if condition="$show['profilelinks']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<if condition="$userinfo['showvcard']">
<td class="thead"><a href="member.php?$session[sessionurl]do=vcard&u=$userinfo[userid]" rel="nofollow">$vbphrase[download_vcard]</a></td>
</if>
<if condition="$show['member']">
<td class="thead">
<if condition="$show['addbuddylist']">
<a href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[add_x_to_buddy_list]</phrase></a>
<else />
<a href="profile.php?$session[sessionurl]do=removelist&userlist=buddy&u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[remove_x_from_your_buddylist]</phrase></a>
</if>
</td>
<td class="thead">
<if condition="$show['addignorelist']">
<a href="profile.php?$session[sessionurl]do=addlist&userlist=ignore&u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[add_x_to_ignore_list]</phrase></a>
<else />
<a href="profile.php?$session[sessionurl]do=removelist&userlist=ignore&u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[remove_x_from_your_ignorelist]</phrase></a>
</if>
</td>
<if condition="$vboptions['favusers_enabled']">
<td class="thead">
<a href="vbfavorites.php?$session[sessionurl]do=addentry&type=user&id=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[add_user_to_favorites]</phrase></a>
</td>
</if>
</if>
<td class="thead"><a href="profile.php?$session[sessionurl]do=admire&userid=$userinfo[userid]">Register your admiration for $userinfo[username]</a></td>
<if condition="($userinfo['arcadeoptions'] & 1) AND $userinfo['userid']!=$bbuserinfo['userid']"><td class="thead">
<a href="arcade.php?do=newchallenge&userid=$userinfo[userid]">Challenge <b>$userinfo[username]</b> in the arcade</a></td></if>
<if condition="can_moderate()">
<td class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&u=$userinfo[userid]">$vbphrase[user_options]</a></td>
</if>
</tr>
</table>
</if>
<br>
<table width="100%" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]">
<tr>
<td width="25%" align="center" valign="top">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="37" align="center" valign="top">
<table width="100%" cellpadding="1" cellspacing="3" class="tborder">
<tr>
<td class="alt1" width="10%" align="center" valign="top">
<if condition="$show['profilepic']"><img src="$userinfo[profilepicurl]" $userinfo[profilepicsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_picture]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" />
<else />
<img src="$stylevar[imgdir_misc]/nopicture.jpg" alt="$userinfo[username]" border="0" style="border:1px solid $stylevar[tborder_bgcolor];" />
</if>
<a href="http://www.yoursite.com/members.gallery/showgallery.php?cat=500&ppuser=$post[userid]">Click Here To See My Gallery</a>
<br>
<a href="http://www.yoursite.com/classified/showcat.php?cat=500&ppuser=$post[userid]">Click Here To See All My Classified Ads</a>
</td>
</tr>
</table>
<br />
<center><a href="userpage.php?do=main&userid=$userinfo[userid]"><img src="images/steelred/misc/Click_Here.gif" alt="Click Here To View This Person Forum HomePage" border="0"></a></center>
</td>
</tr>
</table>
<br />
<TABLE align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<TR>
<TD class="thead" COLSPAN=2>$userinfo[username]'s Gamer Info</TD>
</TR>
<if condition="$userinfo[field6]">
<TR>
<TD width="40%" valign="top" class="alt1"><strong>XBox Live Gamertag:</strong></TD>
<TD width="60%" valign="top" class="alt1">$post[field6]</TD>
</TR>
</if>
<if condition="$userinfo[field21]">
<TR>
<TD width="40%" valign="top" class="alt1"><strong>PS2 Online ID:</strong></TD>
<TD width="60%" valign="top" class="alt1">$post[field21]</TD>
</TR>
</if>
<if condition="$userinfo[field20]">
<TR>
<TD width="40%" valign="top" class="alt1"><strong>PC Alias:</strong></TD>
<TD width="60%" valign="top" class="alt1">$post[field20]</TD>
</TR>
</if>
<if condition="$userinfo[field22]">
<TR>
<TD width="40%" valign="top" class="alt1"><strong>PSP ID:</strong></TD>
<TD width="60%" valign="top" class="alt1">$post[field22]</TD>
</TR>
</if>
<if condition="$userinfo[field23]">
<TR>
<TD width="40%" valign="top" class="alt1"><strong>DS Friend Code:</strong></TD>
<TD width="60%" valign="top" class="alt1">$post[field23]</TD>
</TR>
</if>
<if condition="$userinfo[field11]">
<TR>
<TD width="40%" valign="top" class="alt1"><strong>Currently Playing:</strong></TD>
<TD width="60%" valign="top" class="alt1">$post[field11]</TD>
</TR>
</if>
<if condition="$userinfo[field12]">
<TR>
<TD width="40%" valign="top" class="alt1"><strong>Consoles Owned:</strong></TD>
<TD width="60%" valign="top" class="alt1">$post[field12]</TD>
</TR>
</if>
<if condition="$userinfo[field9]">
<TR>
<TD width="40%" valign="top" class="alt1"><strong>My Favorite Gamer:</strong></TD>
<TD width="60%" valign="top" class="alt1"><iframe src="http://gamercard.xbox.com/$post[field9].card" scrolling="no" frameBorder="0" height="140" width="204"></iframe></TD>
</TR>
</if>
<if condition="$userinfo[field20]">
</TR>
</if>
</TABLE>
<br>
<TABLE align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<TR>
<TD class="thead" COLSPAN=2>Games I Play Online</TD>
</TR>
<TR>
<if condition="$userinfo[field19]">
<TD width="10%" valign="top" class="alt1"><strong>PC Games:</strong></TD>
<TD width="90%" valign="top" class="alt1">$post[field19]</if> </TD>
</TR>
<TR>
<if condition="$userinfo[field15]">
<TD width="10%" valign="top" class="alt1"><strong>XBox Games:</strong></TD>
<TD width="90%" valign="top" class="alt1">$post[field15]</if></TD>
</TR>
<TR>
<if condition="$userinfo[field14]">
<TD width="10%" valign="top" class="alt1"><strong>XBox 360 Games:</strong></TD>
<TD width="90%" valign="top" class="alt1">$post[field14]</if></TD>
</TR>
<TR>
<if condition="$userinfo[field16]">
<TD width="10%" valign="top" class="alt1"><strong>PS2 Games:</strong></TD>
<TD width="90%" valign="top" class="alt1">$post[field16]</if> </TD>
</TR>
<TR>
<if condition="$userinfo[field22]">
<TD width="10%" valign="top" class="alt1"><strong>PSP Games:</strong></TD>
<TD width="90%" valign="top" class="alt1">$post[field22]</if> </TD>
</TR>
<TR>
<if condition="$userinfo[field23]">
<TD width="40%" valign="top" class="alt1"><strong>Nintendo DS Games:</strong></TD>
<TD width="60%" valign="top" class="alt1">$post[field23]</if></TD>
</TR>
<if condition="$userinfo[field8]">
<TR>
<TD width="40%" valign="top" class="alt1"><strong>Favorite Games:</strong></TD>
<TD width="60%" valign="top" class="alt1">$post[field8]</TD>
</TR>
</if>
</TABLE>
<br>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" width="100%">$vbphrase[forum_info]</td>
</tr>
<tr valign="top">
<td class="panelsurround" align="center">
<div>
$vbphrase[join_date]: <strong>$userinfo[datejoined]</strong>
</div>
<if condition="$mh_upcd_last_changed">
<div> $vbphrase[mh_upcd_last_change_date]: <strong>$mh_upcd_last_changed</strong>
</div>
</if>
</div>
<fieldset class="fieldset">
<legend>$vbphrase[posts]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td>
$vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
</td>
</tr>
<if condition="$vboptions['profilelastpost']">
<tr>
<td>
$vbphrase[last_post]:<br />
<a href="$userinfo[lastposturl]">$userinfo[lastposttitle]</a><br />
$userinfo[lastpostdate] <span class="time">$userinfo[lastposttime]</span>
</td>
</tr>
</if>
<tr>
<td><a href="search.php?$session[sessionurl]do=finduser&u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_posts_by_x]</phrase></a></td>
</tr>
<tr>
<td><a href="search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&exactname=1&s earchuser=$userinfo[urlusername]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_threads_started_by_x]</phrase></a></td>
</tr>
</table>
</fieldset>
<if condition="$vboptions['usereferrer']">
<div class="fieldset">
<div style="padding:$stylevar[formspacer]px">
$vbphrase[referrals]: <strong>$referrals</strong>
</div>
</div>
</if>
<if condition="$show['profileviews']">
<div class="fieldset">
<div style="padding:$stylevar[formspacer]px">
<if condition="$show['profileviewsother']"><a href="#" onClick="openWindow('misc.php?$session[sessionurl]do=profileviews&u=$userinfo[userid]', 300, 400); return false;">$vbphrase[profile_views]</a><else />$vbphrase[profile_views]</if>: $userinfo[profileviews]
</div>
<if condition="$post['userid']"><div>iTrader: (<b><a href="itrader.php?$session[sessionurl]u=$post[userid]">$post[itrader_total]</a></b>)</div></if>
</div>
</if>
<if condition="$show['usernotes']">
<div class="fieldset">
<div style="padding:$stylevar[formspacer]px">
$vbphrase[user_notes]:
<if condition="$show['usernoteview']">
<strong>$usernote[total]</strong> [<a href="usernote.php?$session[sessionurl]u=$userinfo[userid]">$vbphrase[view]</a>]
</if>
<if condition="$show['usernotepost']">
[<a href="usernote.php?$session[sessionurl]do=newnote&u=$userinfo[userid]">$vbphrase[post_user_note]</a>]
</if>
<if condition="$show['usernoteview']">
<br />($vbphrase[last_note]: $usernote[lastpostdate] <span class="time">$usernote[lastposttime]</span>)
</if>
</div>
</div>
</if>
</div>
</div>
</td>
</tr>
</table>
<br>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" width="50%">$vbphrase[contact_info]</td>
</tr>
<td class="panelsurround" align="center">
<div>
<div align="$stylevar[left]">
<div class="fieldset">
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<if condition="!$show['contactlinks']">
<tr>
<td><strong><phrase 1="$userinfo[username]">$vbphrase[x_has_no_contact_info]</phrase></strong></td>
</tr>
</if>
<tr>
<td>
Group Memberships:<br />
<if condition="$show['membergroups']"><else />
<phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase> </td>
</tr>
$membergroupbits
</if>
<if condition="$show['email']">
<tr>
<td>
$vbphrase[email]:<br />
<a href="sendmessage.php?$session[sessionurl]do=mailmember&u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[send_message_via_email_to_x]</phrase></a>
</td>
</tr>
</if>
<if condition="$show['pm']">
<tr>
<td>
$vbphrase[private_message]:<br />
<a href="private.php?$session[sessionurl]do=newpm&u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[send_private_message_to_x]</phrase></a>
</td>
</tr>
</if>
<!-- [START HACK='vB Pager' AUTHOR='UAEWEB.COM' VERSION='3.0.0' CHANGEID= 1 ] -->
<if condition="$vboptions['vbpager_active'] AND $bbuserinfo['userid']">
<tr>
<td>
$vbphrase[pager_vbpager]:<br />
<a href="#" onclick="window.open('pager.php?do=buddylist&puserid=$useri nfo[userid]','pagerbuddylist','statusbar=no,menubar=no,toolba r=no,scrollbars=yes,resizable= yes,width=$vboptions[vbpager_width],height=$vboptions[vbpager_height]'); return false;"><phrase 1="$userinfo[username]">$vbphrase[pager_send_pager_message_to_x]</phrase></a>
</td>
</tr>
</if>
<!-- [END HACK='vB Pager' AUTHOR='UAEWEB.COM' VERSION='3.0.0' CHANGEID= 1 ] -->
</table>
</div>
<if condition="$show['hasimicons']">
<fieldset class="fieldset">
<legend>$vbphrase[instant_messaging]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<if condition="$show['textimicons']">
<if condition="$userinfo['showicq']">
<tr>
<td>$vbphrase[icq]</td>
<td>$userinfo[icq]</td>
</tr>
</if>
<if condition="$userinfo['showaim']">
<tr>
<td>$vbphrase[aim]</td>
<td>$userinfo[aim]</td>
</tr>
</if>
<if condition="$userinfo['showmsn']">
<tr>
<td>$vbphrase[msn]</td>
<td>$userinfo[msn]</td>
</tr>
</if>
<if condition="$userinfo['showyahoo']">
<tr>
<td>$vbphrase[yahoo]</td>
<td>$userinfo[yahoo]</td>
</tr>
</if>
<if condition="$userinfo['skype']">
<tr>
<td>$vbphrase[skype]</td>
<td>$userinfo[skype]</td>
</tr>
</if>
<else />
<if condition="$userinfo['showicq']">
<tr>
<td>$userinfo[icqicon]</td>
<td><a href="#" dir="ltr" onclick="imwindow('icq', '$userinfo[userid]', 500, 450); return false;">$userinfo[icq]</a></td>
</tr>
</if>
<if condition="$userinfo['showaim']">
<tr>
<td>$userinfo[aimicon]</td>
<td><a href="#" dir="ltr" onclick="imwindow('aim', '$userinfo[userid]', 400, 200); return false;">$userinfo[aim]</a></td>
</tr>
</if>
<if condition="$userinfo['showmsn']">
<tr>
<td>$userinfo[msnicon]</td>
<td><a href="#" dir="ltr" onclick="imwindow('msn', '$userinfo[userid]', 400, 200); return false;">$userinfo[msn]</a></td>
</tr>
</if>
<if condition="$userinfo['showyahoo']">
<tr>
<td>$userinfo[yahooicon]</td>
<td><a href="#" dir="ltr" onclick="imwindow('yahoo', '$userinfo[userid]', 400, 200); return false;">$userinfo[yahoo]</a></td>
</tr>
</if>
<if condition="$userinfo['showskype']">
<tr>
<td>$userinfo[skypeicon]</td>
<td><a href="#" dir="ltr" onclick="imwindow('skype', '$userinfo[userid]', 400, 220); return false;">$userinfo[skype]</a></td>
</tr>
</if>
</if>
</table>
</fieldset>
</if>
</div>
</div>
</td>
</tr></table><br />
<td valign="top">
<TABLE align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<TR>
<TD class="thead" COLSPAN=2>$userinfo[username]'s Information</TD>
</TR>
<if condition="$userinfo[field10]">
<TR>
<TD width="40%" valign="top" class="alt1"><strong>Real Name:</strong></TD>
<TD width="60%" valign="top" class="alt1">$post[field25]<else />N/A</TD>
</TR>
</if>
<if condition="$userinfo[field7]">
<TR>
<TD width="40%" valign="top" class="alt1"><strong>Gender:</strong></TD>
<TD width="60%" valign="top" class="alt1"><img src="$stylevar[imgdir_misc]/$post[field7].gif" alt="$post[field7]" /><else />N/A</TD>
</TR>
</if>
<if condition="$userinfo[field2]">
<TR>
<TD width="40%" valign="top" class="alt1"><strong>Location:</strong></TD>
<TD width="60%" valign="top" class="alt1">$post[field2]<else />N/A</TD>
</TR>
</if>
<if condition="$userinfo[field5]">
<TR>
<TD width="40%" valign="top" class="alt1"><strong>Dating Status:</strong></TD>
<TD width="60%" valign="top" class="alt1">$post[field10]<else />N/A</TD>
</TR>
</if>
<if condition="$userinfo[field6]">
<TR>
<TD width="40%" valign="top" class="alt1"><strong>State/County:</strong></TD>
<TD width="60%" valign="top" class="alt1"><img src="images/steelred/state/$userinfo[field6].gif" title="$userinfo[field6]" align="center"><else />N/A</TD>
</TR>
</if>
<if condition="$userinfo[starsign]">
<TR>
<TD width="40%" valign="top" class="alt1"><strong>Astrology Sign:</strong></TD>
<TD width="60%" valign="top" class="alt1"><img src="images/steelred/starsign/$userinfo[starsign].gif" alt="$userinfo[starsign]"> </TD>
</TR>
</if>
<if condition="$show['birthday']">
<TR>
<TD width="40%" valign="top" class="alt1"><strong>Birthday:</strong></TD>
<TD width="60%" valign="top" class="alt1">$userinfo[birthday]</TD>
</TR>
</if>
<if condition="$show['age']">
<TR>
<TD width="40%" valign="top" class="alt1"><strong>Age:</strong></TD>
<TD width="60%" valign="top" class="alt1">$userinfo[age]</TD>
</TR>
</if>
<if condition="$show['homepage']">
<TR>
<TD width="40%" valign="top" class="alt1"><strong>HomePage:</strong></TD>
<TD width="60%" valign="top" class="alt1"><a href="$userinfo[homepage]" target="_blank" dir="ltr">$userinfo[homepage]</a>
</TD>
</TR>
</if>
<TR>
<TD width="40%" valign="top" class="alt1"><strong>Gamer Points:</strong></TD>
<TD width="60%" valign="top" class="alt1"><if condition="$show['ucash_memberinfo'] == true">
<fieldset class="fieldset">
<legend>$vbphrase[ucs_points]</legend>
<div class="fieldset">
<div style="padding:$stylevar[formspacer]px">
<if condition="$vbulletin->userinfo['usergroupid'] == 6"><a href="ushop.php?do=a&shortname=admindonate&userid=$userinfo[userid]" target="_blank">$vbphrase[ucs_points] on hand</a><else />$vbphrase[ucs_points] on hand</if>: <strong>$userinfo[points]</strong><br />
$vbphrase[ucs_points] in the bank: <strong>$userinfo[bankamount_display]</strong><br />
<a href="ushop.php?do=a&shortname=donate&userid=$userinfo[userid]" target="_blank">Donate</a><br />
<a href="ushop.php?do=userhistory&u=$userinfo[userid]">User's Purcahse History</a>
</div>
</div>
</fieldset>
<if condition="$userinfo['ushop_profilemidi']">
<fieldset class="fieldset">
<legend>Midi</legend>
<div class="fieldset">
<div style="padding:$stylevar[formspacer]px">
<a href="$userinfo[ushop_profilemidi]">$userinfo[username]'s Midi</a>
</div>
</div>
</fieldset>
</if>
</if></TD>
</TR>
<if condition="$userinfo[field21]">
<TR>
<TD width="40%" valign="top" class="alt1"><strong>Children:</strong></TD>
<TD width="60%" valign="top" class="alt1">$post[field21]</TD>
</TR>
</if>
<if condition="$userinfo[field18]">
<TR>
<TD width="40%" valign="top" class="alt1"><strong>Education Level:</strong></TD>
<TD width="60%" valign="top" class="alt1">$post[field18]</TD>
</TR>
</if>
<if condition="$userinfo[field23]">
<TR>
<TD width="40%" valign="top" class="alt1"><strong>Religion:</strong></TD>
<TD width="60%" valign="top" class="alt1">$post[field23]</TD>
</TR>
</if>
<if condition="$userinfo[field4]">
<TR>
<TD width="40%" valign="top" class="alt1"><strong>My Gamercard:</strong></TD>
<TD width="60%" valign="top" class="alt1"><iframe src="http://gamercard.xbox.com/$post[field6].card" scrolling="no" frameBorder="0" height="140" width="204"></iframe></TD>
</TR>
</if>
</TABLE>
<br>
<if condition="$userinfo[field1]">
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="thead">About Me</td>
</tr>
<tr class="alt1">
<td >$post[field1]</td>
</tr>
</table>
<br />
</if>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<if condition="$show[journalinfo]">
<tr>
<td class="thead" width="100%">$userinfo[username]'s Blog Information</td>
</tr>
<tr valign="top">
<td class="panelsurround" align="center">
<div>
<a href="journal.php?$session[sessionurl]do=showjournal&j=$journal[journal_id]"><phrase 1="$userinfo[username]">Visit $userinfo[username]'s Blog</phrase></a><br />
Blog Entries: $journal[entrycount]<br />
Blog Comments: $journal[commentcount]<br />
Blog Views: $journal[journalviews]<br />
$vbphrase[last_entry]: <if condition="$show[journal_lastentry]"><a href="journal.php?$session[sessionurl]do=showentry&e=$journal[lastentry_id]">$journal[lastentry]</a> ($journal[lastentry_date])<br /><else />$vbphrase[private]</if>
</div>
</td>
</tr></if>
</table><br>
<TABLE align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<TR>
<TD class="thead" COLSPAN=2>$userinfo[username]'s Time-Zone</TD>
</TR>
<tr valign="top">
<td class="panelsurround" align="center">
<div align="$stylevar[center]">
<img src="gmtimage.php?gmt=$userinfo[timezoneoffset]&localtime=$userinfo[localtime]&localdate=$userinfo[localdate]#gif.gif" alt="$vbphrase[timezone_image]"/>
</div>
</td>
</tr>
</table>
$FNB_HTML <br />
<TABLE align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<TR>
<TD class="thead" COLSPAN=2><phrase 1="$limit" 2="$userinfo[username]" 3="$num">{$vbphrase['vbspace_commentamount_text']}</phrase></span>
( <a href="$vboptions[bburl]/member.php?u=$userinfo[userid]&do=getall"><phrase 1="$userinfo[username]" 2="$userinfo[userid]" >{$vbphrase['vbspace_commentviewall_text']}</phrase></a> )</TD>
</TR>
<tr>
$comment_bits</tr>
</table>
<br />
$add_comment</td>
</tr>
</table>
<br>
<if condition="$profileimagebits">
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat" colspan="$columns">$userinfo[username]'s Latest Members Gallery Submissions</td>
</tr>
<tr>$profileimagebits</tr>
</table>
</if>
</br>
<if condition="$show['signature']">
<!-- signature row -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead">$vbphrase[signature]</td>
</tr>
<tr>
<td class="alt1" title="$vbphrase[signature]">$userinfo[signature]</td>
</tr>
</table>
<!-- / signature row -->
<br />
</if>
$footer
</body>
</html>
Did you went to ACP and set it up?
GamerJunk.net
02-12-2006, 06:03 PM
Yea I fixed it. Some of the option descriptions are misleading.
DanLai
02-13-2006, 05:34 AM
Any plan to add paging?
As the friend list may go super long :squareeyed:
The Chief
02-13-2006, 01:38 PM
is the requested feature for gamebgs (now me) working?
DrHUS
02-13-2006, 02:40 PM
its better to use
<if condition="$userinfo[fieldXX] != NO">$FNB_HTML</if>
instant of
<if condition="$userinfo[fieldXX] == Yes">$FNB_HTML</if>
that will show the $FNB_HTML by defult..
is the requested feature for gamebgs (now me) working?
Haven't tested it, but it should show only those with avatars, if you limit them to a max number.
The Chief
02-14-2006, 02:13 PM
Haven't tested it, but it should show only those with avatars, if you limit them to a max number.
ok, ill try the new version now :)
Edit: ok, it works great, thanks :)
Smiry Kin's
02-15-2006, 11:47 AM
worst writen guide ever? i was lost from the second step.. could some one else rewrite. thanks
ChErAbOo
02-15-2006, 12:16 PM
Nice *clicks install
worst writen guide ever? i was lost from the second step.. could some one else rewrite. thanks
no? maybe read? ... it's so easy to install...
is there any way to set it so that when someone registers, the admin of the forum is automatically on the new members friends list?
Smiry Kin's
02-19-2006, 01:05 PM
hmm want admin on every ones buddie list?? :s what for?... ( being nosy )
hmm want admin on every ones buddie list?? :s what for?... ( being nosy )
well, it's like myspace. when you sign up, tom is on your friends list. but it's useful b/c when people sign up, they can check out your profile and you can put site info, faq's and stuff.
jojo77
02-20-2006, 06:41 AM
great hack easy to install. One change would be nice. Right now you can add yourself to your own friends list.
Smiry Kin's
02-20-2006, 12:31 PM
great hack easy to install. One change would be nice. Right now you can add yourself to your own friends list.
that isnt this hack
thats vbulletin.
Webs007
02-20-2006, 12:59 PM
I would love to install this - my only concern is - that will the data be transferable if we upgrade to the latest VB when it comes out?
Do you make scripts to make all the data transferable and compatible when a new VB release is made?
Webs007
I would love to install this - my only concern is - that will the data be transferable if we upgrade to the latest VB when it comes out?
Do you make scripts to make all the data transferable and compatible when a new VB release is made?
Webs007
The product does'nt change anything within the vb handling of buddies. It's just using the build-in buddie system of vb, and checkin all of your buddies buddylists to find out, which of them are "friends".
Webs007
02-21-2006, 08:59 AM
Ok, so from what you are saying it would seem that it will be compatible with future versions?
Ok, so from what you are saying it would seem that it will be compatible with future versions?
Should be.
Kihon Kata
02-27-2006, 01:27 AM
Should be.
Is this supposed to show 1 query for each buddy listed? I installed this months ago(upgraded it also to the latest), I have many buddies on my profile. WHen I load my profile page, it shows 118 queries. Is this right?
ronoxQ
02-28-2006, 08:58 PM
Hmm...
On my site, the user's avatar doesn't show up in the list. How do I fix this? (And yes, in the Options it's set to "show avatar.")
Is this supposed to show 1 query for each buddy listed? I installed this months ago(upgraded it also to the latest), I have many buddies on my profile. WHen I load my profile page, it shows 118 queries. Is this right?
See first post:
The plugin adds 2 queries to the profile page
On my site, the user's avatar doesn't show up in the list. How do I fix this? (And yes, in the Options it's set to "show avatar.")
Maybe you could show a screnshot, or a link?
ronoxQ
03-01-2006, 12:10 AM
Here's my screenshot. The user on my list HAS an avatar, so it should be showing right now. Instead, I just get a [-] sign.
dragonlove
03-01-2006, 02:47 AM
very nice , thanks for share
Here's my screenshot. The user on my list HAS an avatar, so it should be showing right now. Instead, I just get a [-] sign.
It is working correctly. Only "Friends" are shown with their avatars above the buddy and buddy-by list. Just look the screenshots i attached. If you want to show only the buddy list you have to set it in acp. It's the first option at top, where you define to show friends or not, set it to no.
ronoxQ
03-01-2006, 02:25 PM
Is friends a separate mod?
CallieJo
03-01-2006, 11:53 PM
This is one of my most fave plugins for vb!
Thanks BUNCHES!
Is friends a separate mod?
?????????
Have you read the description of the plugin in the first post???
Exitilus
03-06-2006, 04:29 AM
I just have a n00b question ...
In the Vbulletin Option Settings for this... What exactly does
Columns?
The columns to be displayed next to each other.
Mean? ... Kinda confused "What" it actually is referring to / changes
Mean? ... Kinda confused "What" it actually is referring to / changes
The numbers of avatars/profilepics shown next to each other per row.
Exitilus
03-06-2006, 11:55 AM
Thanks *laugh* ... Was really tired when i posted that and I was guessing that is what it was for :)
Great Product! :)
ronoxQ
03-06-2006, 09:13 PM
Ah, I see now.
Is there any way to change it so buddies show up there, too?
username12
03-07-2006, 06:01 AM
Can't figure out the bit about giving the user the option of whether it shows up or not but works great otherwise.
eNforce
03-07-2006, 07:57 AM
I can't figure out how to get it setup like this screenshot:
https://vborg.vbsupport.ru/attachment.php?attachmentid=41023
This is all I can get, anyone want to post their settings to make it look like the above link?
I can't figure out how to get it setup like this screenshot:
https://vborg.vbsupport.ru/attachment.php?attachmentid=41023
This is all I can get, anyone want to post their settings to make it look like the above link?
Your setting is correct. Just get some friends, i.e. make the guys on your buddylist add you to their buddylists and they will be shown above. If there is no friend, why show an empty tablecell?
avexzero
03-07-2006, 06:16 PM
Please take a look at the screenshot. If the user doesn't have a profile pic, it shows up like this..
djjeffa
03-08-2006, 01:09 AM
Please take a look at the screenshot. If the user doesn't have a profile pic, it shows up like this..
I have the same Problem
Any ideals?
Please take a look at the screenshot. If the user doesn't have a profile pic, it shows up like this..
Well, seems you are using file based storage. Referring to the initial thread, avatars and profilepics will not show up if you are using file based storage.
djjeffa
03-08-2006, 10:20 AM
Well, seems you are using file based storage. Referring to the initial thread, avatars and profilepics will not show up if you are using file based storage.
well the ones who have profile pics show up but the ones that are blank show the dreaded red x lol
Could you please test the attached version and give me some feedback?
Lissa
03-08-2006, 02:44 PM
Hi there,
find the <a class=\"smallfont\" in the plugin code (must be 3 occurances).
replace by <a class=\"smallfont\" style=\"text-decoration:none\"
That should do.
I changed those instances in the plugin, but I still have underlines. Any suggestions?
BigSoccer Tech.
03-08-2006, 07:49 PM
Could you please test the attached version and give me some feedback?
what changed. looks the same...
djjeffa
03-08-2006, 10:42 PM
Could you please test the attached version and give me some feedback?
it worked thank you yerey much it just shows up black but thats better then the red x lol unless you could set a default no pic.
one other question the media player dont always show up some times it is just a square box but the music still dose play
what changed. looks the same...
Just a little fix to prevent showing the red X in Internet Explorer, if no profile pic is set and you're using file based storage of the profile pics.
it worked thank you yerey much it just shows up black but thats better then the red x lol unless you could set a default no pic
Yes I'm checkin the existance of the file now. So if the file does not exist, the default image will be displayed (default ist the transparent pixel file from vb).
I changed those instances in the plugin, but I still have underlines. Any suggestions?
Hm, something wrong there. No other way to remove the underlines. Try reloading the page by hitting Ctrl+F5.
Lissa
03-13-2006, 07:17 PM
Hm, something wrong there. No other way to remove the underlines. Try reloading the page by hitting Ctrl+F5.
Blah, no luck. I probably did something wrong :(
himerus
03-13-2006, 07:19 PM
I'm getting the following error when submitting the buddy request:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /profile.php(725) : eval()'d code on line 35
The buddy is added, but I haven't had time to troubleshoot this error... anyone else find and fix this?
I'm getting the following error when submitting the buddy request
hm? submitting what buddy request?
Darat
03-17-2006, 10:53 AM
Sorry if this has been covered (I have read the thread but I may have missed it or misunderstood a response) but could this be added into the UserCP "buddy/ignore" list section rather then the profile section?
Sorry if this has been covered (I have read the thread but I may have missed it or misunderstood a response) but could this be added into the UserCP "buddy/ignore" list section rather then the profile section?
It's a profile enhancement plugin ^^
How do you mean "added into the UserCP"? In what way should it be added to there? Maybe I'll do :)
Darat
03-18-2006, 06:57 AM
The default "edit buddy/ignore list" section in the UserCP, this would be a much nicer way of doing it.
Lissa
03-19-2006, 12:31 PM
When I click on my buddy's avatars, I get logged out. It's because instead of http://www.domain.com/ , the path is http://domain.com. Where and how do I change the path?
When I click on my buddy's avatars, I get logged out. It's because instead of http://www.domain.com/ , the path is http://domain.com. Where and how do I change the path?
As I use $vbulletin->options['bburl'] for the links, you should be able to change this in your ACP under the vb setting "Homepage title / URL...". I don't really know the excact english description for it, because our vb is a german one.
Lissa
03-20-2006, 11:03 AM
As I use $vbulletin->options['bburl'] for the links, you should be able to change this in your ACP under the vb setting "Homepage title / URL...". I don't really know the excact english description for it, because our vb is a german one.
Thanks so much, that was easy ;)
Dsyn11
03-26-2006, 05:32 AM
For some reason, even though I set the width and height to 0/0 it still shows up 32x32. I want actual size, not a fixed size. Why is it not updating?
For some reason, even though I set the width and height to 0/0 it still shows up 32x32. I want actual size, not a fixed size. Why is it not updating?
Hello, I cannot recreate the error on my version. Are you sure you set both entries to 0? Have you tried reinstalling the product by allowing overwrite?
Dsyn11
03-30-2006, 12:50 AM
reinstalling did the trick! Great hack!
thumbsucker
03-31-2006, 09:51 AM
I added this and the Separate Friends Page product and it works great.
On the separate friends page though, if the user does not have a profile pic, I get a broken link image.
Any way to show a "No profile pic" gif or something of that sort instead?
Also noticed a BUG where a blank page is displayed if I try to go to a Separate Friends Page of a user when browsing as a GUEST. Shouldn't a "You must be a registered user to view this page." and login area show up instead?
wild5tylez
04-03-2006, 01:21 AM
i did what the intall said but how come the buddy list only shows up and not the friendz. can anyone help??? here is the screenshot..
i did what the intall said but how come the buddy list only shows up and not the friendz. can anyone help??? here is the screenshot..
The friends list only shows up if you got some. Make sure one of your buddies has added you to his buddylist, too.
On the separate friends page though, if the user does not have a profile pic, I get a broken link image.
Any way to show a "No profile pic" gif or something of that sort instead?
Also noticed a BUG where a blank page is displayed if I try to go to a Separate Friends Page of a user when browsing as a GUEST. Shouldn't a "You must be a registered user to view this page." and login area show up instead?
Well seems I have to correct some things there. I'll do as soon I get some time and send the update to Cloud-Warrior.
wild5tylez
04-04-2006, 02:10 PM
The friends list only shows up if you got some. Make sure one of your buddies has added you to his buddylist, too.
haha ya you were right i was trippin this whole time.. thanks for the help..
criscokid
04-15-2006, 10:44 AM
is there any way to set it so that when someone registers, the admin of the forum is automatically on the new members friends list?
If a new user signs up and fills in the referrer field how about automatically adding that person to the friends list?
This is a FANTSTIC mod!! Thank you!!
jarcher
04-16-2006, 01:25 AM
ok. . .I am not getting any avatars in the profiles
I looked into the storage of them and I got:
Images are currently being served from the database
looked for it in the manual. .
what am I looking for exactly
stumped, thats what I am. .
Ragnarok
04-17-2006, 04:59 PM
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:
// Setup
$FFsetup = Array(
// these are the texts which are displayed
'friends' => $userinfo['username']."'s Friends",
// set these to TRUE or FALSE
// if you set fetch_avatar true you will get avatar picture, else you get profile picture if present
'show_counts' => false,
'fetch_avatar' => true
);
// End of setup
global $vbulletin;
$whichlist = "buddylist";
$whichlistshort = ereg_replace("list", "", $whichlist);
// (Dis)Likes
$outcounter = 0;
$outuserids = array();
$outuserids = explode(' ', trim($userinfo[$whichlist]));
if (trim($userinfo[$whichlist]) != "")
// (Dis)Liked By
$inoutcounter = 0;
$incounter = 0;
$inusersquery =
"SELECT ".TABLE_PREFIX."user.username,".TABLE_PREFIX."user.userid,".TABLE_PREFIX."usertextfield.".$whichlist." FROM
".TABLE_PREFIX."user,".TABLE_PREFIX."usertextfield WHERE
".TABLE_PREFIX."user.userid = ".TABLE_PREFIX."usertextfield.userid AND
FIND_IN_SET('".$userinfo[userid]."', REPLACE(".TABLE_PREFIX."usertextfield.".$whichlist.", ' ', ',')) > 0
ORDER BY ".TABLE_PREFIX."user.username";
$inusers = mysql_query($inusersquery);
while ($inuser = mysql_fetch_array($inusers))
{
$incounter++;
// Bi-Directional (Dis)Like
if (in_array($inuser['userid'], $outuserids)) {
if ($vbulletin->userinfo['userid'] == $vbulletin->GPC['userid'])
$outuserids2 = explode(' ', trim($inuser[$whichlist]));
$inuserids2 = array();
$inuserids1 = mysql_query("SELECT userid FROM ".TABLE_PREFIX."usertextfield WHERE
FIND_IN_SET('".$inuser['userid']."', REPLACE(".$whichlist.", ' ', ',')) > 0");
while ($inuserid1 = mysql_fetch_array($inuserids1))
{
$inuserids2[] = $inuserid1[userid];
}
$inoutuserids2 = array_intersect($outuserids2, $inuserids2);
$inoutcounter2 = count($inoutuserids2);
$avatar_url = fetch_avatar_url($inuser['userid']);
$FFpicture = $avatar_url[0];
if ($FFpicture == "") $FFpicture = "clear.gif";
$inoutuserlist .= "<td class=\"smallfont\" align=\"center\" width=\"100\">";
$inoutuserlist .= "<a style=\"text-decoration: none;\" href=\"".$vbulletin->options['bburl']."/member.php?u=$inuser[userid]\"/>";
$inoutuserlist .= "<img width=\"56px\" height=\"56px\" border=\"0px\" src=\"".$FFpicture."\"></a><br />";
$inoutuserlist .= "$inuser[username]'s...<br />";
$inoutuserlist .= "<a href=\"".$vbulletin->options['bburl']."/member.php?u=$inuser[userid]\"/>";
$inoutuserlist .= "Profile</a>|";
$inoutuserlist .= "<a href=\"".$vbulletin->options['bburl']."/friends.php?u=$inuser[userid]\"/>";
$inoutuserlist .= "Friends</a>($inoutcounter2)";
$inoutuserlist .= "</td>";
$inoutcounter++;
}
else
{
if ($vbulletin->userinfo['userid'] == $vbulletin->GPC['userid'])
{
$inuserlist .= "<a class=\"smallfont\" href=\"".$vbulletin->options['bburl']."/profile.php?do=addlist&userlist=$whichlistshort&u=$inuser[userid]\">[+]</a> ";
}
}
$inuserlist .= "<a class=\"smallfont\" href=\"".$vbulletin->options['bburl']."/member.php?u=$inuser[userid]\"/>$inuser[username]</a>";
$inuserlist .= "<br>";
}
$FRIENDSFOES .= "<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">";
$FRIENDSFOES .= "<tr>";
$FRIENDSFOES .= "<td class=\"tcat\" colspan=\"2\">".$FFsetup['friends'].( ($FFsetup['show_counts']) ? " (".$inoutcounter.")" : "" )." </td>";
$FRIENDSFOES .= "</tr><tr>";
$FRIENDSFOES .= "<td class=\"alt1\" colspan=\"2\">";
$FRIENDSFOES .= " <table>";
$FRIENDSFOES .= " <tr>";
$FRIENDSFOES .= $inoutuserlist;
$FRIENDSFOES .= " </tr>";
$FRIENDSFOES .= " </table>";
$FRIENDSFOES .= "</tr></table>";
Now, when I view a member's profile, I get the following error:
Warning: array_intersect(): Argument #1 is not an array in /member.php(651) : eval()'d code on line 59
Oddly it works without problem when I view my own profile, but if I view any other member's, it breaks.
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?
MorrisMcD
04-18-2006, 02:39 PM
I get this when adding a user..
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in \profile.php(727) : eval()'d code on line 35
It works though other than having that error
MorrisMcD
04-18-2006, 02:43 PM
I get this when adding a user..
It works though other than having that error
Actually Sorry.. Its because of this hack that its happening..
https://vborg.vbsupport.ru/showthread.php?t=104872&page=6
criscokid
04-18-2006, 03:44 PM
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.
criscokid
04-18-2006, 09:36 PM
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.
I get this when adding a user..
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in \profile.php(727) : eval()'d code on line 35
It works though other than having that error
I don't use the function array-merge() in my code, so it can't be my code ;)
@criscokid: some nice suggestions, I'll write em down and wait for your screenshot :)
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:
// Setup
$FFsetup = Array(
// these are the texts which are displayed
'friends' => $userinfo['username']."'s Friends",
// set these to TRUE or FALSE
// if you set fetch_avatar true you will get avatar picture, else you get profile picture if present
'show_counts' => false,
'fetch_avatar' => true
);
// End of setup
global $vbulletin;
$whichlist = "buddylist";
$whichlistshort = ereg_replace("list", "", $whichlist);
// (Dis)Likes
$outcounter = 0;
$outuserids = array();
$outuserids = explode(' ', trim($userinfo[$whichlist]));
if (trim($userinfo[$whichlist]) != "")
// (Dis)Liked By
$inoutcounter = 0;
$incounter = 0;
$inusersquery =
"SELECT ".TABLE_PREFIX."user.username,".TABLE_PREFIX."user.userid,".TABLE_PREFIX."usertextfield.".$whichlist." FROM
".TABLE_PREFIX."user,".TABLE_PREFIX."usertextfield WHERE
".TABLE_PREFIX."user.userid = ".TABLE_PREFIX."usertextfield.userid AND
FIND_IN_SET('".$userinfo[userid]."', REPLACE(".TABLE_PREFIX."usertextfield.".$whichlist.", ' ', ',')) > 0
ORDER BY ".TABLE_PREFIX."user.username";
$inusers = mysql_query($inusersquery);
while ($inuser = mysql_fetch_array($inusers))
{
$incounter++;
// Bi-Directional (Dis)Like
if (in_array($inuser['userid'], $outuserids)) {
if ($vbulletin->userinfo['userid'] == $vbulletin->GPC['userid'])
$outuserids2 = explode(' ', trim($inuser[$whichlist]));
$inuserids2 = array();
$inuserids1 = mysql_query("SELECT userid FROM ".TABLE_PREFIX."usertextfield WHERE
FIND_IN_SET('".$inuser['userid']."', REPLACE(".$whichlist.", ' ', ',')) > 0");
while ($inuserid1 = mysql_fetch_array($inuserids1))
{
$inuserids2[] = $inuserid1[userid];
}
$inoutuserids2 = array_intersect($outuserids2, $inuserids2);
$inoutcounter2 = count($inoutuserids2);
$avatar_url = fetch_avatar_url($inuser['userid']);
$FFpicture = $avatar_url[0];
if ($FFpicture == "") $FFpicture = "clear.gif";
$inoutuserlist .= "<td class=\"smallfont\" align=\"center\" width=\"100\">";
$inoutuserlist .= "<a style=\"text-decoration: none;\" href=\"".$vbulletin->options['bburl']."/member.php?u=$inuser[userid]\"/>";
$inoutuserlist .= "<img width=\"56px\" height=\"56px\" border=\"0px\" src=\"".$FFpicture."\"></a><br />";
$inoutuserlist .= "$inuser[username]'s...<br />";
$inoutuserlist .= "<a href=\"".$vbulletin->options['bburl']."/member.php?u=$inuser[userid]\"/>";
$inoutuserlist .= "Profile</a>|";
$inoutuserlist .= "<a href=\"".$vbulletin->options['bburl']."/friends.php?u=$inuser[userid]\"/>";
$inoutuserlist .= "Friends</a>($inoutcounter2)";
$inoutuserlist .= "</td>";
$inoutcounter++;
}
else
{
if ($vbulletin->userinfo['userid'] == $vbulletin->GPC['userid'])
{
$inuserlist .= "<a class=\"smallfont\" href=\"".$vbulletin->options['bburl']."/profile.php?do=addlist&userlist=$whichlistshort&u=$inuser[userid]\">[+]</a> ";
}
}
$inuserlist .= "<a class=\"smallfont\" href=\"".$vbulletin->options['bburl']."/member.php?u=$inuser[userid]\"/>$inuser[username]</a>";
$inuserlist .= "<br>";
}
$FRIENDSFOES .= "<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">";
$FRIENDSFOES .= "<tr>";
$FRIENDSFOES .= "<td class=\"tcat\" colspan=\"2\">".$FFsetup['friends'].( ($FFsetup['show_counts']) ? " (".$inoutcounter.")" : "" )." </td>";
$FRIENDSFOES .= "</tr><tr>";
$FRIENDSFOES .= "<td class=\"alt1\" colspan=\"2\">";
$FRIENDSFOES .= " <table>";
$FRIENDSFOES .= " <tr>";
$FRIENDSFOES .= $inoutuserlist;
$FRIENDSFOES .= " </tr>";
$FRIENDSFOES .= " </table>";
$FRIENDSFOES .= "</tr></table>";
Now, when I view a member's profile, I get the following error:
Warning: array_intersect(): Argument #1 is not an array in /member.php(651) : eval()'d code on line 59
Oddly it works without problem when I view my own profile, but if I view any other member's, it breaks.
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?
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.
ok. . .I am not getting any avatars in the profiles
I looked into the storage of them and I got:
looked for it in the manual. .
what am I looking for exactly
stumped, thats what I am. .
Hm? I'm working with database storage, too. And my avatars show up pretty nice. Maybe you've got some errors in your board setup?
criscokid
04-19-2006, 11:37 AM
@criscokid: some nice suggestions, I'll write em down and wait for your screenshot :)
Here's a thumbnail as promised.
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.
MorrisMcD
04-20-2006, 01:29 PM
I don't use the function array-merge() in my code, so it can't be my code ;)
Yea.. My bad.. I had this hack mixed up with the auto pm when adding a user by antivirus
Ragnarok
04-20-2006, 09:28 PM
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.
All I really did was chop out a lot of code and change the html to my preference. :P
Anyway, switched and working pretty well (though I now hate working with phrases :P)
Is there a function to display the counts of friends for the linked users as in Cloud-Warrior's hack that I'm missing? That was actually my prime reason for asking here for help in the first case, is that it broke from the original plugin.
criscokid
04-25-2006, 02:47 PM
I've implemented a URL rewrite rule so my users can have domain.com/profiles/username (instead of it being /forums/username). This works fine except the user's avatar and photo doesn't show up because it's using a relative URL domain.com/users/image.php?u=2&dateline=1142257186 instead of a specific URL of domain.com/forums/image.php?u=2&dateline=1142257186
How do I set the avatar and photo URLs to be specific and always use domain.com/forums/ in the URL?
bada_bing
05-01-2006, 04:37 PM
I am using this hack and so far workds great. the question I have is that I choose to display the profile pic instead of the avatar. No doing so if the member does NOT have a profile pic it show nothing but the members name... NOW if I revert and choose to use the avator and the members does not have an avatar then it will show an image saying members does not have an avatar.
So my question is HOW can I have it so that if a member does not have a profile pic it will display an defualt image as it does for the avatars?
bada_bing
05-01-2006, 06:53 PM
Anyone ???
bada_bing
05-02-2006, 04:21 PM
Can someone help me on this please..
I am using this hack and so far workds great. the question I have is that I choose to display the profile pic instead of the avatar. No doing so if the member does NOT have a profile pic it show nothing but the members name... NOW if I revert and choose to use the avator and the members does not have an avatar then it will show an image saying members does not have an avatar.
So my question is HOW can I have it so that if a member does not have a profile pic it will display an defualt image as it does for the avatars?
First of all: Press install ^^
Second: If you read thru the thread you would find out, that it is not possible to show an alternative if a member does not have a profile picture.
I've implemented a URL rewrite rule so my users can have domain.com/profiles/username (instead of it being /forums/username). This works fine except the user's avatar and photo doesn't show up because it's using a relative URL domain.com/users/image.php?u=2&dateline=1142257186 instead of a specific URL of domain.com/forums/image.php?u=2&dateline=1142257186
How do I set the avatar and photo URLs to be specific and always use domain.com/forums/ in the URL?
Thats because I only use the vb way, and do not set the url on my own. Can't help you with that.
bada_bing
05-02-2006, 06:42 PM
First of all: Press install ^^
Second: If you read thru the thread you would find out, that it is not possible to show an alternative if a member does not have a profile picture.
Sorry I clicked install must of forgot.
No need to be so worked up over nothing.. Why cant a default inage be displayed rather then a blank, It works for avatars?
criscokid
05-02-2006, 09:02 PM
If you look through this thread Code Red (I think) has posted his version of the MEMBERINFO template which shows a default image if the user doesn't have a photo in their profile.
Sorry I clicked install must of forgot.
No need to be so worked up over nothing.. Why cant a default inage be displayed rather then a blank, It works for avatars?
The answer is in this post: https://vborg.vbsupport.ru/showpost.php?p=894444&postcount=54
Maybe there's another plugin out there who changes something in the output of that profile picture php file and you get the alternative image that way.
criscokid
05-03-2006, 08:13 AM
The answer is in this post: [url]Maybe there's another plugin out there who changes something in the output of that profile picture php file and you get the alternative image that way.
The is the 'default photo' mod - I don't know what the URL is though off hand.
bada_bing
05-03-2006, 01:52 PM
The is the 'default photo' mod - I don't know what the URL is though off hand.
I have the defualt picphoto mod but it does not work for this hack. Currently on my site if a member does not upload a profile pic a defualt pic is displayed but this hack does not inherrit that mod
criscokid
05-03-2006, 02:00 PM
I have the defualt picphoto mod but it does not work for this hack. Currently on my site if a member does not upload a profile pic a defualt pic is displayed but this hack does not inherrit that mod
As I previously mentioned in this thread... If you look through this thread Code Red (I think) has posted his version of the MEMBERINFO template which shows a default image if the user doesn't have a photo in their profile.
It works because I've applied the same concept to my MEMBERINFO template and I have a default photo showing on my user profile pages.
bada_bing
05-03-2006, 02:14 PM
As I previously mentioned in this thread... If you look through this thread Code Red (I think) has posted his version of the MEMBERINFO template which shows a default image if the user doesn't have a photo in their profile.
It works because I've applied the same concept to my MEMBERINFO template and I have a default photo showing on my user profile pages.
Searched and search no code red member. I did see one guy list his memberinfo code but doesnt explain why. Man this is like pulling teeth trying to get support for this hack.
criscokid
05-03-2006, 04:55 PM
I did say "Code Red (I think)" - the 'I think' meant that I wasn't sure so be on the lookout. "I did see one guy list his memberinfo code" - that's the one. "Man this is like pulling teeth trying to get support for this hack" - it's actually a pretty straightfoward mod. You need to sit down with some time to spare and take it one step and a time, apply some logic and it'll work ok.
bada_bing
05-03-2006, 06:02 PM
I did say "Code Red (I think)" - the 'I think' meant that I wasn't sure so be on the lookout. "I did see one guy list his memberinfo code" - that's the one. "Man this is like pulling teeth trying to get support for this hack" - it's actually a pretty straightfoward mod. You need to sit down with some time to spare and take it one step and a time, apply some logic and it'll work ok.
criscokid,
I appreciate your guidence but bare with me man I am not a coder and this is why im asking for some help with the code. I ahve sat down at tried to modify the code but havent had any luck
WritersBeat
05-06-2006, 03:04 AM
Awesome
criscokid
05-06-2006, 10:34 AM
criscokid,
I appreciate your guidence but bare with me man I am not a coder and this is why im asking for some help with the code. I ahve sat down at tried to modify the code but havent had any luck
Hiya mate :)
I'm no coder either. I say apply some logic for a number of reasons... Quite often someone can't get something to run simply because they haven't read the instructions (and set a variable such as the base directory). One should always read the instructions at least twice, three times is recommended before starting out.
When you're trying to get something to work read the error message... don't just copy it into a thread and ask for help. Quite often the error message is staring you in the face. All too often people look at an error messgae, they don't read the error message.
Little things... look at a line of code... if there's opening quotes look to see if there's closing quotes, if there's a < is therea a > closing off the line? It's the little things... the attention to detail. Give it a go and you'll find that eventually you'll be able to climb up one rung of the ladder to becoming a coder. Coder's have attention to detail and apply logice - without it they aren't coders.
I have the defualt picphoto mod but it does not work for this hack. Currently on my site if a member does not upload a profile pic a defualt pic is displayed but this hack does not inherrit that mod
Could you post me the link to the mod, and I'll look if I can find out how to show a default profile pic if no profile pic is available. I'm just too lazy to search for it right now ^^
bada_bing
05-17-2006, 01:13 AM
Could you post me the link to the mod, and I'll look if I can find out how to show a default profile pic if no profile pic is available. I'm just too lazy to search for it right now ^^
I believe this is it https://vborg.vbsupport.ru/showthread.php?s=&threadid=97928
MustangLisa
05-22-2006, 01:23 AM
Thanks, I am installing this now.
bada_bing
05-22-2006, 02:18 AM
I believe this is it https://vborg.vbsupport.ru/showthread.php?s=&threadid=97928
jj
Can you take a look please...
jj
Can you take a look please...
Had a look. I am referring to the post, where I said that it can't be done at the moment. Seems to be a bit harder and you may have to replace the picture php file, which will show the profilepic if present or a transparent gif image. I haven't got so much spare time at the moment, so this has to wait.
TheBlackPoet
06-05-2006, 02:18 PM
Installed...
This Is A Very Good Add On....
My Only Problem... I Am The Administrator..and All The Members Want Me To Be Have Them On My Buddylist.... Ahahahah
SHalliday
06-05-2006, 05:56 PM
Clicks Install :)
Thank you for such a Great addition to our member page!
Soljah
06-11-2006, 01:45 PM
I am getting this error.
Parse error: syntax error, unexpected '<' in D:\hshome\grownfol\gfctest.grownfolkscafe.com\foru ms\member.php(651) : eval()'d code on line 18
Can anyone help?
I am getting this error.
Can anyone help?
Which plugins do you have installed for your members page? There is no '<' in the plugin code in the region of line 18 :) Further you would be the first of 244 installs with this error, so it can't be this product which is causing the error.
P.S. you may add your vb version to either your profile or the posting :)
futuredood
06-30-2006, 10:05 PM
how can you edit the order of your buddy's that show up?
The Chief
07-01-2006, 04:21 PM
Tell me jj, is there a way to show the user's friends in their usercp? :)
Thanks!
Coldhands
07-07-2006, 06:08 PM
Where do I go to add a hyperlink to the Friends(##) so it shows all friends? I'm having a little trouble finding it.
I'm also curious about what futuredood asked
how can you edit the order of your buddy's that show up?
how can you edit the order of your buddy's that show up?
This is not possible(, yet)
Tell me jj, is there a way to show the user's friends in their usercp?
I think there could be a way, but sorry my time is limited at the moment :)
Where do I go to add a hyperlink to the Friends(##) so it shows all friends? I'm having a little trouble finding it.
Hm? The hyperlink is being shown, if you choosed to limit the displayed number of friends, automatically in the profile, like in this picture (https://vborg.vbsupport.ru/attachment.php?attachmentid=41022&d=1137258549)
akanevsky
07-08-2006, 01:18 AM
So jj, what is the difference between friends and/or buddies? :)
So jj, what is the difference between friends and/or buddies? :)
I think I don't understand what you want to know. You mean what the difference between buddylist and friendslist is? On the buddylist all your buddies will be shown. On the friendslist all your buddies which also have you as a buddy will be shown.
akanevsky
07-08-2006, 11:55 AM
No. That's not what I wanted to know.
What I wanted to know is how do you differ between buddies and friends that are *in your profile*? :)
oberheimhaven
07-08-2006, 06:54 PM
Plz dont yell at me
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
where do I put code at??? In that new user field? Im sorry mates old brain<<, I do appolgise
Any help thanks
Mark
oberheimhaven
07-08-2006, 07:12 PM
Still not showing up man this is an easy install compaired to what i have been doing
Thxs
Mark
Any help Im all ears
No. That's not what I wanted to know.
What I wanted to know is how do you differ between buddies and friends that are *in your profile*? :)
By headings? See the supplied screenshots :) There's a heading for the box and it shows friends or buddies. If you choosed to show buddies there will be no display for your "friends" like in the first screenshot. If you choose to show friends, your buddies will be optionally listed below like in the third screenshot.
where do I put code at??? In that new user field?
It's all about the MEMBERINFO template. Put it in there, where you want it to show up. Put in these if your profile field is 34 by example:
<if condition="$userinfo[field34] == yes">$FNB_HTML</if>
if you want your users to show it on their will or
<if condition="$userinfo[field34] != no">$FNB_HTML</if>
if you want to show it by default, but let your users the choice to deactivate it.
cbr929rrerion
07-10-2006, 08:27 PM
How do you get the avatars to show up. I have the 2 lists but no avatars..
Help
sab2000sab
07-10-2006, 08:38 PM
How do you get the avatars to show up. I have the 2 lists but no avatars..
Help
The avatars show up when BOTH users are eachother's buddy's..
The list on the left is the buddys you have on your list.. the list on the right is the list of members that have YOU on their list.. but you don't have them.. Click the add button [+] next to the members to add them to your list.. once you are on eachother's list.. you will see the avatars!
Sandra
Coldhands
07-11-2006, 05:42 PM
Hm? The hyperlink is being shown, if you choosed to limit the displayed number of friends, automatically in the profile, like in this picture (https://vborg.vbsupport.ru/attachment.php?attachmentid=41022&d=1137258549)
I understand that there is a link to veiw more buddies, but I wanted to make the "Buddies(##)" also link in the same way as "alle Anziegen". The fine print "alle Anziegen" link isn't very obvious, where as if the "Buddies(##)" was also a link, it would become more obvious that you can view more friends.
I'm not sure where to go and edit the code for this area. Do I go into plugin manager, or should I go into replacement variable area or somewhere else?
It's hit or miss on if the avatar shows up.
What is up with that?
Coldhands
07-12-2006, 08:56 PM
I understand that there is a link to veiw more buddies, but I wanted to make the "Buddies(##)" also link in the same way as "alle Anziegen". The fine print "alle Anziegen" link isn't very obvious, where as if the "Buddies(##)" was also a link, it would become more obvious that you can view more friends.
I'm not sure where to go and edit the code for this area. Do I go into plugin manager, or should I go into replacement variable area or somewhere else? When I answer my own questions, I like to come back and answer them for anyone else that may have the same question so here it is . . .
Go to Admin CP >> Plugin System >> Plugin Manager >> Click on [edit] Friends and/or Buddies in Profile >> then . . . .
(cut & paste into note pad the Plugin PHP Code, and use the find feature)
You need to find this line:
$FNB_HTML .= "<td class=\"tcat\" colspan=\"2\">".($vbulletin->options['fnb_show_friends'] ? $vbphrase['fnb_friends'] : $vbphrase['fnb_buddies']).( ($vbulletin->options['fnb_show_counts']) ? " (".count($FNB_choice).")" : "" )."</td>";
and replace it with this line:
$FNB_HTML .= "<td class=\"tcat\" colspan=\"2\">"."<a href=\"".$vbulletin->options['bburl']."/member.php?u=".$userinfo['userid']."&showall=1\">".($vbulletin->options['fnb_show_friends'] ? $vbphrase['fnb_friends'] : $vbphrase['fnb_buddies'])."</a>".( ($vbulletin->options['fnb_show_counts']) ? " (".count($FNB_choice).")" : "" )."</td>";
and that will make it so when your buddy has more than x amount of friends, you can click on "Friends (xx)" and it will link the same way as the very small, not so obvious text in the bottom right of the table that says show all.
:banana: :banana: :banana:
P.S. Here's an example of how you can click on "Friends(xx)" so it's linkable. Nothing very exciting, just a link. (http://www.actuarialoutpost.com/actuarial_discussion_forum/member.php?u=1582)
Sean S
07-29-2006, 07:46 PM
Thanks for this, it works like a charm.
Also I wanted to share something with everyone else. I for one wanted the lists to be randomized instead of the usernames be in alphabet order. So all I did was to change ORDER BY username to ORDER BY RAND() ;)
serhat_kk
07-30-2006, 12:35 AM
I have problem with "Show All".
When users clicks "Show All" it opens;
http://www.domain.com/members/admin.html
My Seo using "members/[user_name].html" and rewrites "/member.php?u=".$userinfo['userid']"
so i have problem with this line
"href=\"".$vbulletin->options['bburl']."/member.php?u=".$userinfo['userid']."&showall=1\">"
how do i fix it?
Thanks...
serhat_kk
08-06-2006, 12:45 AM
Can somebody help?:(
Alfa1
08-07-2006, 01:11 PM
Will this work with vb 3.6?
louis_chypher
08-07-2006, 05:04 PM
Will this work with vb 3.6?
Working on my site running vb 3.6.
ab420
08-08-2006, 04:53 AM
Is there a way to automatically add new members to my buddy list when they sign up?
I have problem with "Show All".
When users clicks "Show All" it opens;
http://www.domain.com/members/admin.html
My Seo using "members/[user_name].html" and rewrites "/member.php?u=".$userinfo['userid']"
so i have problem with this line
"href=\"".$vbulletin->options['bburl']."/member.php?u=".$userinfo['userid']."&showall=1\">"
how do i fix it?
Thanks...
As I have no SEO, I'm sorry I can't help you at the moment.
Is there a way to automatically add new members to my buddy list when they sign up?
I don't know about one now, but it's possible.
ab420
08-08-2006, 04:32 PM
I don't know about one now, but it's possible.
That would be HUGE! :) There are a lot of people looking for something like that. I'm not even sure where to begin on that though... I'm not very familiar with the buddy list and how it works in vBulletin. If anyone has any idea of where I could start looking, I'll play around with it, but I really have no idea where to even start!
noonespecial
08-13-2006, 12:38 AM
Is there anyway to remove a wannabe? Like a full on "denial" of friend thing?
Parker Clack
08-17-2006, 04:59 AM
I know this is a profile plugin but as this has been asked before with no answer I too am wondering if this would be possible to be displayed on the "Buddy / Ignore Lists" page or ..profile.php?do=editlist. Many people will go to that page to add or remove a buddy or put them on their ignore list and it would be cool to see this same pluggin show up on this page.
Great hack BTW. I didn't realize that the one standard in vB was so weak until a member asked me how he could send a private message to someone on his buddy list and there is no link.
Parker
I know this is a profile plugin but as this has been asked before with no answer I too am wondering if this would be possible to be displayed on the "Buddy / Ignore Lists" page or ..profile.php?do=editlist. Many people will go to that page to add or remove a buddy or put them on their ignore list and it would be cool to see this same pluggin show up on this page.
Great hack BTW. I didn't realize that the one standard in vB was so weak until a member asked me how he could send a private message to someone on his buddy list and there is no link.
Parker
You mean that the display of your "friends" should also be available in the usercp directly? I think this would be possible, but I don't have much speartime at the moment. I even got no time to update our board to 3.6 (I have to check lots of plugins/extensions). But as soon as I get it done, I'll port my things over to 3.6 and enhance em a bit :)
Parker Clack
08-20-2006, 12:11 AM
Sounds good to me. As it stands right now if you click on the profile of a member anyone can see who is on their buddy/friends list. I have made it so that only the member or admin can see that in their profile.
The Buddies/Ignore list is only viewable by the particular member and not the whole membership. So I thought it would be a logical place to put your hack right below that list instead of the profile of a member.
Thanks for this.
Parker
rolandogomez
08-24-2006, 05:48 AM
Same problem with the SEO, I guess. If I click on "show all" I get this, http://www.glamour1.com/forums/members/rolandogomez.html and it will not expand to show all buds. Any ideas to make this expand? Thanks, rg.
zeroality
08-28-2006, 05:11 PM
Hi, any plans to port this to 3.6?
Hi, any plans to port this to 3.6?
See #196 please. But as I read here lately, it is working on 3.6 (#189).
zeroality
09-01-2006, 08:44 AM
Then why not just open a thread and post it as a 3.6 hack? That way I can feel safe about installing it.
I nearly lost my database due to a bug in a MOD so I'm really careful now.
Then why not just open a thread and post it as a 3.6 hack? That way I can feel safe about installing it.
I nearly lost my database due to a bug in a MOD so I'm really careful now.
Because I haven't tested it by myself. But as my mod does not do any database changing nor writing to the database this would not happen :)
rolandogomez
09-05-2006, 03:14 AM
Bump, still have the problem where the friends doesn't expand to show all the friends. Any ideas? See post 198, or does anyone care? Thanks, rg.
rolandogomez
09-16-2006, 01:04 PM
Hello, Lucy? Does anyone care? Please see #203 and #198. I thought this was a support forum, especially from the person advocating the mod? Thanks, rg sends!
Hello, Lucy? Does anyone care? Please see #203 and #198. I thought this was a support forum, especially from the person advocating the mod? Thanks, rg sends!
https://vborg.vbsupport.ru/showpost.php?p=1047304&postcount=191
I still have no SEO in our forums, so I'd say SEO is unsupported as I can't test it...
^SuiCyde^
10-11-2006, 07:49 AM
just curious in your screenies, you've got buddies, can i change buddies to emcees, as my default is "friends" if so, how would i edit that? where would i need to edit as far as templates and whatnot, i'm halfway decent with vb, just couldn't figure this out....excellent hack tho
serhat_kk
10-12-2006, 08:38 PM
I have one user at my forums who haven't got friend list at profile.???
How do i fix it?
thanks...
serhat_kk
10-14-2006, 11:45 AM
help please:(
Endurer
10-14-2006, 11:31 PM
Installed on 3.6.1. and works like a charm. Thanks a lot JJ :)
Nuguru
10-19-2006, 02:12 AM
Why don't people read?
Hello Everyone,
Thanks for putting this hack together for all those involved! I have chose to allow users the ability to turn off and on this hack but the problem is this. When a user turns it off, they can't see it themself.
How can this code be changed to all users to turn on and off this hack but still be able to see it full time?
<if condition="$userinfo[field5] == Yes">$FNB_HTML</if>
Thanks Again,
Nuguru :classic:
Well you have to add a condition to the if statement that allows it for the user itself, but I don't know what that would be right now.
I have one user at my forums who haven't got friend list at profile.???
How do i fix it?
thanks...
Maybe he does not have any?
Chicago_VLNU_4s
10-20-2006, 06:52 PM
this integrate's with the myspace profiles, to which my community uses. Members have asked can they choose who can be on there top 8 or choose it to be top 24 (just like myspace). Well, is there a way to make it to where member's can choose who is on there top 8/24 instead of lining it up by alphabetical order?
-Thanks
this integrate's with the myspace profiles, to which my community uses. Members have asked can they choose who can be on there top 8 or choose it to be top 24 (just like myspace). Well, is there a way to make it to where member's can choose who is on there top 8/24 instead of lining it up by alphabetical order?
-Thanks
The choosing of the people who show up is not possible at the moment, but someone posted a piece of SQL in this thread to randomize the shown peoples. If you want to show more than the 8 you have to edit the plugin :)
Chicago_VLNU_4s
10-24-2006, 09:37 PM
that would be in
member_complete correct?
and is there a way to change the "Show All" from dropping down, to goto another page? I have the vb buddies installed and would like it to goto a members specific friends page when you click "Show All". Tried my hand at it, and got an error at the top of the page in member profiles
-Thanks again
Just wondering if anyone that said they got this working successfully on 3.6.x have problems adding and removing buddies. The buddies are showing in the profiles as they were before but can't add or delete buddies. Seems to be a problem with the javascript. Buttons are blank and unclickable on the edit page.
Can't wait till this is ported :)
Jaks
robert_2004
11-01-2006, 11:41 AM
question: is there a friend request area to accept/deny people becoming your friend (like myspace.com has) ?
i don't want everyone adding each other without that person either accepting/denying the request to be friends through a similiar inbox to myspace.
FEATURE: allow the user to send a quick message at the same time the friend request is sent (i.e. Hey, it's Rob from school )
Neutral Singh
11-05-2006, 03:02 AM
Its not working on 3.6.2 why?
4Prometheus
11-21-2006, 11:08 PM
Thank you very much for taking the time and trouble to share a working hack.
Happy Holidays!
Peace.
Qwest
11-22-2006, 02:55 PM
If this were working for 3.6.3 I'd install it in a heartbeat.
If I had a 3.6.3 I would try to get it working ^^
Please update this hack, I would love to install it on vb 3.6.0
Endurer
12-06-2006, 10:46 AM
Saad it's working with my 3.6.1 so it's supposed to work with 3.6.0 as well.
Saad it's working with my 3.6.1 so it's supposed to work with 3.6.0 as well.
Hmm thanks for reply :)
okay Let me a try...
Yes, its working fine in vb 3.6.0 :)
Thanks, but try update this great hack to vb 3.6 as soon as possible :)
All the best.
Murty
12-12-2006, 08:18 PM
Yeah this would be very good to have for 3.6. You can install another forum for testing, but you i dont think you are allowed to tell anyone the link. soo it is possible to set it up on 3.6
Trana
12-14-2006, 04:03 AM
This seems to be a great hack, but for a lot of my members the profile page shows up as blank, so I am guessing that there is something in the code that fails when a certain variable is empty.
Does anyone have any idea what could be causing this or how to fix it?
Thanks.
Cocko
12-14-2006, 08:01 AM
seems to be a great hack.
till now i couldn't test.
anyone working on version for 3.6 ?
Yes, its working fine in vb 3.6.0 :)
Thanks, but try update this great hack to vb 3.6 as soon as possible :)
All the best.
Yeah this would be very good to have for 3.6. You can install another forum for testing, but you i dont think you are allowed to tell anyone the link. soo it is possible to set it up on 3.6
seems to be a great hack.
till now i couldn't test.
anyone working on version for 3.6 ?
Maybe I get some time to port this to 3.6 on the upcoming weekend. But it'll be only for 3.6.0 because our upgrade licence ran out and that is the latest version I can get (I think we'll get the update Extension next year).
This seems to be a great hack, but for a lot of my members the profile page shows up as blank, so I am guessing that there is something in the code that fails when a certain variable is empty.
Does anyone have any idea what could be causing this or how to fix it?
Thanks.
I heard some people saying in this thread, that this isn't working for > 3.6.3 and I'm really sorry that I cannot try to get it running in > 3.6.0 (see post above)
Cocko
12-17-2006, 04:43 PM
seems to be a great hack.
till now i couldn't test.
anyone working on version for 3.6 ?
this is running in vb 3.6.4
Friends and/or Buddies on Profile (https://vborg.vbsupport.ru/showthread.php?t=134181)
dead7
12-20-2006, 01:14 PM
First off I want to say thank you for everyones work on this hack, we've been molding this and the myspace layout for our site and so far its perfect!
I do have one question and please excuse me if it were touched on earlier in this thread but in the 16 pages I went through there wasn't much about them.
DONE 1.) I see in the examples how you are all using the user profiled field to select if you want your friends visible or not to the general public. My question is how do I craft an <if condition> that checks if someone is or isn't on someones buddy list? I want the if statement to basically check that if someone viewing another persons profile isn't on their buddy list than this would disallow them from viewing the friends (or whatever else I put within that if statement to not show them).
I'm fairly good with the if conditions I just never actually tried checking buddy lists like that. This is similar to how you would show one thing to members but not guests.. only my situation is if someone is actively on someone elses buddy list. I believe VB has default options for this for private messaging and pager where you can optionally select if people aren't on your buddy list they cannot PM or Pager you.
2.) I tried this a few times in the plugin using some postbit snippets for online status and that is getting an online status under the persons name/avatar in the friends list. If you're on MySpace you know that in a friends list it will say (Online!) under their picture in your friends list. I'd like to try to get that going also.
EDIT - I copied $post[onlinestatus] or $userinfo[onlinestatus] and it "kind of" works when its in the plugin code.. problem is its using the onlinestatus of the profile you're viewing, not the individual friends in the list. So its kind of there.. any other help someone can give?
EDIT 2 - Only friends/buddies can view profile was figured out.
Thank you so much for any help or direction you can point me to resolve a these little things. Other than that, well done guys you're doin great!
rockmyway5
03-08-2007, 02:01 PM
I installed the hack but it doesnt show avatars.
I am not sure if the avatar is saved in file system or not.
I have attached a pic for that.
But yes , path of avatars show up like images/avatars/somethign.gif , so i feel it must be file based , so how do i have that to database based?
also the [+] and [-] doesnt show up to me. I have all options set up well in vb options (confirmed by seeing other people screeshot in this thread.)
I browsed all 16 pages and I also tried searching this forum on how to do that but couldnt find help.
please help.
nikki712
03-10-2007, 02:00 AM
Does anyone know how to remove friends from a member's profile?
Does anyone know how to remove friends from a member's profile?
Delete the buddy? :)
Ipuck
07-09-2007, 09:02 PM
It works in my vb 3.6.7
marlena
07-09-2007, 10:09 PM
Hello I installed this and it is showing an incorrect number of buddies on the users profile page. It will say (for example) Friends (4) on the profile, but when in the user cp the buddy list shows the accurate number of users on the buddy list, in this instance 12. How do I correct this?
marlena
07-14-2007, 05:16 PM
Bump hoping for a response...
Triky
10-18-2007, 04:24 PM
Installed. I've just added border="1" to the avatars.. :)
forumrunt
03-16-2008, 04:26 PM
How do you make it go to the side like that?
Kadence
04-07-2008, 03:55 AM
If I reinstall this, will it save existing buddy lists?
Alfa1
04-07-2008, 09:15 AM
Good question!
Kadence
04-09-2008, 02:53 PM
Or where (what table/fields) is this information stored? So that if it is deleted by a reinstall, I can restore it.
Edit: Buddy lists are stored in usertextfield.buddylist, and are not deleted by reinstall. A reinstall will keep existing lists intact.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.