Where to edit this phrase?

Discussion in 'Templates customization' started by fertilepress, Jun 4, 2011.

  1. fertilepress

    fertilepress Member

    Joined:
    Dec 6, 2008
    Messages:
    96
    I've checked the language file and can't find it anywhere.

    "If that is your account, please go to your membership page to login into your subscription."

    "your membership page" is a link to member.php.

    Thanks!

    renee
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    Is this an error message that pops up on the signup page?
    May be in one of the javascript files that checks for an existing username.

    David
  3. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    amember\language\en.php

    Code:
    define ('_UNIQ_LOGIN_EXSTS_TEXT_2', 'If that is your account, please go to %syour membership page%s to login into your subscription.');
    which is called from a couple of places:

    ameber\ajax.php
    amember\unique_login.php

Share This Page