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.

MorrisMcD 04-20-2006 01:21 PM

Quote:

Originally Posted by Antivirus
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.


Hrm... Nothin is perfect... I will just live with it :D It doesnt seem to affect anything

bada_bing 04-21-2006 01:29 AM

I just installed this and when I receive the pm it reads

Hello, I just added you to my Buddy List. If you would like to be friends, please add me to yours. Thanks!

If you agree, please click [addbud]7 [/addbud] this request.

but the bbcodes to add that user to my buddy list isnt showing up? I have tried to uninstall and reinstall the hack and same thing?

Stangsta 04-21-2006 01:58 AM

Quote:

Originally Posted by bada_bing
I just installed this and when I receive the pm it reads

Hello, I just added you to my Buddy List. If you would like to be friends, please add me to yours. Thanks!

If you agree, please click [addbud]7 [/addbud] this request.


but the bbcodes to add that user to my buddy list isnt showing up? I have tried to uninstall and reinstall the hack and same thing?

You didnt do it correctly. The text you posted above is not even in the plugin. Look for yourself! You will find quite a different phrase than the one you posted.

bada_bing 04-21-2006 03:25 AM

Quote:

Originally Posted by Stangsta
You didnt do it correctly. The text you posted above is not even in the plugin. Look for yourself! You will find quite a different phrase than the one you posted.

You are the one who installed this for me ??? I have removed and reinstalled it and it s the same phrase

Stangsta 04-21-2006 03:54 AM

Quote:

Originally Posted by bada_bing
You are the one who installed this for me ??? I have removed and reinstalled it and it s the same phrase

right but this:


Quote:

Originally Posted by bada_bing
I just installed this and when I receive the pm it reads

Hello, I just added you to my Buddy List. If you would like to be friends, please add me to yours. Thanks!

If you agree, please click [addbud]7 [/addbud] this request.



does not equal this:

Hello,
I have just added you to my buddylist. If you would like to be buddys you need to add me to your buddy list as well. If you would like to do so, please click here.

If you would like to view my profile before doing so, you may view it here.

Thanks,
{1}

p.s. - If I am harassing you, you can add me to your ignore list. This will prevent me from sending you any more private messages and you will no longer see any posts or threads by me at {4}.

.

You must be using another hack OTHER than this one (which I did not install) :)

dainbramage 04-29-2006 02:27 AM

When a member adds another member to their ignore list, that member gets the buddy PM. Bug, or messed up install?

sybarites 05-24-2006 09:49 AM

DO people have to accept before they can be buddy's?

Antivirus 05-25-2006 01:16 PM

Quote:

Originally Posted by dainbramage
When a member adds another member to their ignore list, that member gets the buddy PM. Bug, or messed up install?

I think that's a messed up install or more likely, a conflict with one of your other plugins, this plugin should only send the PM to the member who is added to the buddy list.

Quote:

Originally Posted by sybarites
DO people have to accept before they can be buddy's?

Yes, they have to accept by either manually adding the sender to their buddy list, or by clicking on the link in the PM which effectively does the same thing.

Quote:

Originally Posted by bada_bing
You are the one who installed this for me ??? I have removed and reinstalled it and it s the same phrase

Bada_bing that pm text in which there is a bbcode in the PM is from version 1.0.0 of this hack. In version 1.0.1 the bbcode was depreciated and replaced with the phrase text which Stangsta cited above. Please redownload the latest version of the plugin (version 1.0.2) above and things should work just fine.

ramone_johnny 05-28-2006 05:45 AM

I too am receiving this error...

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in \profile.php(725) : eval()'d code on line 35

Any chance this could be fixed? Doesnt look very professional.

RJ

Antivirus 05-30-2006 01:31 PM

Quote:

Originally Posted by ramone_johnny
I too am receiving this error...
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in \profile.php(725) : eval()'d code on line 35
Any chance this could be fixed? Doesnt look very professional.
RJ

What version of vb are you running? Do you get the error after turning off all other plugins and uninstalling all other hacks?

futuredood 06-11-2006 08:57 PM

does this work for 3.5.4?

Antivirus 06-16-2006 08:49 PM

Quote:

Originally Posted by futuredood
does this work for 3.5.4?

I don't see why it wouldn't- there's no code to modify, just a plugin so give it a try and if it doesn't, then just remove the plugin :)

Coldhands 07-19-2006 07:02 PM

Quote:

Quote:

Originally Posted by dainbramage
When a member adds another member to their ignore list, that member gets the buddy PM. Bug, or messed up install?
I think that's a messed up install or more likely, a conflict with one of your other plugins, this plugin should only send the PM to the member who is added to the buddy list.
I'm getting this same error, but is there something I should look for in the other plugins? Should I re-install the plugin, or should I do something else?

Antivirus 07-20-2006 02:37 PM

