The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||
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:
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
|
Comments |
#17
|
||||
|
||||
![]() Quote:
XML Error: mismatched tag at Line 80 I can't even upload it... |
#18
|
||||
|
||||
![]()
ok, looking at it...
|
#19
|
||||
|
||||
![]()
damm just tried upgrading and i got this error.. when importing the product..
XML Error: mismatched tag at Line 80 |
#20
|
||||
|
||||
![]() Quote:
![]() |
#21
|
||||
|
||||
![]()
yeh i posted straight away.. i didnt see that post - my bad.. :nervous:
|
#22
|
||||
|
||||
![]()
ok i fixed it i think I zipped the wrong file that time sorry:smoke:
|
#23
|
||||
|
||||
![]()
excellent, now it works. cheers man!
|
#24
|
||||
|
||||
![]()
cool
|
#25
|
||||
|
||||
![]()
Just looked into your changes
![]() HTML Code:
[url=$2/profile.php?do=addlist&userlist=buddy&u=$3]click to accept[/url] HTML Code:
Hello, $1 has added you to his buddy-list. If you like to get friends you need to add $1 to your buddy-list, too. [url=$2/profile.php?do=addlist&userlist=buddy&u=$3]Click here[/url] to add $1 to your buddy-list now. The Board Admin Code:
$anti_autopm_bud_tit = str_replace("$1",$vbulletin->userinfo['username'],$vbphrase[anti_autopm_bud_tit]); $pmdm->set('title', $anti_autopm_bud_tit); $anti_autopm_bud_mes = str_replace("$1",$vbulletin->userinfo['username'],$vbphrase[anti_autopm_bud_mes]); $anti_autopm_bud_mes = str_replace("$2",$vbulletin->options['bburl'],$anti_autopm_bud_mes); $anti_autopm_bud_mes = str_replace("$3",$vbulletin->userinfo['userid'],$anti_autopm_bud_mes); $pmdm->set('message', $anti_autopm_bud_mes); ![]() |
#26
|
|||
|
|||
![]()
cool beans, i'm sure i will be clicking install momentarily..
|
#27
|
||||
|
||||
![]() Quote:
this works great, but it sucks that it opens in a new window... it would be better if it just opened in the same window, but good idea noneless ![]() |
#28
|
||||
|
||||
![]()
excellent addition but i have this hack that allows members to choose wether they save a copy of their pms or not and regardless of wether they have it turned on or off it still saves the pm any chance of making it adhere to the savecopy rules ?
https://vborg.vbsupport.ru/showthrea...light=savecopy |
#29
|
||||
|
||||
![]() Quote:
Replace in Original code of the plugin: Code:
$pmdm->set_info('savecopy', 1); Code:
$pmdm->set_info('savecopy', $vbulletin->userinfo['savecopy']); |
#30
|
||||
|
||||
![]()
This is lush, I foresee this having a boatload of installs even if not HOTM (I always type HTML when I try to type HOTM
![]() Might I suggest using {1}, {2}, ... {n}, like so: Change phrase "anti_autopm_bud_mes" to this: HTML Code:
Hello, {1} has added you to his buddy-list. If you like to get friends you need to add {1} to your buddy-list, too. [url={2}/profile.php?do=addlist&userlist=buddy&u={3}]Click here[/url] to add {1} to your buddy-list now. The Board Admin Code:
{1} has just added you to his buddy list! PHP Code:
PHP Code:
![]() Again, nice work ![]() |
#31
|
||||
|
||||
![]() Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|