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)

insanctus 05-03-2004 09:27 AM

Quote:

Originally Posted by BigJohnson
How can we fix this?

Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in /forum/admincp/email.php on line 132

Can you show me the code at 132?

It is hard to fix when can not see the code.

TheShell 05-03-2004 12:20 PM

Quote:

Originally Posted by insanctus
If you mean it does not email them they have a new pm then no, I could add this in but the point of it was to not have them emailed.

Yes, please add this funktion or tell us please how can we do that?


Thanks a lot ..

Gruss

insanctus 05-03-2004 12:39 PM

Quote:

Originally Posted by TheShell
Yes, please add this funktion or tell us please how can we do that?


Thanks a lot ..

Gruss

You want it to email everyone that they have a new pm?

Or only those who want emails when they get a new pm?

TheShell 05-03-2004 02:09 PM

Quote:

Originally Posted by insanctus
You want it to email everyone that they have a new pm?

Yes, thats what i want.

Gruss

insanctus 05-03-2004 02:26 PM

Quote:

Originally Posted by TheShell
Yes, thats what i want.

Gruss

I just have to ask, if you do that, what is the point to pming them and not just emailing it?

TheShell 05-03-2004 02:39 PM

Ok ..

The Problem is, when you emailing something - many users dont read that ( spam ) but when you pming something an they people become a email with "Hello $username, you have a new pm ... in FORUMNAME" they come at the forum and read the pm. Thats all ;o)

In many other vB Forums i have read the same problem and many admins want this option for vb3. Me Toooooo ..

Gruss

subu1 05-03-2004 02:46 PM

Quote:

Originally Posted by SnowBot
why do u need that function? Just email what you would have said in the PM.

If i send my Members a email, (you have a Pm from the Webmaster) suddenly very vile Members come to read around this, my Record lies in 117 Members simultaneously and 552 Members at the same day.

sorry for my bad englisch, that was my translation Machine *g*

greetz subu1 and thxxx

sc4r3d 05-03-2004 03:08 PM

thank you bro

insanctus 05-03-2004 03:55 PM

So it would say private message from (admins name) ?

TheShell 05-03-2004 05:01 PM

Yes ;o)

Gruss

subu1 05-04-2004 07:37 AM

Quote:

So it would say private message from (admins name) ?
si *g*

CharlieBrownDE 05-05-2004 05:44 AM

Quote:

Originally Posted by insanctus
So it would say private message from (admins name) ?

yeah:)

insanctus 05-05-2004 06:21 AM

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 :)

Smoker 05-05-2004 06:46 AM

nice :)

Goes very well :)

Thanks
Smoker

subu1 05-05-2004 11:50 AM

thxxxxxx, :-)

CharlieBrownDE 05-06-2004 08:18 AM

hello together,

for my not so good one English but I has a problem and excuse further I don't know there!
if I want to send a message, then I get an error message with database note. I had indicated although pay a deposit been different.

what can it be due to?


here the error message:

Quote:

Pming
Zeige Benutzer 1 bis 135 von insgesamt 135
148 - Name des letzten Users wird hier angezeigt ....
note:
this chop you translated on German and the forum is going on in German.

dutchbb 05-07-2004 08:54 PM

Finally! One of the best hacks out here imo, thanks for this

/me clicks install

insanctus 05-07-2004 09:34 PM

Quote:

Originally Posted by CharlieBrownDE
hello together,

for my not so good one English but I has a problem and excuse further I don't know there!
if I want to send a message, then I get an error message with database note. I had indicated although pay a deposit been different.

what can it be due to?


here the error message:



note:
this chop you translated on German and the forum is going on in German.

I do not see any database info in that.

insanctus 05-07-2004 09:35 PM

Quote:

Originally Posted by Triple_T
Finally! One of the best hacks out here imo, thanks for this

[high]* Triple_T clicks install[/high]

Most welcome :), glad I could help

Sooner95 05-08-2004 04:13 AM

/me clicks install... nice job M8....good hack

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

Noiz Pollution 08-05-2004 06:01 PM

Quote:

Originally Posted by 662C
This post?:

*bump*

insanctus 08-05-2004 06:09 PM

Quote:

Originally Posted by 662C
*bump*

Yes that post ..... it emails all saying they just got a pm.


@all try now I had an email issue.

y2krazy 08-29-2004 10:41 PM

/me clicks install!

mholtum 09-13-2004 06:29 AM

Work Great! All of 2 minute install! Thank you! *Clicks Install*

trulylowcarb 03-18-2005 05:59 AM

works great on vb3.07 -thanks

Oblivion Knight 03-18-2005 04:38 PM

This mod has been updated (with permission from insanctus)..

The new thread can be found [high]here[/high].

trulylowcarb 03-18-2005 04:43 PM

Sheesh. Can't imagine how I found this thread FIRST.... thanks for the update info!

T3MEDIA 04-11-2005 12:45 AM

Yeah... odd... Thank god cuz that other one by Zero just dont work... (mass PM)

Jagged Tooth 04-25-2005 07:42 AM

Great Hack, Thanks.
/me clicks install

--Jagged Tooth--

h2ojunkie 11-25-2005 08:36 PM

Anyone know if this has been ported to 3.5?


All times are GMT. The time now is 04:41 PM.

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.01422 seconds
  • Memory Usage 1,821KB
  • 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
  • (4)bbcode_code_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (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