Version: 1.0.4, by Andreas
Developer Last Online: Jan 2023
Version: 3.5.0
Rating:
Released: 07-05-2005
Last Update: 10-03-2005
Installs: 960
Uses Plugins
No support by the author.
Automatic Welcome PM
This Hack will automatically send welcome PMs to new members.
Message Title and Body are Phrases (Varname welcomepm in Phrasegroups EMail Subject Text and eMail Body Text), so you can have Messages in different languages.
You can also specify which User should appear as Sender in vBulletin Options / User Registration Options).
Details
1 Product XML
Contributions
German Language Pack by [name]Metro Man[/name]
History
1.0.0
Initial Version
1.0.1
Updated for RC1
1.0.2
Added direct links to the Phrases in vBulletion Options / User Registration Options to make it easier to change the Text.
1.0.3
Fixed a slight Problem that caused PMs not being send under certain conditions
1.0.4
Fixed a Bug that caused PMs not being send on upgraded vBulletin installations.
FAQ
Q: How to I set/change the sender? A: Go to ACP / vBulletin Options / vBulletin Options / User Registration Options.
On the bottom, you will find an input box for the userid that should appear as the sender.
Q: How to I change the message title/body? A: Go to ACP / vBulletin Options / vBulletin Options / User Registration Options.
On the bottom, you will find an input box for the userid that should appear as the sender.
In the description text for this input box, there are links for changing the text.
Q: When I try to install this, I get "Warning: Invalid argument supplied for foreach() in /includes/functions.php on line xxx".
What am I doing wrong? A: You are trying to import the XML as a Plugin which is wrong. It must be imported as a Product (ACP / Plugin System / Manage Products).
Q: Why does this Hack not work? A: Although it is possible that you have discovered a new Bug that causes it not to work, it is more likely that you have made an installation/configuration/customization mistake. Before asking for support, please check:
- Did you enter the Userid of the Sender?
- Does the sender have permission to use PMs?
- Does Usergroup registered have permission to use PMs?
- Are you using the original Phrases?
Please only click Install if you actually have installed/are using this Hack, and click Uninstall whan you don't use it any longer!
Important Notice
This Hack is not designed nor necessary for vBulletin 3.6.
Do not install it on vBulletin 3.6 if you don't want to run into problems.
You should uninstall this Hack before upgrading to vBulletin 3.6
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Boofo, or someone... Could you show me your PHRASE with BB Code or whatever in order to display the WelcomePM with italics, links, etc?
I mean... If i put this (in the "welcomepm" phrase):
Code:
[b*]Hello $username![/b*]
I get an error...
If I put this:
Code:
<b>Hello $username</b>
the private message doesn't display properly because I don't allow HTML in PM...
So? What should I do if I want to use "bold" in my message?
Here's what I use for my welcome pm phrase:
Quote:
[disable]Hello, $username, and welcome to the {$registry->options['bbtitle']}!
We appreciate you taking the time to register on our site and we hope you enjoy your stay. To start you off right, the Staff requests that you introduce yourself to the community by clicking here.
A list of frequently asked questions about our little community can be found here. Please read the FAQ as it contains the rules and guidelines for posting on the site.
We would appreciate it if you would fill out as much of your personal information as possible and set your timezone. We like to get to know our members here a little better and see how far out we are reaching them.
Also, you might want to check out our many avatars available to you. We have quite a selection and are always adding more. If there are some you would like to see added, please let one of our Staff know and we'll see about getting them added for you.
We have some settings in the User CP > Edit Options we think you might be interested in.
If you have any questions or comments, please feel free to contact any of the Staff here for assistance.
Thanks again for registering and we hope to see you around here often.
Sincerely,
The {$registry->options['bbtitle']} Staff[/disable]
Ok, it was not working for some reason. I then found we dont approve our members from the AdminCP, we use the ModCP so I had to edit AdminCP in your plugin to ModCP for it to work.
Now the only problem I am having is that when the AutoPM is sent to the new member, for some reason I am also getting a Welcome PM as if I was also a new member. My id is set in permission to be the sender of the AutoPM, so that that mean I am supposed to get the welcome pm for every member that gets one??? I dont understand why I also get the welcome PM.