Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2096

phpBB Custom Coding • Re: admin_send_email.txt not showing {USERNAME}

$
0
0
Any ideas why?
You can't just add vars to the email template; it needs to know what those vars refer to. I haven't tested this but try adding the var to /includes/acp_email.php around line 205.

Code:

$template_data = array('USERNAME'=> $row['username'],'CONTACT_EMAIL' => phpbb_get_board_contact($config, $phpEx),'MESSAGE'=> html_entity_decode($message, ENT_COMPAT),);

Statistics: Posted by Kailey — Fri Jul 26, 2024 11:30 am



Viewing all articles
Browse latest Browse all 2096

Trending Articles