The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
VbBuddies RC 1 Details »» | |||||||||||||||||||||||||
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
|
Comments |
#142
|
|||
|
|||
so it did or didn't work on 3.5.2?
|
#143
|
|||
|
|||
Quote:
the instructions are lacking big time. |
#144
|
|||
|
|||
Quote:
i'm going ot uninstall and re-install and see if that fixes the problem. |
#145
|
|||
|
|||
Sounds good, gonna play with this
|
#146
|
|||
|
|||
@ryan: srry the readme files are written quickly, but hey, that's why it's a beta, I will all rewrite them for final release.
I have also added hooks for final release, so people can do easily modifications without file edits. |
#147
|
|||
|
|||
Quote:
http://www.dubaidjs.com/forums/profi...do=editoptions i'll pm you a test account. thanks |
#148
|
|||
|
|||
what is the command for NEW pending wannabe buddy? I'm trying to do a if condition to have text show up saying New Wannabe Requests when there is one...
how would I do that? |
#149
|
|||
|
|||
@notsonormal, can't be done with just a if statement, you'll have to modify/add code.
|
#150
|
|||
|
|||
A Bug I'm having, when I click someone elses buddy link it shows I'm logged in and out multiple times. I've read threads above, but not sure what I'm missing.
See attachment below (I'm using vb3.5.2) ------------------------- Below fix for edit options ------------------------- Quote:
FIND: Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="thead"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('uopt_misc')"><img id="collapseimg_uopt_misc" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_uopt_misc].gif" alt="" border="0" /></a> $vbphrase[miscellaneous_options] </td> </tr> Code:
<!-- Start Buddies List User Options --> <if condition="$vboptions['buddieslist_active']"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="thead"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('uopt_buddy')"><img id="collapseimg_uopt_buddy" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_uopt_buddy].gif" alt="" border="0" /></a>$vbphrase[buddy_publicoptions]</td> </tr> <tbody id="collapseobj_uopt_buddy" style="$vbcollapse[collapseobj_uopt_buddy]"> <tr> <td class="panelsurround" align="center"> <div class="panel"> <div style="width:$stylevar[formwidth_usercp]" align="$stylevar[left]"> <fieldset class="fieldset"> <legend>$vbphrase[buddies_publicoptionsstatus]</legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%"> <tr> <td>$vbphrase[buddies_publicoptionsdecs]</td> </tr> <tr> <td><input type="checkbox" name="buddiesliststatus" value="1" <if condition="$bbuserinfo[buddiesliststatus] == 1">checked</if>>$vbphrase[buddies_publicoptionsenable]</td> </tr> </table> </fieldset> </div> </div> </td> </tr> </tbody> </table> <br /> </if> <!-- End Buddies List User Options --> Quote:
|
#151
|
|||
|
|||
PixelFx, waza
thanks guys.. you rock.. works fine.. can't wait for the stable version.. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|