Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
People You May Know (vbadvanced module) Details »»
People You May Know (vbadvanced module)
Version: 1.0.0, by christian8a christian8a is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.8.x Rating:
Released: 09-27-2009 Last Update: Never Installs: 31
 
No support by the author.

People You May Know version 1.0.0
Another mod by eibuddy.com! :up:

Like Facebook or Myspace, this mod will display random people from the site with the title, "People You May Know" or also "New People".

Features
  • Displays members with avatars only
  • Random people (People You May Know)
  • New People (latest registered)
  • Number of members
  • Avatars or Avatar Thumbnails
  • Displays Custom Profile fields
Install

Upload Module: admincp / vBa CMPS / Download/Uploadmodule / browse and select latestorrandomusers.xml

Active: yes
Style: default or your desired templates
Set Permissions: as you wish

Hit SUBMIT and Done!

DEMO http://www.eicorvette.com - Enjoy!

Download Now

File Type: zip peopleyoumayknow.zip (133.2 KB, 238 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 09-29-2009, 02:40 AM
ChopSuey ChopSuey is offline
 
Join Date: Jun 2009
Location: Alaska
Posts: 2,140
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Its working great
Reply With Quote
  #13  
Old 09-29-2009, 05:23 AM
yotsume's Avatar
yotsume yotsume is offline
 
Join Date: Dec 2006
Posts: 844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

INSTALLED!

This needs cleaned up. The person's username is so large is scary! You are missing a small font code in your templates. You are using this: <span class="bigusername"> WHY???

For anyone who wants to remove the jumbo username just remove the code in red below from the template: user_random_latest

Code:
<span class="bigusername"><a href="$vboptions[bburl]/member.php?u=$user[userid]"><b>$user[musername]</b></a></span><br />
BUG #1: If a members is already a friend they should not show in this mod. You need to update this please to correct this.

This will force us to use this mod for new members only obviously. (CORRECTION: Even is set as new members those members who are already on our friends list as still showing in the list with a link to Add As Friend) Sorry but this mod has a few bugs that need worked out. I think we are missing a few "<If Condition>" statements here...

BUG #2: When you set this module to display new members is it not showing my actual latest registered members. WHY? It shows new members but not my most recent members who have registered and have been excepted... What criteria is this making the list of new members from? A member that has just joined my site is not on this list and I have it set to show 10. This new member should be at the top of the list since she just joined???

I look forward to your support. I need to configure this so my real latest members who do not have avatars will display. How can I achieve this?

SUGGESTION: This mod need to have a scroll bar so we can have a list of 30 new members displayed and not stretch our homepage. Can you please help me to code that change? Also, the Add As Friend link in the block needs to go across the bottom and should not break to use two lines. I think you have it setup in the template to have a specific width so the avatar is in it's own column... I am going to recode that so the link is across the full width of the bottom of each cell of this block. That will make this much cleaner looking. (NOTE: I set the width of the block to be 70% instead of 75% and this made the link show on one line. see my second screenshot)

Please see my attached screenshot. I have highlighted your link in a red box that breaks to two lines. I also highlighted in red how the link to add as freiend should be coded. How can we make that happen?

I would like to have this as a center block as well with a better layout so I can add in more custom fields. I will have to draw up a layout and see about this...

Being able to add custom fields is awesome!
Attached Images
File Type: jpg Random Members Block.jpg (39.3 KB, 0 views)
File Type: jpg Random Members Block (70%).jpg (43.6 KB, 0 views)
Reply With Quote
  #14  
Old 09-29-2009, 09:53 AM
klaush klaush is offline
 
Join Date: Oct 2005
Posts: 340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Same here!

Quote:
Originally Posted by elenh View Post
Hey nice mod!INSTALLED

But i get a error
Code:
Warning: mktime() expects parameter 4 to be long, string given in [path]/modules/users.php on line 93
Reply With Quote
  #15  
Old 09-29-2009, 10:05 AM
klaush klaush is offline
 
Join Date: Oct 2005
Posts: 340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

O.k., you can fix this temporarily with removing "age" from the Custom Fields.
Reply With Quote
  #16  
Old 09-29-2009, 10:18 AM
nectons nectons is offline
 
Join Date: Nov 2007
Location: GREECE
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have the same error. NOT allways but sometime whe the page loads gives me the error at the header. But everething works fine. When the page reloads the error dissapearing.

Quote:
expects parameter 4 to be long, string given in [path]/modules/users.php on line 93
Reply With Quote
  #17  
Old 09-29-2009, 12:12 PM
christian8a's Avatar
christian8a christian8a is offline
 
Join Date: May 2007
Location: Washington State
Posts: 412
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I havent had any of those problems mentioned... thats weird. If age is giving problems, just remove it for now and see if we can find a fix for it.
Reply With Quote
  #18  
Old 09-29-2009, 12:24 PM
christian8a's Avatar
christian8a christian8a is offline
 
Join Date: May 2007
Location: Washington State
Posts: 412
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by yotsume View Post
INSTALLED!

This needs cleaned up. The person's username is so large is scary! You are missing a small font code in your templates. You are using this: <span class="bigusername"> WHY???

For anyone who wants to remove the jumbo username just remove the code in red below from the template: user_random_latest

Code:
<span class="bigusername"><a href="$vboptions[bburl]/member.php?u=$user[userid]"><b>$user[musername]</b></a></span><br />
BUG #1: If a members is already a friend they should not show in this mod. You need to update this please to correct this.

This will force us to use this mod for new members only obviously. (CORRECTION: Even is set as new members those members who are already on our friends list as still showing in the list with a link to Add As Friend) Sorry but this mod has a few bugs that need worked out. I think we are missing a few "<If Condition>" statements here...

BUG #2: When you set this module to display new members is it not showing my actual latest registered members. WHY? It shows new members but not my most recent members who have registered and have been excepted... What criteria is this making the list of new members from? A member that has just joined my site is not on this list and I have it set to show 10. This new member should be at the top of the list since she just joined???

I look forward to your support. I need to configure this so my real latest members who do not have avatars will display. How can I achieve this?

SUGGESTION: This mod need to have a scroll bar so we can have a list of 30 new members displayed and not stretch our homepage. Can you please help me to code that change? Also, the Add As Friend link in the block needs to go across the bottom and should not break to use two lines. I think you have it setup in the template to have a specific width so the avatar is in it's own column... I am going to recode that so the link is across the full width of the bottom of each cell of this block. That will make this much cleaner looking. (NOTE: I set the width of the block to be 70% instead of 75% and this made the link show on one line. see my second screenshot)

Please see my attached screenshot. I have highlighted your link in a red box that breaks to two lines. I also highlighted in red how the link to add as freiend should be coded. How can we make that happen?

I would like to have this as a center block as well with a better layout so I can add in more custom fields. I will have to draw up a layout and see about this...

Being able to add custom fields is awesome!
Im sorry for leaving some default options there, I totally forgot how ugly some default stuff that vbulletin puts like that big username, you just gotta change the class="bigusername" to other CSS that you can make or just change to class="smallfont"

The "Bug1" is not a bug, is made like that, random people will display all random people on the site, it will be an option to make it like you say but maybe could be added later. The conditionals is actually something I could figure out now and find a fix so it doesnt display Ad as Friend link if they are already friends.

The "Bug2" is also not a bug, this mod will display only newest people, IF they have uploaded an avatar already, otherwise it will show the newest member with avatar. Just you dont want a question mark for every member that joins, IMO. It can be added later too.

The suggestion is good, but this mod is actually intended to show between 1 to 3 members as seen in most of the sites, 5 being the most so it keeps the looking for a just people suggestion type of mod. I can help you out in adding the scroll bar, is very easy but yea can be just an external addont to this. I will look for the code and will post here the scroll bar for you

You have to play with it a bit, is very simple to modify stuff on it... see screenshot of how mine looks, neat and simple just diplaying 1 member.
Feel free to ask more questions, ill help in what I can :up:
Attached Images
File Type: jpg Scr.jpg (6.0 KB, 0 views)
Reply With Quote
  #19  
Old 09-29-2009, 01:03 PM
TNCclubman's Avatar
TNCclubman TNCclubman is offline
 
Join Date: Sep 2008
Posts: 690
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

someone please make this work for a regular vbulletin install? I dont use vbadvanced, but I have a right sidebar that I want to put this in. I can manually edit the template to add this, just have a xml file that will make the changes to the files/database. Oh please! I need this!!! lol
Reply With Quote
  #20  
Old 09-30-2009, 06:25 AM
sensimilla sensimilla is offline
 
Join Date: Dec 2004
Location: Poland
Posts: 555
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nectons View Post
I have the same error. NOT allways but sometime whe the page loads gives me the error at the header. But everething works fine. When the page reloads the error dissapearing.
I get same error here. Will ty to remove age.
Reply With Quote
  #21  
Old 09-30-2009, 06:48 AM
klaush klaush is offline
 
Join Date: Oct 2005
Posts: 340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

See post #14.


Quote:
Originally Posted by nectons View Post
I have the same error. NOT allways but sometime whe the page loads gives me the error at the header. But everething works fine. When the page reloads the error dissapearing.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:19 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.14370 seconds
  • Memory Usage 2,349KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete