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)
-   -   AutoPM after addBuddy (https://vborg.vbsupport.ru/showthread.php?t=104872)

yayvb 03-13-2006 06:17 PM

Quote:

Originally Posted by mark1491
Quote:

Originally Posted by MisterPopularity
Ok, let's say John wants to add Mary to his buddy list...

Could this be modified with an admin definable setting to either:

a: require Mary to click an "approve" link BEFORE mary is added to his buddy list?
b: allow John to add mary without her approval (the way it works now).

Could this be done?

bump!!

This question was previously answered. He said it's possible and will consider it in a future release but not a top priority.

ocmca 03-25-2006 07:30 PM

This is a really nice plugin. Good job!

Antivirus 03-25-2006 10:07 PM

I can't reproduce that error MorrisMcd. Did you try disabling all other hacks/plugins/and reverting other template edits? Maybe there's a conflict with one of your other plugins/products.

djtheropy 04-12-2006 12:21 AM

Quote:

Originally Posted by Antivirus
I can't reproduce that error MorrisMcd. Did you try disabling all other hacks/plugins/and reverting other template edits? Maybe there's a conflict with one of your other plugins/products.


i get it when i use it with the friends/buddies in profile hack.

Antivirus 04-12-2006 09:37 PM

Quote:

Originally Posted by djtheropy
i get it when i use it with the friends/buddies in profile hack.

Try to disable the plugin system and see if you still get the error when adding someone to your buddylist. What happens?

criscokid 04-15-2006 11:31 AM

I've installed this mod but I'm not seing any PMs being sent when adding people to my buddy list. The added budy isn't receiving a PM and there's no PM in my sent PM folder.

Nachtfalke 04-16-2006 08:38 PM

Seems to work like a charm when you add a buddy through his profile page.
It would be brilliant, if this would work also, if you add a buddy through the buddylist itself. Duplicating the plugin and changing the hook to misc_buddylist_complete seems not to do the trick (forgive me if this sounds stupid, i am not a coder).
Any suggestions?
Thank you!

MorrisMcD 04-18-2006 02:44 PM

Quote:

Originally Posted by djtheropy
i get it when i use it with the friends/buddies in profile hack.

I tried disabling this hack.. It still gave the error

MorrisMcD 04-18-2006 02:47 PM

Quote:

Originally Posted by Antivirus
Try to disable the plugin system and see if you still get the error when adding someone to your buddylist. What happens?

I tried disabling the entire plugin system.. No error this time...

Antivirus 04-18-2006 03:39 PM

Quote:

Originally Posted by MorrisMcD
I tried disabling the entire plugin system.. No error this time...

Your error is on line 35 of profile.php, correct? That's the pre-caching of USERCP_SHELL template...

PHP Code:

// pre-cache templates used by all actions
$globaltemplates = array(
 
'USERCP_SHELL',
 
'usercp_nav_folderbit'
); 

not sure why you're getting that error cuz this plugin is hooking into the code all the way down at hook "profile_doaddlist_complete" on line 725. As far as i can tell, this plugin is not causing your error. It must be one of your other plugins/hacks causing that error.


All times are GMT. The time now is 07:32 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.01221 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_php_printable
  • (7)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
  • (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