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)

msimplay 01-04-2006 06:37 AM

any chance of a temp fix to the pm notification problem ?

waza 01-04-2006 10:06 AM

msimplay: srry, I lost a bit my eye on this hack, but I'll try to finish it today or tomorrow.

PixelFx 01-05-2006 02:33 PM

Quote:

Originally Posted by waza
msimplay: srry, I lost a bit my eye on this hack, but I'll try to finish it today or tomorrow.

thanks for update :D any idea what's making my username show up multiple times in other peoples buddy lists, and or how to fix it?

demo link: http://www.orbsydia.ca/forum/member.php?u=1

if you click any of the users in my buddy list, some times I show up more than onces as being online and offline in their lists. Not sure why it's doing this. Either that or I'm overlooking some of the code. (I used optional.txt) for vbbuddies code block.

waza 01-06-2006 08:37 AM

hey, that's a known bug, I don't know why it's happening, but probably because a member is visiting multiple pages.
However, in the new version, I filter double users.

msimplay 01-06-2006 02:40 PM

Quote:

Originally Posted by waza
hey, that's a known bug, I don't know why it's happening, but probably because a member is visiting multiple pages.
However, in the new version, I filter double users.

Hey i've double checked and pms are working if adding buddies from the add remove buddies link in usercp however a phrase is missing as i've checked the plugin. So what was this phrase supposed to be ?

Code:

$title = $vbphrase['autosystemmessage'];
EDIT pm system suggestions

I thought i'd just add one suggestion for when u add buddies via their profile

noonespecial 01-13-2006 12:44 AM

Any chance of an update soon? I really only want the bug about "approving a buddy" that gives a MYSQL error if the user doesn't have anyone on their list yet - fixed.

rootnik 01-17-2006 04:00 AM

Anyway to add custom profile fields to the buddies_listbit template?

rootnik 01-17-2006 11:44 AM

Quote:

Originally Posted by rootnik
Anyway to add custom profile fields to the buddies_listbit template?

Add this below

Code:

        // ===========================================================================================
        // Additional information from database (Edit by: Lucas)
        // ===========================================================================================

PHP Code:

        $custom $db->query_first("
            SELECT *
            FROM " 
TABLE_PREFIX "userfield
            WHERE userid = " 
$inuser[userid] . "
        "
); 

And then place $custom['fieldX'] in the buddies_listbit template where you want the custom field to display (replace the X with the field number)

There is probably a better way to do this, this is just the solution I came up with myself.

rootnik 01-17-2006 01:51 PM

Does everything I need

/me clicks install

waza 01-20-2006 06:43 PM

Hmz, srry to all folks it takes so long, I really, really didn't see this coming, but private life is taking loads of time right now.

Everytime I finish something, there's 2 new things coming in.

So, I won't give a eta right now, but it won't be that long anymore.


All times are GMT. The time now is 06:45 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.01196 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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