+ Reply to Thread
Results 1 to 5 of 5

Thread: Problem in E-mail Templates under Admin Panel

  1. #1
    Senior Member
    Join Date
    Aug 2010
    Posts
    174

    Problem in E-mail Templates under Admin Panel

    The {site_name} displays Home page title instead of the site name in the e-mail templates.
    When users receive a confirmation emails, then this error show up.

    Please refer to attachment.
    Attached Images Attached Images

  2. #2
    Hi,

    Yes we changed it to work with Home page title in current version.
    If it's not acceptable for you - you can change it in code or ask our team to make this small change:

    open includes/classes/rlMail.class.php

    find function replaceVariables and make following change in the function

    Code:
    Only registered members can view the code.
    change to

    Code:
    Only registered members can view the code.
    then login to the admin panel and through Languages manager add phrase with key 'new_site_name' and title you want to use as phrase text

  3. #3
    Senior Member
    Join Date
    Aug 2010
    Posts
    174
    Thank you for info.
    I'm not sure about the reason why you changed that to page title; from my point of view, it not user friendly.

  4. #4
    Senior Member
    Join Date
    Aug 2010
    Posts
    174
    I notice another problem in e-mail templates, as mentioned below:

    Username does not show up in some e-mail templates.

    I receive a confirmation e-mail regarding my listing editing.
    The problem is that username does not show up in required field.

    Please refer to snapshot in attachment, where I include a copy of e-mail that I received.
    The e-mail template Key is “edit_listing_pending”
    Attached Images Attached Images
    Last edited by PGGO; May 8, 2012 at 08:21 AM.

  5. #5
    Flynax developer John's Avatar
    Join Date
    Oct 2009
    Posts
    606
    Hello PGGO,
    We changed the {name} variable to {username} in email templates and source code replacement conditions
    of Flynax 4.1 version. Now it should works properly, we will test it and I share results in this thread.

    John

+ Reply to Thread