Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Automatic Welcome PM Details »»
Automatic Welcome PM
Version: 1.0.4, by Andreas Andreas is offline
Developer Last Online: Jan 2023 Show Printable Version Email this Page

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
  1. 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.
  2. 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.
  3. 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).
  4. 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.

Comments
  #432  
Old 04-27-2006, 02:21 AM
VTXCafe.com VTXCafe.com is offline
 
Join Date: Jul 2005
Posts: 73
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sweet! Works like a charm!
Reply With Quote
  #433  
Old 04-27-2006, 03:51 AM
paulfletcher paulfletcher is offline
 
Join Date: Jan 2006
Location: USA
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's a great way to welcome the users.
Reply With Quote
  #434  
Old 05-02-2006, 07:35 AM
ElForro ElForro is offline
 
Join Date: Mar 2006
Posts: 123
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've put "1" in UserID, of course... Someone can help me with the phrase? I just can't get it... Can I use BBCode for it? Because i Just put a [ B ]Hello[ /B ] and get that error...
Maybe some problem with the language?

Or give me an example of your phrase with BBCode to try it and see what happens...

Thanks!

PD: Maybe I look a little stupid because I can't install this, but i've installed a lot of plugins and had no problems.. Sorry
Reply With Quote
  #435  
Old 05-02-2006, 11:37 AM
paulfletcher paulfletcher is offline
 
Join Date: Jan 2006
Location: USA
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is what I use.

Quote:
Hi $username and welcome to XYZ Training!

We appreciate you taking the time to register on our site and we hope you enjoy your stay.

If you have any questions, you can ask an administrator or an instructor for assistance.

We hope to see you around.

Sincerely,
XYZ Training Staff
Thanks,
Paul
Reply With Quote
  #436  
Old 05-03-2006, 12:21 PM
ElForro ElForro is offline
 
Join Date: Mar 2006
Posts: 123
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks paul! So... I can't use BBCode in the Phrase?
Reply With Quote
  #437  
Old 05-03-2006, 07:23 PM
paulfletcher paulfletcher is offline
 
Join Date: Jan 2006
Location: USA
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

lol. Sorry. I've never tried BB Code. Just thought I would post that information to see if it helped. I think its pretty much the default text. You could try html.

Quote:
Or give me an example of your phrase with BBCode to try it and see what happens...
Here is some html code that would make the text bold, and add a link / change colors etc... If you wanted to try it out.

HTML Code:
<style type="text/css">
<!--
.style1 {color: #FF0000}
.style2 {color: #33FF00}
.style3 {color: #0000FF}
.style4 {color: #FF9900}
.style5 {color: #FFFF00}
-->
</style>
<p>Hello $username,</p>
<p>Welcome to my <a href="http://www.example.com" target="_self">website</a>. I'm going to test <strong>bold</strong>, and <em>Italics</em>. Now I'm going to try some colors...</p>
<p><span class="style1">Red</span>, <span class="style2">Green</span>, <span class="style3">Blue</span>, <span class="style4">Orange</span>, <span class="style5">Yellow</span>. </p>
<p>Thanks,<br>
Admin</p>
Let me know how it goes Sorry I couldn't help more.

Thanks,
Paul
Reply With Quote
  #438  
Old 05-04-2006, 04:30 AM
ElForro ElForro is offline
 
Join Date: Mar 2006
Posts: 123
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've tried HTML but I think that I must allow HTML in Private Messages... and... well, I don't want to...

(Sorry again for all my stupids problems :P)
Reply With Quote
  #439  
Old 05-04-2006, 04:58 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ElForro
Thanks paul! So... I can't use BBCode in the Phrase?
No, but you can use html in the phrases. And bbcode in the message itself.
Reply With Quote
  #440  
Old 05-04-2006, 05:04 AM
Ohiosweetheart Ohiosweetheart is offline
 
Join Date: Dec 2005
Location: N.E. Ohio
Posts: 2,291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've had this hack for about 3 months or so... the % of actual participation from new registrations has increased by at least 60%

I LOVE this hack
Reply With Quote
  #441  
Old 05-05-2006, 02:25 AM
ElForro ElForro is offline
 
Join Date: Mar 2006
Posts: 123
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The problem with HTML is this:

I have this phrase:

Code:
Hola <a href="http://www.elforro.com.ar">$username</a>
<br />
Gracias por registrarte en ElForro!
And of course, I DON'T want to allow HTML in Private Messages...

So, what is my option if I can't use BBCode in Phrases, and I can use HTML in phrases but I can't use it in Private Messages?

I ask this because i want to use bold, italic and colors in my Welcom PM, but i can't... So? Anny suggestion?

Quote:
And bbcode in the message itself.
Isn't the "message itself" in the "welcomepm" phrase?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:19 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04733 seconds
  • Memory Usage 2,318KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_html
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete