vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Pm All Members *Via Email Form (https://vborg.vbsupport.ru/showthread.php?t=64629)

DivisionByZero 05-10-2004 07:03 AM

Is there a way to override the "print_yes_no" and clean it up and make it look professional by doing the following:

replacing the "PM instead of Email" line with:

Method: PM or E-mail

and changing "yes" to "PM" and "no" to "E-mail" ???

Great Hack!

Oblivion Knight 07-20-2004 06:30 PM

It would appear that the usergroup "Awaiting E-mail Confirmation" doesn't receive the PM.. It may be the same for other usergroups, I haven't tested it yet.. I'm testing this on 3.0.3 (slowly getting around to upgrading and re-installing hacks) - any ideas?

Princeton 07-22-2004 12:35 AM

exactly what I needed ... INSTALLED

thank you

Sean S 07-22-2004 04:33 AM

Quote:

Originally Posted by insanctus
As asked for Here

What this does, is turn your admin email all into an email or pm all.

I did it this way due to less clutter and files also effective.

I will offer support as my time allows.

See Screan Shot To See Effect.

thanks, works perfect. Install!

Noiz Pollution 07-29-2004 11:05 AM

I'm liking the look of this hack although I have 1 question.
If I send out a mass PM will the users who have an email alert telling them they have a PM receive an email when the PM hits their inbox? From what I've read this doesn't seem to be the case.

Cheers,
Robert

Noiz Pollution 07-30-2004 02:22 PM

*bump*

Noiz Pollution 08-01-2004 11:41 PM

*bump*

insanctus 08-01-2004 11:47 PM

Quote:

Originally Posted by 662C
*bump*

I think in second page is where I posted the code to email them, that they have a new pm.

I did not put it in the code for I personally did not like the idea, so I added it in a post.

Noiz Pollution 08-02-2004 11:31 AM

Quote:

Originally Posted by insanctus
I think in second page is where I posted the code to email them, that they have a new pm.

I did not put it in the code for I personally did not like the idea, so I added it in a post.

This post?:
Quote:

Originally Posted by insanctus
Ok here it is, It sends a email to everyone saying they got the pm you just mass pmed them (I find this silly myself but hey I will show the code)

I will not be adding this code into txt file for I think it is not ideal.

Find

Code:

                                                        $DB_site->query("INSERT INTO pm (pmtextid, userid, folderid, messageread) VALUES ('$pmid', '$user[userid]', '0', '0')");
After it place this on a new line.
Code:

$touserinfo= array();
                                                        $touserinfo=$user;
                                                        eval(fetch_email_phrases('pmreceived', $user['langageid'], '', 'email'));
                                                        vbmail($user['email'], $emailsubject, $emailmessage);

Enjoy :)


allandk 08-04-2004 10:49 AM

Quote:

Originally Posted by insanctus
I think in second page is where I posted the code to email them, that they have a new pm.

I did not put it in the code for I personally did not like the idea, so I added it in a post.

insanctus: why don't you answer my email ?

/Allan


All times are GMT. The time now is 03:32 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.01204 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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