+ Reply to Thread
Results 1 to 5 of 5

Thread: Where can I assign Variables

  1. #1
    Senior Member
    Join Date
    Dec 2011
    Location
    Qld Australia
    Posts
    128

    Where can I assign Variables

    I cant find where the email templates variable for {site_name} is so I can change it from flynax

    Ideas people??

  2. #2
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    Go to admin / languages and enter into search options Key site_name and see what pops up you should be able to edit it there.
    Getting Started or Starting Over with Your Classified Site? then Get Ready Set Fly V 4.7.1 > quietSecrets.net

  3. #3
    Member
    Join Date
    Apr 2013
    Location
    Argentina
    Posts
    36
    Pete, hello!

    where can i add new variables for email templates?

    because por example i tryed to use one that i created but doesnt work

    I received the email like it
    "Nombre del Refugio: {nombre_refugio} "

    instead of the name of the field that user entered when registered.

    Thanks!!!

  4. #4
    Hi,

    Open to edit the file: /includes/classes/rlAccount.class.php
    Find the code: (~line 245)
    PHP Code:
    Only registered members can view the code
    and replace to:
    PHP Code:
    Only registered members can view the code
    where:
    '{nombre_refugio}' custom variable
    $account['nombre_refugio'] value from registration form by the field key.

    Feel free to contact me if you have a question.
    Last edited by Alex; July 24, 2013 at 05:44 AM. Reason: typos

    Other than that happy coding...
    Flynax Technical Department

  5. #5
    Member
    Join Date
    Apr 2013
    Location
    Argentina
    Posts
    36
    Thanks very much!!!!!!!

+ Reply to Thread