Results 1 to 6 of 6

Thread: Where is the looking for age 18 - 18 fix, can't find it anywhere

  1. #1
    Lee Rees
    Guest

    Default Where is the looking for age 18 - 18 fix, can't find it anywhere

    On joining members are given looking for age 18 - 18 meaning no members show up in search.

    There has been numerous posts and fixes but I am unable to search using vbellutin i just cant find it no matter what i search for.

    I know a FAQ exists somewhere on this forum but again I have been unable to find it via the search.

    Please please can somebody give me a direct link to the post where this issue has been fixed.

    This is a majorly common issue so im really hoping someone will take a few minutes to help me. Thanks.

  2. #2
    zman
    Guest

    Default

    Do you mean this one?

    Change members age

  3. #3
    Lee Rees
    Guest

    Default

    No not that,

    The issue is when users register it sets their desired partners age range to 18 - 18

    so basically they are invisible in the searches to anybody that isn't 18

  4. #4
    Prometheus
    Guest

    Default

    How to set default country / year of birth in join form?

    Quote Originally Posted by Smoge
    Hi,

    This is in CLEAN, but I'll post it here also for everyone.

    The default looking age of 18-18 is totally crazy... people sign up - and often, don't change this - screwing up the searches, and the admin then needs to adjust it in the admin profile edit.

    The code below, takes care of this. You dont need to set LookingAge2

    Add this to join_form.php, under $page = $_POST[page];

    Code:
    // Set this value to what ever age you want, minus 18.  18-93 will result in a looking age of 18-75 on the join form
    if ( !$_POST['LookingAge1'] )
    {
    $_POST['LookingAge1'] = 18-93;
    $p_arr['LookingAge1'] = 18-93;
    }
    Smoge

    PLEASE POST YOUR VERSION!
    Last edited by Prometheus; 02-08-2007 at 10:25 AM.

  5. #5
    Lee Rees
    Guest

    Default

    Thanks for that!

  6. #6
    Nos
    Guest

    Default

    Is this still an issue in the newer version, 6.0 and up?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. trying to add search mod but cant find?
    By james@ff in forum Dolphin General Discussion v6.00 and above
    Replies: 0
    Last Post: 09-30-2008, 06:18 AM
  2. Where can I find this?
    By silverado350 in forum Dolphin General Discussion v6.00 and above
    Replies: 5
    Last Post: 04-10-2008, 07:45 PM
  3. need help to find charset=UTF-8
    By rodjoi in forum Dolphin General Discussion v6.00 and above
    Replies: 0
    Last Post: 01-19-2008, 09:12 AM
  4. where can I find this __main_logo__
    By bestplace in forum General Issues, Comments, Questions
    Replies: 3
    Last Post: 11-17-2007, 05:55 PM
  5. where to find this
    By warrior in forum FAQ & HOWTO
    Replies: 3
    Last Post: 09-14-2006, 10:30 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •