-
Author
-
June 16, 2014 at 01:14 #19839Sambo258Participant
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%June 19, 2014 at 17:00 #20294Sambo258ParticipantPlease 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.
June 20, 2014 at 14:14 #20362AbeKeymasterHi there,
See this topic on changing the fields that affect the matching score: https://archived.seventhqueen.com/forums/topic/match-numbersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.June 23, 2014 at 19:23 #20565Sambo258ParticipantHello, can anyone hear me? 3days? I thought the turn around was 48 hours?
June 23, 2014 at 23:29 #20581AbeKeymasterHi 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---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The topic ‘Match problem,’ is closed to new replies.