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 |
#122
|
|||
|
|||
I have one problem, for some reason it doesn't show right in the edit options...I can revert my modifyoptions templete and it returns to where it is suppose to be, without the wide space...has anyone else had this trouble or maybe help me correct this... Thanks in advance..
|
#123
|
|||
|
|||
hmz, a template bug, thx for reporting, I'll have a look at it.
|
#124
|
|||
|
|||
Thanks for the quick reply, I will leave as is till you come up with a fix
|
#125
|
|||
|
|||
Any idea when this will go gold?
|
#126
|
|||
|
|||
My examns end next week then I'll have time to finish it.
|
#127
|
||||
|
||||
Quote:
Also some names show up more then once in a list. http://www.cecilcountyx.com/forums/member.php?u=1 (Near bottom of page) |
#128
|
|||
|
|||
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /member.php(87) : eval()'d code on line 2
Un-installed until stable version with the ablity to show avatars of top X amount on member profile. |
#129
|
|||
|
|||
@judge: that are known problems, they have been fixed and will be in stable version.
@hr3dgen, Some people get that, others don't, I still haven't find a real solution but will keep looking for it. |
#130
|
|||
|
|||
Quote:
I had the same problem.. ITs just misssplace coding... right now its not working in 3.5.2 not sure if i forgot to enter some codes, i will post the fix after i refigure it out ok.. look for this in modifyoptions 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 --> |
#131
|
|||
|
|||
Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|