Changing sign up link

Discussion in 'Troubleshooting' started by surfingonsound, Sep 23, 2010.

  1. surfingonsound

    surfingonsound New Member

    Joined:
    Aug 13, 2010
    Messages:
    11
    Does anyone know how I can do that?

    Right now it's pointing to "http://www.MySite.com/amember/signup.php"
  2. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    where do you want it to point to?
  3. surfingonsound

    surfingonsound New Member

    Joined:
    Aug 13, 2010
    Messages:
    11
    To my shopping cart sign up link, which is from Ultra-cart.
  4. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    All of the templates are stored at amember\templates. You can modify the link to point to whatever you like on a page by page basis.
  5. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    You are probably talking about the login page link?
    amember/templates/login.html
    and maybe the index page index.html

    David
  6. surfingonsound

    surfingonsound New Member

    Joined:
    Aug 13, 2010
    Messages:
    11
    Look at next post.
  7. surfingonsound

    surfingonsound New Member

    Joined:
    Aug 13, 2010
    Messages:
    11
    I found the source. Looks like my programmer use the Membership Academy Amember Widget and changed the link from inside.

    Since this might help someone later on, here's what I did.

    I looked into the Membership Academy Amember Widget editor through Wordpress and found this below.

    $amember_widget_url = empty($options['amember_widget_url']) ? '/amember/' : $options['amember_widget_url'];

    $amember_widget_signup = empty($options['amember_widget_signup']) ? 'Sign up today!' : $options['amember_widget_signup'];

    $amember_widget_landing = empty($options['amember_widget_signup']) ? '/amember/signup.php' : $options['amember_widget_landing'];

    I simply replaced the /amember/signup.php code with the url I want it to link to. I did that twice since there were two of the /amember/signup.php code snippet.

    I have no idea if this is the correct and secured way of doing it but at least it's working.

Share This Page