Suggestion/Fix: Missing back buttons

Discussion in 'Customization & add-ons' started by xlguy, Apr 7, 2005.

  1. xlguy

    xlguy Guest

    I noticed that some of the pages in the member's area didn't have back buttons, for example the affiliate stats page and also the affiliate link code page.

    To add the back link, just paste this code in to the templates

    PHP:
    <input type=button value="&nbsp;&nbsp;&nbsp;&nbsp;Back&nbsp;&nbsp;&nbsp;&nbsp;" onclick="window.location.href='{$config.root_url}/member.php'">
    I hope this helps and I recommend it for the next version.

    PS. 1st post - so I hope this is a good place to post suggestions and also help other users :)
  2. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    Thank you for suggestion - I just added this to CVS, will be released with next version.

Share This Page