vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   VbBuddies RC 1 (https://vborg.vbsupport.ru/showthread.php?t=100457)

trackpads 11-21-2005 02:20 PM

Waza,

Thanks for all of the work on this, it is apprecaited!

DS MrSinister 11-21-2005 02:48 PM

just fixed it my problem had the code in the wrong place lol.

Dsyn11 11-21-2005 07:10 PM

very interested in this... waiting for a stable version.

Flow Fusion 11-21-2005 09:39 PM

Works great, thanks!

subnet_rx 11-22-2005 02:40 AM

Quote:

Originally Posted by trackpads
Waza,

Thanks for all of the work on this, it is apprecaited!

ditto, I'm waiting for the stable on this, will install.

mikexxx 11-22-2005 02:13 PM

If a member had disabled his buddy list the page buddies.php is not visible for other users. That is good. But on the page Member info on the bottom the buddy’s are still visible to other users. Is this a bug?

Wat I have done now in MEMBERINFO is:

<if condition="$vboptions['buddieslist_active'] AND $userinfo['buddiesliststatus']">
$buddies
</if>

But the problem is that the user can’t see his own buddielist if he has disabled the list. It it possible to show this only to the logged in user ??

Benj 11-22-2005 02:48 PM

any chance of showing profile picture instead of avatar ?

waza 11-22-2005 03:15 PM

@benj, will look for that profile picture thing
@mikexxx I think if you do this:
<if condition="$vboptions['buddieslist_active']>
<if condition="$userinfo[buddieliststatus]">
$buddies
<else />
<if condtion="$bbuserinfo[userid]==$userinfo[userid]">
$buddies
</if>
</if>
</if>

it should work.
Maybe I build this in in a next version.

MR-2ZZ 11-22-2005 11:08 PM

Anyway to make the top 8 buddies avatars show up in memberinfo?

MR-2ZZ 11-22-2005 11:10 PM

Also is there a way to make it to where u add someone to your buddy list a PM is sent asking them to add you in return.

waza 11-23-2005 12:09 PM

that pm function is already in it, however, It seems it only shows the username on some boards, But this is fixed in next version (where there are also some new things)

Benj 11-23-2005 01:06 PM

sweet whats going to be new?

waza 11-23-2005 01:28 PM

post ideas and i'll see

Benj 11-23-2005 02:42 PM

ummm

use profile pics instead of avatars
list of maybe top 8 /10 buddies in usercp (homepage)

PennylessZ28 11-23-2005 10:31 PM

Again, how about showing the first 6 buddies on a users profile.

.Tim 11-24-2005 08:24 PM

I see it's possible in the 3.0.x version, how hard would it be to do this in the 3.5 version?

https://vborg.vbsupport.ru/showpost....1&postcount=73

Lea Verou 11-26-2005 02:21 AM

*bump* cause it deserves more installs :)

Dsyn11 11-26-2005 06:55 AM

still waiting. :D I'd love to have a stable version.

noonespecial 11-28-2005 06:35 AM

Quote:

Originally Posted by .Tim
I see it's possible in the 3.0.x version, how hard would it be to do this in the 3.5 version?

https://vborg.vbsupport.ru/showpost....1&postcount=73

Needed, BADLY; I may just do it with iframes if I have to.

Detomah 11-28-2005 07:54 AM

Quote:

Originally Posted by Dsyn11
still waiting. :D I'd love to have a stable version.

It is a pretty stable already in my opinion, it's been fairly stable since beta when most of the initial bugs were vanquished, i'd certainly personally say it is plenty stable enough to install now.

It certainly shouldn't break your site or anything daft like that though and it does what it is supposed to, regarding the buddies bits.

noonespecial 11-28-2005 08:31 AM

Request: The ability to use $thewannabees varible in the navbit template. This would allow me to add the # of "buddy requests" in my nav-bar for my users.

Bug: WOL says: "Bekijkt buddy lijst Buddy lijst." - Fixed by editing the plugin.

waza 11-28-2005 04:24 PM

Hey,
As my examinations start next week I don't have time for further devolpment for some weeks, but after that (somewhere middle of december) I will go further with stable version.
I 'll certainly add as much possible requests and Users & Admins will have the choice to show last 9 buddies in profile or the way it is now: online-offline-wannabees.

Grz

MissKalunji 11-29-2005 01:07 AM

Quote:

Originally Posted by waza
Hey,
As my examinations start next week I don't have time for further devolpment for some weeks, but after that (somewhere middle of december) I will go further with stable version.
I 'll certainly add as much possible requests and Users & Admins will have the choice to show last 9 buddies in profile or the way it is now: online-offline-wannabees.

