vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How to have a prefix on every email set? (https://vborg.vbsupport.ru/showthread.php?t=40573)

JoshFink 07-02-2002 09:35 PM

How to have a prefix on every email set?
 
I would like it so that when an email is sent from the system it is prefixed by a phrase of my choosing, like "Community Message -" and then it adds the true subject after that.

I think a lot of people have junk mail features in their email or just ignore emails where the subject doesn't catch them.

Where would I put this code? Which file? I've been searching.

Thanks

Josh

Admin 07-03-2002 06:25 AM

You can edit each emailsubject_ template and add that.

Admin 07-03-2002 06:28 AM

You can also run this template to it automatically:
Code:

UPDATE template SET template = CONCAT('Community Message - ', template) WHERE title LIKE 'emailsubject%';

JoshFink 07-03-2002 12:41 PM

Thank You... That helps out a lot.

One more question. Say I wanted to include the text that I was going to use in a file (for instance the config.php file used for vbPortal). How would I go about doing that?

Thanks

Josh

Admin 07-03-2002 02:45 PM

That would be a lot harder, you'll need to trace down every call to mail() in vBulletin, make sure the config variable can be used there (you might need to globalize it) and use it in the templates.

JoshFink 07-03-2002 04:04 PM

Thanks. I've got some things I'm going to work on. I can always fall back on the easy way.

Josh

Tralala 08-16-2007 06:59 PM

How can I do this with 3.6.x? (I'm not seeing any "emailsubject_" templates.)

Specifically I'd like to add a default prefix for emails sent out via the AdminCP -> Users -> "Send Email to Users" function. (It's email.php in the admincp folder, if that helps.)

I'd like those emails to have my forum name as a prefix, so users can consistently find/filter them.

Paul M 08-16-2007 07:35 PM

Wow, impressive five year bump.

You can use the "mail_send" hook to update the subject (and other parameters) before a mail is sent.

Tralala 08-16-2007 09:48 PM

Quote:

Originally Posted by Paul M (Post 1319142)
Wow, impressive five year bump.

Thanks! I was a good boy and did a search. :D

Quote:

Originally Posted by Paul M (Post 1319142)
You can use the "mail_send" hook to update the subject (and other parameters) before a mail is sent.

Thank you. Can you please also tell me how to edit the mail_send hook?

I know how to edit templates, phrases and plugins, but haven't yet deal with hooks. I'm self-taught with all things vBulletin and have gotten along fine for awhile now. I follow instructions well. Any notes on how to use the mail_send hook to add a prefix to these emails, would be appreciated. :)

Tralala 09-09-2007 02:47 PM

Quote:

Originally Posted by Paul M (Post 1319142)
You can use the "mail_send" hook to update the subject (and other parameters) before a mail is sent.

Any help on how to do this?


All times are GMT. The time now is 04:09 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.01204 seconds
  • Memory Usage 1,729KB
  • 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
  • (3)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
  • (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