Results 1 to 10 of 24

Thread: Guide to storing the user IP address.

Threaded View

  1. #6
    Master
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    421
    OK Oslo,



    Adding the User-IP to the admin email with the key "account_created_admin".

    INFO! Please note the follow feature will only work, if the upper part "Storing the IP Address at the registration process" was made!

    Part 1

    Open includes => classes => rlAccount.class.php

    Find follow code @ line ~ 294

    PHP Code:
    Only registered members can view the code
    and change as follow

    PHP Code:
    Only registered members can view the code
    Save and close the File.

    Part 2

    Now login into the Admin Panel and go to Common -> Email Templates
    Looking for an email template with the key "account_created_admin".
    Now you must edit this email template with the key "account_created_admin".

    Change from

    PHP Code:
    Only registered members can view the code
    to follow

    PHP Code:
    Only registered members can view the code
    Thats all.

    Best regards
    Steffen
    Last edited by Steffen Buschkemper; June 10, 2013 at 05:25 PM.