Hello,
I'm looking for someone who can help me to display 2 custom fields in the e-mail that admin receives when someone of forum members requests to join a Group.
This is the actual content of my e-mail template
group_request.txt:Code:
Username: "{REQUEST_USERNAME}"
Group: "{GROUP_NAME}"
E-mail: "{PAYPAL_ID}"
Transaction ID: "{TRANSACTION_ID}"
{U_PENDING}
And from above code the following lines are my custom fields:
Code:
E-mail: "{PAYPAL_ID}"
Transaction ID: "{TRANSACTION_ID}"
I also found a similar thread, but it didn't helped:
http://www.phpbb.com/community/viewtopi ... &t=1769475Thanks