vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Add additional field (variable) to subscription email? (https://vborg.vbsupport.ru/showthread.php?t=152054)

louis_00 07-12-2007 12:07 PM

Add additional field (variable) to subscription email?
 
I would like to add an additional "phrase variable" to my forum and thread subscription emails. Since I'm using this internally we set the username for the employees, then I used a custom field in the userfield table to add the employees "real name." To display under their username in the forums.

This is what I did so far:

Code:

Dear $got_users[username] [field5],
$threadinfo[postusername] [field5] has just created a new thread titled - $threadinfo[title] - in the $foruminfo[title_clean] forum of $vboptions[bbtitle], which you have subscribed to.
This thread is located at:
$vboptions[bburl]/showthread.php?p=$newpost[postid]
Here is the message that has just been posted:
***************
$newpost[message]
***************

There may be other replies also, but you will not receive any more notifications unless you additionally subscribe to the thread.
All the best,
$vboptions[bbtitle]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Unsubscription information:
To unsubscribe from this forum visit the following link:
$vboptions[bburl]/subscription.php?do=usub&f=$foruminfo[forumid]

As you can see I added [field5] to the phrase above. But with no luck, this is how my email shows.

Code:

Dear Louis_00 [field5],
John [field5] has just created a new thread titled - Testing 123456789 and 10 - in the Community Square forum, which you have subscribed to.

As you can see [field5] is displayed instead of the name within field5. Can anyone here let me know where/how/what I need to edit to get this variable working? I posted on the VB site as was redirected here. I hope I was clear and this makes some sense as I tried to explain in as much detail. Thanks.

snakes1100 07-12-2007 09:50 PM

Did you create a phrase for field5 and try calling the phrase instead?


All times are GMT. The time now is 12:17 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.01475 seconds
  • Memory Usage 1,708KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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