Version: 1.0.4, by Antivirus
Developer Last Online: Aug 2014
Version: 3.5.4
Rating:
Released: 01-08-2006
Last Update: 07-19-2006
Installs: 164
Uses Plugins
No support by the author.
What: This will send an automatic PM to a user after you add him/her to your Buddy List. The PM you automatically sent is saved within your outfolder and the Admin can modify the title and message of the PM by changing the phrases.
1 Product (1 plugin and 2 phrases)
Versions / Features:
1.0.0 - released on 1/9/06
1.0.1 - added automatic approval link into body of PM received by user
added a check to prevent looping of the PM if the receiver already has the sender on his/her buddylist
1.0.2 - added an anti-harassment link in the PM to deter users from "annoying" others into becoming their friends.
added link so receiver of PM can easily view sender's profile.
1.0.3 - cleaned up code and added link for recipient of PM to view sender's profile from within PM
1.0.4 - Fixed bug which was wrongly sending PM to someone when user added someone to his/her ignore list
To Install: Just import the xml file as a product from within AdminCP>PluginSystem>ManageProducts>Add/ImportProduct
To change the title of the PM, edit $vbphrase[anti_autopm_bud_tit], and to change the message of the PM, edit $vbphrase[anti_autopm_bud_mes].
PLEASE REMEMBER TO BACKUP BEFORE YOU INSTALL!
Thanks: Thanks to Andreas for writing the [HowTo] Send PM's Automatically. This was inspired by Cloud Warrior's really cool vbFriends hack, which lacked this functionality and it seemed like many people would want it.
about: I'm taking this out of beta, as i think it's working all right by now. Any advice on how to improve this, comments, or bugs - are more than welcome, as I will do my best to address all.
If you use this, please click the install thingie
.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
ok, first suggestion, it seems to work fine but you need to allow HTML and PHP so that we can make reference to usernames and link back if you know what I mean.
Here is what i tried to make which will be normal for any users to do is to aprove the new fried request so that they both become new friends.
Quote:
Hello, I just added you to my Friend List. If you would like to be friends, please add me to yours. Thanks!
<a href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$userinfo[userid]">Approve $userinfo[username] as your friend!</a>
need to allow HTML and PHP so that we can make reference to usernames and link back if you know what I mean.
I was trying to figure that out, without enabling html across the whole boards. But I couldn't figure out how to get the html to display properly, as adding the html in the phrase just causes the html code to be displayed.
I'm sure there's a way to get the html enabled just for this specific instance of sending a PM, and not across the entire PM system, i just need to find out how.
It would be nice if there were another field in the PM datanager such as: $pmdm->set('allowhtml', 1); but no such luck.
I was trying to figure that out, without enabling html across the whole boards. But I couldn't figure out how to get the html to display properly, as adding the html in the phrase just causes the html code to be displayed.
I'm sure there's a way to get the html enabled just for this specific instance of sending a PM, and not across the entire PM system, i just need to find out how.
It would be nice if there were another field in the PM datanager such as: $pmdm->set('allowhtml', 1); but no such luck.
I'll try to figure it out... great idea!
thank you, hope it works out great, as it would be cool to use the $userinfo[username] instance in the title also to do something like this...
We would also need some statements like if he approves, do not send a PM, can this be done??
i used vbuddies plugin and the sendpm doesn't work aswell as this one however it might be worth taking a look at the plugin for it to help with variables it
has a link to their profile in it
i used vbuddies plugin and the sendpm doesn't work aswell as this one however it might be worth taking a look at the plugin for it to help with variables it
has a link to their profile in it
cool, I hope you will take a look at this Antivirus