Search Form

Discussion in 'Troubleshooting' started by webmaster, Jun 27, 2003.

  1. webmaster

    webmaster Guest

    the member search form in the admin panel has a search by date, but the only available year is the current year 2003; how do we search future years for "membership expires after"?
  2. alex-adm

    alex-adm Guest

    In file
    amember/templates/admin/user_search.html

    replace
    {html_select date

    to
    {html_select_date start_year="-3" end_year="+10"
  3. ForeverUAE

    ForeverUAE Guest

    not {html_select date
    it's {html_select_date

    had to say something ;)

    thanx Alex that did it

Share This Page