Quote:

Originally Posted by dainbramage
When a member adds another member to their ignore list, that member gets the buddy PM.

This bug has been fixed in the latest version (1.0.4) of this hack. Now, the PM no longer sends when adding someone to the ignore list, only when adding to buddylist. (thanks for pointing this out dain and cold)

mr3dblond 07-28-2006 01:39 PM

Quote:

Originally Posted by ramone_johnny
I too am receiving this error...


Warning: array_merge() [function.array-merge]: Argument #1 is not an array in \profile.php(725) : eval()'d code on line 35

Any chance this could be fixed? Doesnt look very professional.

RJ

Same error here with vb 3.5.4, PHP 5.1.4 and MySQL 4.1.20

Ciao...

Antivirus 07-30-2006 12:33 AM

Quote:

Originally Posted by mr3dblond
Same error here with vb 3.5.4, PHP 5.1.4 and MySQL 4.1.20
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in \profile.php(725) : eval()'d code on line 35
Ciao...

Do you get the error after disabling all other products/plugins and uninstalling all other hacks? To the best of my knowledge, the current version of this plugin (v1.0.4) has any previously-confirmed bugs fixed and is working fine on clean install of vb 3.5.x.

soletrader 07-30-2006 10:19 PM

Where do I got to fix this $vbphrase[anti_autopm_bud_tit] ?

criscokid 07-31-2006 07:58 AM

All of the phrases are in the XML file that you upload so you need to make your edits before uploading it.

Antivirus 07-31-2006 03:22 PM

Quote:

Originally Posted by soletrader
Where do I got to fix this $vbphrase[anti_autopm_bud_tit] ?

I would actually suggest not modifying the xml file, as you may accidentally modify something else. Instead, you can edit it through your AdminCP> Languages&Phrases> SearchInPhrases. On the top box, enter anti_autopm_bud_tit into the Search for Text field, and for "search In.." click the Phrease Variable Name only button. then click find and you'll be able to edit ithe translation for the phrase.

soletrader 07-31-2006 04:19 PM

Quote:

Originally Posted by Antivirus
I would actually suggest not modifying the xml file, as you may accidentally modify something else. Instead, you can edit it through your AdminCP> Languages&Phrases> SearchInPhrases. On the top box, enter anti_autopm_bud_tit into the Search for Text field, and for "search In.." click the Phrease Variable Name only button. then click find and you'll be able to edit ithe translation for the phrase.


Thank you very much :) Finally got it!

Antivirus 08-01-2006 02:02 PM

you're welcome!

noonespecial 08-11-2006 01:08 AM

I can't get this to work on 3.6? Anyone tried?

nicedreams 08-11-2006 01:20 AM

Quote:

Originally Posted by noonespecial
I can't get this to work on 3.6? Anyone tried?

Me neither. I think it has something to do with the pm or datatore.

Jimmy

bada_bing 08-11-2006 02:44 AM

Is there a way for admins and moderators to be excused from sending PM to members when they are added? For example if me the admin adds a members to my buddy list I want the option to not send a PM to that member. We use this on my other board to watch potenial trouble makers when they are online and offline and I dont want them receiving a PM from my staff saying that he is now added to my buddy list.

Antivirus 08-11-2006 04:40 AM

Nicedreams, I have not yet upgraded to 3.6 so I can't say when this will be ported. Currently Its only been tested on 3.5.x series.

Badabing, I think I can add your request to my wish list for the next update, can you explain again in more detail please?

noonespecial 08-11-2006 11:59 PM

Quote:

Originally Posted by Antivirus
Nicedreams, I have not yet upgraded to 3.6 so I can't say when this will be ported. Currently Its only been tested on 3.5.x series.

Badabing, I think I can add your request to my wish list for the next update, can you explain again in more detail please?

If I offer $ can we get a 3.6 version? My users really love this feature so they know when they have friend requests.

Antivirus 08-14-2006 02:02 AM

Quote:

Originally Posted by noonespecial
If I offer $ can we get a 3.6 version? My users really love this feature so they know when they have friend requests.

I appreciate the offer, but i'll post the update for free when I upgrade my forums to v3.6. It's more about me not having the time yet to look deeply into what changed within the code of 3.6, but rest assured, I will definitely be upgrading within the next few months.

zeroality 08-28-2006 05:14 PM

Hi, any plans to port this to 3.6?

Edit: Nevermind, just saw your post above. Great, look forward to it.

Erwin 08-28-2006 10:25 PM

Yup, they changed the way buddylists are handled in 3.6. I'll take a closer look later to see if I can make it work.

Kihon Kata 08-29-2006 04:38 AM

Thanks erwin


All times are GMT. The time now is 01:33 PM.

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.01651 seconds
  • Memory Usage 1,844KB
  • 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_php_printable
  • (27)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