vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   >>>>email user input first/last name?<<<< (https://vborg.vbsupport.ru/showthread.php?t=77691)

dreamhost 03-07-2005 10:19 PM

>>>>email user input first/last name?<<<<
 
I am trying to add in the logic to the file that emails users to be able to say hello "first/last name" kind of how it allows $username now.

I can see kinda why it does not work as that information is stored in the userfield table where the only variables that are allowed are from the user table.

Could someone please advice which file would need to be changed and how to go about adding in the ability to search another vb table "userfield" to use variables from that table as well?

For our particular situation it is $field20 and $field21 from the "userfield" table inside the main vb db.

why-not 03-07-2005 10:25 PM

Hi

what file are you talking about! ( the one that contains the email code)

Are you using these!

Code:

$bbuserinfo['field20'];
$bbuserinfo['field21'];


Sonia

dreamhost 03-07-2005 11:06 PM

Quote:

Originally Posted by why-not
Hi

what file are you talking about! ( the one that contains the email code)

Are you using these!

Code:

$bbuserinfo['field20'];
$bbuserinfo['field21'];


Sonia

thanks but it didn't work
here's what i want to do:

In vb admin there is the ability to email users in the users dropdown. We use that all the time, and it works great!
Some variables are allowed automatically such as $username so I can make an email like
hello $username
this is a test email

that would output the right username for that particular email.

I want to extend it to grab information from other tables like the "userfield" table from vb to be able to input the firstname lastname into the email instead of the username.

obviously if vb would have stored these custom fields in the same table it would be a cakewalk and allready built in, but since the data i want resides in another table entirelly it's not built in.....

I hope this makes more sense and thanks for the help.
When I tried your idea it just output the $bbuserinfo['field20'] in the email that was sent and made no attempt to parse that into the field20 which is in our setup the first name of the member.

I am guessing that the file I have to modify is in /admincp/email.php in order to give it the logic to look at another table.. just not sure is all, nor what to change

dreamhost 03-10-2005 05:34 PM

Still no go on this project, I've torn through the file but have not yet been able to figure out how to give it the logic to work on 2 sep tables when dealing with trying to bring in the other custom fields.... can anyone help with this?


All times are GMT. The time now is 03:11 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.02421 seconds
  • Memory Usage 1,720KB
  • 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)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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