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

Reply
 
Thread Tools
VbBuddies RC 1 Details »»
VbBuddies RC 1
Version: 1.00 RC 1, by waza waza is offline
Developer Last Online: Oct 2012 Show Printable Version Email this Page

Version: 3.5.1 Rating:
Released: 11-08-2005 Last Update: 11-19-2005 Installs: 51
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

Hey,
This is basicly a port of the vbbuddies for vb 3.0.x you can find here:
Also all screenshots you can find here
https://vborg.vbsupport.ru/showthread.php?p=816720

Altough I have added an approve wannebee option and maybe more will be added in the future.

For people who don't know vbbuddies for 3.0.x:
vbbuddies gives every user a page with his buddys, they can set whether it's public or not.
You can set for every usergroup if they can see the buddy page and you can also set what to show on the page and some other options.
Vbbuddies only show people if you have added them and they have added you. If there is only one link, the user shows up as a wannabee and the other one can see the wannabees and add them as buddys...


This is a beta, but I tested it on a 3.5.0 and 3.5.1 and it worked, but you never know.

Edits :
10-november-2005:
New package that fixes all errors.

Re-upload the buddies.php
Overwrite the plug in
upload the images

11-november-2005:
Beta 3 released.

Re-upload the buddies.php
Overwrite the plug in
upload the wannabee.gif
Do template mods as described in upgrade.txt

New Stuff in beta 3:
online buddies, offline buddies and wannabees shown in profile,
wannabee image in memberlist bits
resize avatar option
some new phrases and some phrases fixed
link in profile fixed

12-november-2005:
A fix and an uninstaller for members with vb 3.0.x versions .

For members who had the vb 3.0.x version and upgraded their board:
first run the uninstaller and then do a fresh install
For all others:
overwrite the product.

19-november-2005:
RC1 released.

New:
-pm function
-maximum buds per usergroup
-wannabee management for users
-some phrases
-file with optional steps
Fixes:
-uninstaller for 3.0.x versions
-some small things



Make sure you do all instructions as said in the install.txt file

Have fun!

And btw, please click install if you use this!

Show Your Support

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

Comments
  #182  
Old 03-31-2006, 08:56 AM
thumbsucker thumbsucker is offline
 
Join Date: Dec 2005
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is a great plugin. Would be nice to get it working.
Reply With Quote
  #183  
Old 05-01-2006, 07:55 PM
moonclamp's Avatar
moonclamp moonclamp is offline
 
Join Date: May 2004
Location: London
Posts: 516
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by noonespecial
Shit; I thought everything was working .. HOWEVER, I discovered a bug.

Approve Wannabees doesn't work if the user doesn't have anyone on their buddy list yet. It only works if there is already a user on their buddy list.
I just dug this hack out after waiting a couple of months and wondered if anyone found a fix for this error at all?

Basically what happens is, if you try to approve a wannabee it works fine ... but only if you already have other buddies on your list. If your list is otherwise empty it returns a database error
Quote:
Originally Posted by SQL error
Invalid SQL:
SELECT userid,username FROM vb_user WHERE userid IN (9,);
(user ID 9 being the one trying to get approved)
Reply With Quote
  #184  
Old 05-03-2006, 02:58 AM
moonclamp's Avatar
moonclamp moonclamp is offline
 
Join Date: May 2004
Location: London
Posts: 516
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, I know this is probably the wrong way to fix the error above, but I'm not a coder and it seems to work ...

Open the plugin

"Buddies: check buddyquota + resources + wannabees.:"

Look for the line:

Code:
$listbits2_query=$db->query_read("SELECT userid,username FROM ".TABLE_PREFIX."user WHERE userid IN (".implode(",",$vbulletin->GPC['listbits']).")");
Replace it with

Code:
$listbits2_query=$db->query_read("SELECT userid,username FROM ".TABLE_PREFIX."user WHERE userid IN (".implode(",0",$vbulletin->GPC['listbits']).")");
All I have done is insert a zero after the first comma in implode(",",$vbulletin->
Reply With Quote
  #185  
Old 05-03-2006, 11:19 PM
moonclamp's Avatar
moonclamp moonclamp is offline
 
Join Date: May 2004
Location: London
Posts: 516
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dammit! I've just found out that if you delete a wannabee then all that wannabee's other buddies get deleted from their list.

I give up.

I guess that's what happens when you try working with an unsupported hack.
Reply With Quote
  #186  
Old 05-05-2006, 06:44 PM
waza waza is offline
 
Join Date: Apr 2005
Location: Belgium
Posts: 341
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well, I already got that fixed, so tomorrow I'm just gonna post the fix in here.
Reply With Quote
  #187  
Old 05-05-2006, 11:21 PM
moonclamp's Avatar
moonclamp moonclamp is offline
 
Join Date: May 2004
Location: London
Posts: 516
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by waza
well, I already got that fixed, so tomorrow I'm just gonna post the fix in here.
Fantastic ... I will wait eagerly
Reply With Quote
  #188  
Old 05-07-2006, 03:19 AM
noonespecial noonespecial is offline
 
Join Date: Nov 2002
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes? No? Please!!!
Reply With Quote
  #189  
Old 05-07-2006, 06:29 PM
noonespecial noonespecial is offline
 
Join Date: Nov 2002
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by moonclamp
Dammit! I've just found out that if you delete a wannabee then all that wannabee's other buddies get deleted from their list.

I give up.

I guess that's what happens when you try working with an unsupported hack.
I've had that happen no matter what - sometimes ALL the buddies get deleted off people's lists. I can't figure out exactly why though ..

I'd love to get this all fixed up. I've even offered $.
Reply With Quote
  #190  
Old 05-08-2006, 01:39 AM
moonclamp's Avatar
moonclamp moonclamp is offline
 
Join Date: May 2004
Location: London
Posts: 516
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by noonespecial
I'd love to get this all fixed up. I've even offered $.
I'd also be happy to donate once the job's finished ...
Reply With Quote
  #191  
Old 05-20-2006, 03:53 AM
noonespecial noonespecial is offline
 
Join Date: Nov 2002
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think I'm officially abandoning this hack.
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 12:58 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.05010 seconds
  • Memory Usage 2,301KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete