+ Reply to Thread
Results 1 to 2 of 2

Thread: Show Account Type in account_created_admin email template

  1. #1
    Senior Member
    Join Date
    Jun 2013
    Posts
    188

    Show Account Type in account_created_admin email template

    Can you update the email template account_created_admin, which notifies the admin of a new account, to show the Account Type as well? I've had to do this with every Flynax site and it would be nice if it's part of the core software.

    This allows us to easily/quickly see the account type of a new registration.

    You may also want to consider adding it to all "new account" emails, even the ones that goes to the new account user.

    Thank you
    Ron

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello Ron,

    Go to ftp > includes > classes > rlAccount.class.php > public function sendRegistrationNotification > // prepare admin notification e-mail

    find:
    PHP Code:
    Only registered members can view the code
    and change to:
    PHP Code:
    Only registered members can view the code
    then go to the template and add a placeholder {account_type} to the text

+ Reply to Thread