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)
-   -   Automatic Welcome PM (https://vborg.vbsupport.ru/showthread.php?t=91729)

Brinnie 07-17-2005 07:02 AM

Quote:

Originally Posted by KirbyDE
@coffeefix
It sends the PM in the following situations:
  • If no eMail Verification is required after the Registration is Completed and user is not COPPA/Moderated
  • If eMail-Verification is required after the Acount has been activated and the User is not COPPA/Moderated
  • After a moderated/COPPA User is accepted.

Currently it does not send a PM for Users added through ACP, but I can add support for this too.


a fairly awkward request, but would you consider puting on a timer after one of you listed criteria was met?

That way, it won't seem like so much of a bot if it send 3 mintes after registration. :)

Or maybe even after their first post. :)
That would also save on resources. ;)

ThorstenA 07-17-2005 07:17 AM

Quote:

Originally Posted by Brinnie
a fairly awkward request, but would you consider puting on a timer after one of you listed criteria was met?

That way, it won't seem like so much of a bot if it send 3 mintes after registration. :)

Or maybe even after their first post. :)
That would also save on resources. ;)

Three minutes after registration would be nice. And of course before first post.

Brinnie 07-17-2005 07:24 AM

Quote:

Originally Posted by ThorstenA
Three minutes after registration would be nice. And of course before first post.

I just added that "after the first post" thing because it would be easier.

ThorstenA 07-17-2005 07:27 AM

Quote:

Originally Posted by Brinnie
I just added that "after the first post" thing because it would be easier.

Most people on my boards do not post and my private mail is getting them to post, posting statistics from new members increased significantly after installing automatic welcome pm plugin.

Battle_Ring 07-19-2005 01:53 AM

Works for me thanks

Boofo 07-22-2005 04:35 AM

Quote:

Originally Posted by KirbyDE
Currently it does not send a PM for Users added through ACP, but I can add support for this too.

Has this been added yet? ;)

Boofo 07-22-2005 07:09 AM

Quote:

Originally Posted by KirbyDE
@coffeefix
Have you set up the sender UserID (vBulletin Options / User Registration Options)?
By default this is 0, eg. don't send PMs.

I don't see a place in there to set the sender ID. I'm on beta 4.

Andreas 07-26-2005 08:31 AM

Welcome PM for Users added through ACP is not yet a feature.

You can set the Sender ID in ACP / vBulletin Options / vBulletion Options / User Registration Options

Boofo 07-26-2005 02:47 PM

Quote:

Originally Posted by KirbyDE
Welcome PM for Users added through ACP is not yet a feature.

You can set the Sender ID in ACP / vBulletin Options / vBulletion Options / User Registration Options

I still don't see it anywhere in there, Sorry. :(

Andreas 07-26-2005 06:17 PM

Updated for RC1

Mike Sullivan 07-26-2005 07:37 PM

Quote:

Originally Posted by KirbyDE
Updated for RC1

Kirby, your RC1 XML file seems to be missing somethings. Like the hooks. And the setting. :)

They're probably not tagged as for this product properly.

Also, in your install code...
Code:

        $db->query("UPDATE " . TABLE_PREFIX . "phrase SET languageid=-1, product='profileviews' WHERE languageid=0 AND varname IN ('setting_welcomepmuserid_desc', 'setting_welcomepmuserid_title', 'welcomepm')");
Profileviews? :)

Andreas 07-26-2005 08:16 PM

Guess I totally messed up the XML, lol :D
Should be OK now.

Boofo 07-26-2005 08:20 PM

Ahhh, so it wasn't just me this time. Pheewww! I was starting to worry. ;)

And thank you, Mike. ;)

Boofo 07-26-2005 08:46 PM

There's no description for the setting for the ID. That's the way it is supposed to be, right?

Any way to add a setting to be able to edit the message itself instead of editing the phrase? ;)

Andreas 07-26-2005 08:58 PM

Description should have been there ... dunno why it wasn't but now it is.

Hmm, why do you want a setting for changing the Text?

Doesn't make sense IMHO.

Basically, this is the same as the Welcome eMail - which is also defined as a Phrase.

Boofo 07-26-2005 09:19 PM

The setting to change the text would just make it easier to add links or whatever to the welcome email like maybe if a forum ID changes or something along that line.

How do I upgrade it to add the descition? Delete what is in the plug-ins now or just re-run the new file?

Andreas 07-26-2005 09:24 PM

I don't see how a setting would make it easier then a Phrase?

Just Re-Import and tick Overwrite.