Grz

can you help a sister out?

i tried installing it but when i add it inside the profile it doesnt show n et hing only thing that shows is the how many buddies i have

but the table not showing


do i really have to do EACH edit like postbit and all caz i only want it to show in the member info (profile)

noonespecial 11-29-2005 01:34 AM

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.

waza 11-30-2005 01:29 PM

@noonespecial, dholaholic told me already about that, it will be fixed in the stable.

@misskalunji:
Make sure you have set that part active in admincp and that you have done the template edits well.
Only the template edits in modifylist are obligated. For the rest you can choose wheter you do it or not.

MissKalunji 11-30-2005 02:24 PM

Quote:

Originally Posted by waza
@noonespecial, dholaholic told me already about that, it will be fixed in the stable.

@misskalunji:
Make sure you have set that part active in admincp and that you have done the template edits well.
Only the template edits in modifylist are obligated. For the rest you can choose wheter you do it or not.


ah ha i didnt know there was that in admincp!

ThePimp 11-30-2005 03:48 PM

EDIT: Oops... I just read the "optional.txt".

nvm

ThePimp 11-30-2005 06:07 PM

Is there any way to get the buddies block on the profile page? The block that shows the thumbnails etc...

I think if I can get it to show up on that page, it will do exactly what I'm looking for.

MissKalunji 11-30-2005 07:17 PM

Quote:

Originally Posted by waza
@noonespecial, dholaholic told me already about that, it will be fixed in the stable.

@misskalunji:
Make sure you have set that part active in admincp and that you have done the template edits well.
Only the template edits in modifylist are obligated. For the rest you can choose wheter you do it or not.


Thx dear it worked

[high]* MissKalunji clicks install[/high]

waza 12-01-2005 02:42 PM

Quote:

Originally Posted by ThePimp
Is there any way to get the buddies block on the profile page? The block that shows the thumbnails etc...

I think if I can get it to show up on that page, it will do exactly what I'm looking for.

This will be added in the next version (will come out in some weeks.)

designstylez 12-01-2005 04:14 PM

Hacks looks good, but ran into a problem. My "Members List" does not work anymore. It just shows up blank and cannot figure it out. I have revert both the memberlist and memberlist_resultsbit, and have reuploaded the memberlist.php, still no luck.

Any ideas? Thanks.

waza 12-01-2005 04:52 PM

just a blank page? no errors, nothing?
Strange, you're the first one with that problem.
if you desactivate plug-in: buddies: show if on list in memberlist_bit
and buddies template resources in memberlist_start

Try 1 at a time and say if it works.

designstylez 12-01-2005 06:48 PM

ok, i deactivate memberlist_start, and my members list now works. So did i miss a step? I am running 3.5.1.

Mr Chad 12-01-2005 07:07 PM

hot!

jaks 12-01-2005 11:01 PM

*Installed* Great great hack.

Got one little bug though. If you have more than one forum page open it shows you as online multiple times. Anyone else having this happen?

Also one question.
I probably just didn't see this but is there a way to remove wannabes from the wannabes list?

Jaks

waza 12-02-2005 07:10 AM

@designstylez: Did you just got a blank page before, or a error?

@jaks: thx for reporting that.
For your last question. If you have installed it correctly it should look like:
https://vborg.vbsupport.ru/attachmen...chmentid=37929

The screen is in dutch. But it says: 'verwijder wannabees'.
And that is dutch for 'delete wannabees'

jaks 12-02-2005 07:30 AM

LOL I figured I just missed it and i was right.

So the prob with showing a user mulitple times is an easy fix I hope? This hack is slick. :)

One other thing maybe. The wannabe's are showing to everyone how could I get them to only show for the owner of the profile?


Jaks

waza 12-02-2005 03:23 PM

Hey,
That will probably be a easy fix.
However, there is not a build-in option for that last question.
However if you can can code a lil' bit:
this will only show things to the profile owner in template MEMBERINFO
Quote:

<if condtion="$bbuserinfo[userid]==$userinfo[userid]">
this will only be showed to the owner of this profile
</if>

dirtycrow 12-09-2005 05:41 PM

does this work with 3.5.2?

MissKalunji 12-09-2005 05:53 PM

Quote:

Originally Posted by dirtycrow
does this work with 3.5.2?


yep it does


All times are GMT. The time now is 04:05 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.01341 seconds
  • Memory Usage 1,813KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete