This topic has 6 replies, 2 voices, and was last updated 11 years by Abe.

  • Author

    Tagged: , ,

  • #19839
     Sambo258
    Participant

    I have changed all of my profile fields but it has impacted on the match system, I need it to be accurate, I have been to a few other places but no one can help me, let hope some of you lovely people can help me.

    Basic

    Nickname 0%
    Gender 3%
    Sect 5%
    Age 5%
    Marital Status 5%
    Any Children 5%
    Height 3%
    Build 3%
    City 2%
    Country 5%

    Religion

    Religiousness 5%
    Hijab/Beard 5%
    Revert 2%
    Halaal 5%
    Salaah 5%

    Personal

    Personal Values 4%
    Marry Within 3%
    Smoker 5%
    Drinker 5%
    Relocation 2%
    Health 3%
    Citizenship 5%
    Do you Want Children 4%
    Origin 0% Looks Hair Colour 0%
    Eye Colour 0% Ethnicity 2%
    Best Feature 0%
    Education Languages 1%
    Everything Else 0%

    Family

    Mothers Status 0%
    Father’s Status 0%
    No of Brothers 0%
    No of Sisters 0%
    Family Values 4%
    Religiousness 4%

    #20294
     Sambo258
    Participant

    Please help me, how would I add this into my website? I don’t need anyone to do the work, just to give me some instructions would do. Please for the love of god can someone help me.

    #20362
     Abe
    Keymaster

    Hi there,
    See this topic on changing the fields that affect the matching score: https://archived.seventhqueen.com/forums/topic/match-numbers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #20416
     Sambo258
    Participant

    Hi, sorry, I don’t mean to be a bother, but my match system is not working at all now, it’s stuck on 1% and won’t move, please could you kindly have a peek at it and see if you can see why? I have just cracked how to set up the match percentages too with the link you gave me so thanks for that, but I just need it working, I can do the rest. Many thanks Abe, and the warmest of regards.

    I will love you long time if you help me out,

    My details are http://www.nikahpartners.com/wp-admin/ Username; mjk2014 Password 2014.

    Like I said I know how to do the percentages now, but please can you have a look and get it working again for me?

    I love you guys, your help will be greatly appreciated

    #20418
     Sambo258
    Participant

    Sorry Password is also mjk2014

    #20565
     Sambo258
    Participant

    Hello, can anyone hear me? 3days? I thought the turn around was 48 hours?

    #20581
     Abe
    Keymaster

    Hi there, Following the example in the above topic your code that goes to sweetdate-child/functions.php should look like this:

    COPY CODE
    
    //change matching system
    add_action('after_setup_theme','kleo_my_match');
    function kleo_my_match() {
    global $kleo_config;
    $kleo_config['matching_fields']['starting_score'] = 1;
    //If we want to match by members sex. values: 0|1
    $kleo_config['matching_fields']['sex_match'] = 0;
    //single value fields like select, textbox,radio
    $kleo_config['matching_fields']['single_value'] = array (
        'Marital status' => 5,
        'Sect' => 5,
        'Age' => 5,
        'City' => 2,
        'Country' => 5,
    );
    //multiple values fields like multiple select or checkbox
    $kleo_config['matching_fields']['multiple_values'] = array (
        'Interests' => 10,
        'Looking for' => 10,
    );
    }
    

    You should continue the example above with your desired fields to affect the mathching

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Match problem,’ is closed to new replies.

Log in with your credentials

Forgot your details?