vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Phrases for the various vb emails? (https://vborg.vbsupport.ru/showthread.php?t=107638)

EricaJoy 02-10-2006 03:31 PM

Phrases for the various vb emails?
 
Hi all,

I'm attempting to apply a standard template to all the emails my board sends but i don't know all the phrases that control them. Does anybody have a listing of all the default vb phrases?

Thanks.

Andreas 02-10-2006 03:39 PM

All phrases that are being used for eMails are in phrasegroup EMail Body Text :)

Though, if you want to add smth. like a footer it might be easier to do it with a plugin on hook mail_send (assuming that you are using vBulletin 3.5).

EricaJoy 02-10-2006 06:10 PM

LOL @ the obviousness. I guess I should have looked first, eh?

I'm not doing a footer but rather a whole wrapper.
PHP Code:

<center>
  <
table width=75align="center" cellpadding=0 cellspacing=0 style="border:solid; border-color:#496690; border-width:1px;">
    <
tr valign=top
      <
td align=left background="http://www.wbs-reloaded.com/images/aria/misc/nav_bg.gif"><div align="center"><font face="Arial, Helvetica, sans-serif"><a href="invite/%7B5%7D/register.php?invite=%7B6%7D"><img src="http://www.wbs-reloaded.com/images/aria/misc/logo.gif" border="0"></a></font></div></td>
    </
tr>
  <
tr>
    <
td><table border="0" width=100cellspacing="5">
    <
tr valign=top
      <
td width=517 align=left>
        <
p> <font color="#496690" face="Arial, Helvetica, sans-serif"><strong>Hi 
                $username
,</strong></font
              <
p><font face="Arial, Helvetica, sans-serif">Email Message text</font
              <
p><font face="Arial, Helvetica, sans-serif">We look forward to 
                seeing you again
!</font></p>
              <
p><font face="Arial, Helvetica, sans-serif"><b><font color="#496690"><a href="http://www.wbs-reloaded.com" target="_blank" style="text-decoration:
none"
>WBS-Reloaded</a></font></b><i></i></font>
<
p>&nbsp;</td>
    </
tr>
      </
table></td>
  </
tr>
</
table></center>
<
p align=center><font face="Arial, Helvetica, sans-serif"><br>
  <
br>
  <
font size="1"><strong>This message is not spam and was sent to you by the WBS-Reloaded 
  Administration
. <br>
  If 
you would like to stop receiving mails from WBS-Reloadedyou can unsubscribe 
  by clicking 
<a href="http://www.wbs-reloaded.com/profile.php?do=editoptions" target="_blank">here</a
  and 
unchecking the box labeled Receive Email from Administrators.</strong></font></font></p

The HTML is ugly but the emails look good once they are sent. Can that be done with a plugin?


All times are GMT. The time now is 08:49 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.00975 seconds
  • Memory Usage 1,738KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete