Forum Replies Created
-
Author
-
RonPParticipant
I need s2member membership plugin to be added to the kleo config matching fields.
Free user level 0 works with matching, but levels 1 thru 4 do not.
I know you spent a lot of time on the integration of the other membership and I apologize for not working with it. But I have a deadline and unique requirements.
Anyone reading this. Sweetdate doesn’t have any problems with this plugin past the matching.
Only changes that need to be made to a default instal of s2 is add this line to you welcome page login instead of creating a page /members/%%current_user_login%%/RonPParticipantOk So s2member is the perfect plugin for this package, for me at least.
I have restricted messaging to redirect to a membership price page.
Photo Uploads are also restricted by redirect.I just have one problem I may need to make a new post about.
RonPParticipantI see you replied to a post like this and I will post it here with questions.
I have a friend site. Men look for men automatically and it would be inappropriate for the action to be shown.
The matching numbers still dont work.
Hi,
For the search to work you need to enable matching field from Sweetdate -> Buddypress. You should match “I am a” and “Looking for”(your translated ones).If you have translated you fields then you need to change the kleo_status_icon shortcodes from the homepage to match your translated ones:
[kleo_status_icon type=”Translated Man” image=”http://seventhqueen.com/demo/sweetdatewp/wp-content/uploads/2013/06/apple-touch-icon.png” subtitle=”Man online”]
Change the name under the type attribute with your translated one
RonPParticipantAnd considering the default profile fields that have been filled out aren’t working either. I have to ask is this working for anyone else ?
RonPParticipantI got it to not show any errors by adding it this way, but it isn’t working for me. Just like the hearts thing. Can’t get rid of them. Is this a cache issue? And where do you clear cache on this word press thing.
//single value fields like select, textbox,radio
$kleo_config[‘matching_fields’][‘single_value’] = array (
‘Marital status’ => 20,
‘Country’ => 5,
‘City’ => 5,
‘Profession’ => 10,
‘Annual Income’ => 10,
‘Education’ => 10,
‘Political Views’ =>5,
‘Religion’ => 20,
‘Weight Type’ => 5,
‘Ethnicity’ => 15
);
//multiple values fields like multiple select or checkbox
$kleo_config[‘matching_fields’][‘multiple_values’] = array (
‘Interests’ => 10,
‘Looking for’ => 10,
‘Smoking, Drinking & Drugs’ => 10,
‘Second Language’ => 20
);RonPParticipantSo I have changed my site for friends. Do I assume that I comment these lines out to remove
//required for initial match. If the sex preference matches it will continue to the specified fields below
//$kleo_config['matching_fields']['sex'] = 'I am a';
//$kleo_config['matching_fields']['looking_for'] = 'Looking for a';
//sex percentage
//$kleo_config['matching_fields']['sex_percentage'] = 49;And I have these single value boxes in my profile fields Profession, Annual Income, Education, Political Views, Religion, Weight Type, Ethnicity Do I add them like so ?
//single value fields like select, textbox,radio
$kleo_config['matching_fields']['single_value'] = array (
'Marital status' => 5,
'Country' => 5,
'City' => 5,
'Profession' => 10,
'Annual Income' => 10,
'Education' => 10,
'Political Views' =>5,
'Religion' => 20,
'Weight Type' => 5,
'Ethnicity' => 15,
);And for checkbox items I use this, this way ?
//multiple values fields like multiple select or checkbox
$kleo_config['matching_fields']['multiple_values'] = array (
'Interests' => 10,
'Looking for' => 10,
'Smoking, Drinking & Drugs' => 10,
'Second Language' => 20,
);
}And this code is introduced to the functions.php file ? I didn’t find this code in there.
Thank youRonPParticipantI am not seeing those options in the advanced tab. I have
Show Excerpts to Non-Members?
and other things. Nothing about messaging.RonPParticipantPerfect timing, I am so looking forward to this, as It is the last piece of the puzzle.
-
AuthorPosts