Boofo 07-26-2005 09:44 PM

Quote:

Originally Posted by KirbyDE
I don't see how a setting would make it easier then a Phrase?

Just Re-Import and tick Overwrite.

Np problem buddy, it was just a suggestion that I'm sure you will hear again. Not having to search through phases to find something makes it alot easier to get at is all. ;)

Thanks for the quick service. ;)

Andreas 07-26-2005 10:04 PM

Quote:

Originally Posted by Boofo
Not having to search through phases to find something makes it alot easier to get at is all. ;)

If that's all ... place the attached File in includes/xml and reload the ACP Navigation Frame.

Boofo 07-26-2005 10:12 PM

Quote:

Originally Posted by KirbyDE
If that's all ... place the attached File in includes/xml and reload the ACP Navigation Frame.

You see, now there you go. Exactly what I was talking about and wanting. ;)

I should have thought of that myself. Duh on me.

Thank you, sir! ;)

Andreas 07-26-2005 10:14 PM

I think i'll change the Description Text and put the Links there.
Does make more sense IMHO, and doesn't add more stuff to the (already very bloated) CP Nav :)

Boofo 07-26-2005 10:17 PM

That'll work just as well, maybe even better to have it all in one place. ;)

Andreas 07-26-2005 10:22 PM

So here goes 1.0.2 :p

Boofo 07-26-2005 10:32 PM

Perfect! I like this way even better. Thank you, again, sir! ;)

One last thing, if we want to add a forum link to the new member's forum, would it be like it was pre-3.5? And just use html code?

Andreas 07-26-2005 10:35 PM

If HTML is allowed for PMs you can use HTML.
Otherwise you can only use BBCode.

Biker_GA 07-26-2005 10:40 PM

That was painless. Thanks Kirby. :)

Boofo 07-26-2005 10:42 PM

Quote:

Originally Posted by KirbyDE
If HTML is allowed for PMs you can use HTML.
Otherwise you can only use BBCode.

I guess that was really a stupid and pointless question on my part, huh? Guess I've been away from it longer than I thought. ;)

Biker_GA 07-26-2005 10:56 PM

LMAO! I wouldn't worry about it. Some of the questions I've asked over the past couple of days are, upon retrospect, well..... I blame it on the lack of sleep and late nights. :D

Boofo 07-26-2005 10:59 PM

I can only blame mine on complete and utter ignorance and running out of Hot Pockets!

Biker_GA 07-26-2005 11:32 PM

**grin** Me? It's when the blood content in my alcohol is too high. ;)

Boofo 07-27-2005 12:22 AM

I've been there and I'm going again soon, I hope. ;)

Biker_GA 07-27-2005 12:25 AM

Gonna sober up? WHY?!

(Read my previous statement again.. Carefully. ;) )

Boofo 07-27-2005 12:31 AM

You were tseting me, huh? And I failed miserably. ;)

Biker_GA 07-27-2005 12:48 AM

Heh...

Sorry Kirby... :D

FleaBag 07-27-2005 10:31 PM

Hard to believe this was such a hefty hack for 3.0. Awesome plugin, I've missed this for a while since I got too lazy to reinstall a pile of hacks after upgrades. Thanks once more heh.

Bro_Joey_Gowdy 07-29-2005 10:41 PM

I continue to recieve this error :

Invalid argument supplied for foreach() in /includes/functions.php on line 771

Parse error: parse error, unexpected '<' in /forum/register.php(409) : eval()'d code on line 22

Boofo 07-29-2005 11:08 PM

When do you get that error?

Bro_Joey_Gowdy 07-29-2005 11:14 PM

I recieve this error every time I attempt to import the xml file :
Invalid argument supplied for foreach() in /includes/functions.php on line 771

I recieved this error when I registered the test account a few moments ago :
Parse error: parse error, unexpected '<' in /forum/register.php(409) : eval()'d code on line 22

Boofo 07-29-2005 11:16 PM

Make sure you are using the Product Manager and not uploading it as a plug-in. ;)

Bro_Joey_Gowdy 07-29-2005 11:26 PM

Quote:

Originally Posted by Boofo
Make sure you are using the Product Manager and not uploading it as a plug-in. ;)

:ermm:

Ehh... yeah it uploaded with any errors that time... whats the difference between the 'Product Manager' and the 'Plugin Manager'

:disappointed:


All times are GMT. The time now is 10:53 AM.

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.01510 seconds
  • Memory Usage 1,797KB
  • 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
  • (1)bbcode_code_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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