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
  #32  
Old 11-10-2005, 10:09 PM
funinthesun funinthesun is offline
 
Join Date: Oct 2005
Posts: 460
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So is this complete now? I don't want to install until all bugs are fixed
Reply With Quote
  #33  
Old 11-10-2005, 11:55 PM
Detomah's Avatar
Detomah Detomah is offline
 
Join Date: Sep 2003
Location: South Shields UK
Posts: 217
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

1 bug and 1 suggestion left in my mind, it's working fine on my site now besides that.

The bug: Only the gray buddyicon is showing, the other 2 colours are not showing, there is just a blank space where they are meant to be. The conditional doesn't seem to be working for my site.

The Suggestion: Make a link from the postbit to the persons buddy page. I know it's simply and I could quite easily do that myself for my forum, but it would be a good way to give extra coverage of the feature.

Besides that, I think this is a great feature and it makes great use of the buddy list, which for the most part I reckon is unused on most forums.
Reply With Quote
  #34  
Old 11-10-2005, 11:59 PM
trackpads's Avatar
trackpads trackpads is offline
 
Join Date: Aug 2003
Location: Armyville
Posts: 1,074
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think you are missing a template edit somewhere, I cant seem to call the buddies page unless I manually add my user id to the end of it aka "?u=3".

Also, in the profile view the buddies listing isnt a link to my buddy page.

This hack really has some great potential and I love it already, great work!!

-Jason
Reply With Quote
  #35  
Old 11-11-2005, 12:00 AM
trackpads's Avatar
trackpads trackpads is offline
 
Join Date: Aug 2003
Location: Armyville
Posts: 1,074
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also, how about a postbit icon link to the users buddy page?
Reply With Quote
  #36  
Old 11-11-2005, 01:12 AM
Detomah's Avatar
Detomah Detomah is offline
 
Join Date: Sep 2003
Location: South Shields UK
Posts: 217
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, after a little bit of investigating...

I've found part of the problem of the missing coloured buddy icons:

Code:
</template>
		<template name="buddies_notonanylist" templatetype="template" date="1131562192" username="seba" version="3.5.1"><![CDATA[<a href="buddies.php?$session[sessionurl]u=$userinfo[userid]"><img src="$stylevar[imgdir_misc]/notonanylist.gif" border="0" alt="$vbphrase[buddy_notonanylist]"></a>]]></template>
		<template name="buddies_onignorelist" templatetype="template" date="1131562240" username="seba" version="3.5.1"><![CDATA[<a href="buddies.php?$session[sessionurl]u=$userinfo[userid]"><img src="$stylevar[imgdir_misc]/onignorelist.gif" border="0" alt="$vbphrase[buddy_onignorelist]"></a>]]></template>
	</templates>
Your missing a template there in the product-buddiehack.xml file. So basically it is only adding 2 templates for the buddie icons.

The one it is missing is:
buddies_onbuddylist
Code:
<a href="buddies.php?$session[sessionurl]u=$userinfo[userid]"><img src="$stylevar[imgdir_misc]/onbuddylist.gif" border="0" alt="$vbphrase[buddy_onbuddylist]"></a>
However, after manually adding that template to the buddy product system, i've now found a slightly different problem.

All users that are either on your buddy list or or whatever it is that brings up the red icon are showing as green icons, which i'm certain is wrong?

Hehe this is good practice for me here at the same time.

Not sure if it is possible, but would be nice to be able to reject wanabees and kick yourself off their list?

Are there a couple more phrases missing too?
e.g. Last Visit & Date Of Birth?

Missing phrase - viewmemberbuddies ?
Reply With Quote
  #37  
Old 11-11-2005, 03:41 AM
noonespecial noonespecial is offline
 
Join Date: Nov 2002
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any chance of getting the hack to put this on the user's profile?
Reply With Quote
  #38  
Old 11-11-2005, 08:26 AM
waza waza is offline
 
Join Date: Apr 2005
Location: Belgium
Posts: 341
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey,
Soon I'll release a beta 2
All phrases will be now in it, there will be an extra option to resize avatars,
The memberlist icons will be fixed and there will be an extra icon in members list for wannabees and an extra section in buddies for members
If I can fix it pm function will be in it too.
@noonspecial: I could add some plug ins and instructions to put this on the profiles page, will probably be for a later version.
Reply With Quote
  #39  
Old 11-11-2005, 10:42 AM
trackpads's Avatar
trackpads trackpads is offline
 
Join Date: Aug 2003
Location: Armyville
Posts: 1,074
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by waza
Hey,
Soon I'll release a beta 2
All phrases will be now in it, there will be an extra option to resize avatars,
The memberlist icons will be fixed and there will be an extra icon in members list for wannabees and an extra section in buddies for members
If I can fix it pm function will be in it too.
@noonspecial: I could add some plug ins and instructions to put this on the profiles page, will probably be for a later version.
More Ideas:

1. Add a Navbar Template "My Buddies" Link
2. Add a Postbit Counter that would display the number of buddies like the one on the profile page.

Thanks!
Reply With Quote
  #40  
Old 11-11-2005, 03:42 PM
Detomah's Avatar
Detomah Detomah is offline
 
Join Date: Sep 2003
Location: South Shields UK
Posts: 217
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by trackpads
More Ideas:

1. Add a Navbar Template "My Buddies" Link
2. Add a Postbit Counter that would display the number of buddies like the one on the profile page.

Thanks!
I've hardcoded those bits into the templates for the time being, I can post the code if you want need it?
Reply With Quote
  #41  
Old 11-11-2005, 04:05 PM
trackpads's Avatar
trackpads trackpads is offline
 
Join Date: Aug 2003
Location: Armyville
Posts: 1,074
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Detomah
I've hardcoded those bits into the templates for the time being, I can post the code if you want need it?
Please! Thank you very much!!
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:39 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06358 seconds
  • Memory Usage 2,316KB
  • 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
  • (3)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
  • (4)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