Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
  • in reply to: Sweetdate Updates Change log #65573
     omtr
    Participant

    hi,
    we can i find the changelog for version 2.8.3 that was released today?

    thanks + regards
    omtr

    in reply to: Age Matching: always the same score #51100
     omtr
    Participant

    never mind, i will use the custom search instead.

    in reply to: Age Matching: always the same score #49657
     omtr
    Participant

    Hi Laura,

    please try again, there was a DDOS running on the subnet, i hope the DNS error is gone now.
    thanks!
    omtr

    in reply to: Age Matching: always the same score #49005
     omtr
    Participant
    This reply has been set as private.
    in reply to: Age Matching: always the same score #48293
     omtr
    Participant

    Hi Laura,
    thanks for your help.
    The coded that i used before sweetdate introduced its own in the admin panel was not really satisfying as it did not work on vice versa gender search.
    Because of this, i’d prefer to use the code that comes on board of sweetdate.

    –omtr

    in reply to: change profile menu items (the one on the top right) #35266
     omtr
    Participant

    uh, now that was easy 😀
    perfect – thank you!

    in reply to: change profile menu items (the one on the top right) #34730
     omtr
    Participant

    obviously there is no classic menu at all, i guess it’s hardcoded into the theme. so maybe i can add menu elements by adding an action to my functions.php?
    can you give me the code for it?

    in reply to: change profile menu items (the one on the top right) #34681
     omtr
    Participant

    the menu style is perfect, i just want to change the content of it, e.g. add or modify the links in it. maybe i’m blind, but i cannot find this menu in the wordpress appearance section.

    thanks for your help!
    omtr

    in reply to: change profile menu items (the one on the top right) #34594
     omtr
    Participant

    Hi Kamal,

    sure – i mean this one (its partially translated by me but i think you know which menu i mean):

    Attachments:
    You must be logged in to view attached files.
    in reply to: Change "Add Friend" Buttons #33773
     omtr
    Participant

    hey Abe,

    thanks for your help and thanks again for solving a problem that is not directly related with your theme. i really appreciate your support, it is definitely worth the price for this wonderful piece of work.

    best regards
    omtr

    in reply to: RT Media Upload Link missing after SD Update #32633
     omtr
    Participant

    problem has solved itself, obviously the last update to 2.7 had a bug fix for it.

    in reply to: Multiple Checkbox: not partial match? #21581
     omtr
    Participant

    Hi Catalin,

    thanks for your quick response. i already updated to the new version. as far as i understand the compatibility_score() function, it is already coded the way i want to have it: every match on multiple checkboxes is added to the score. at least that is what the coded is supposed to do. Unfortunately the multiple checkboxes do not have any effect on my score. to finde the reason, i tried several different member searches and tried changes the target member profile interests. but the result is always the same: the score does not change. btw: single value fields work perfectly!

    COPY CODE
    add_action('after_setup_theme','kleo_my_match'); 
    
    //If we want to match by members sex. values: 0|1
    $kleo_config['matching_fields']['sex_match'] = 0;
    function kleo_my_match() {
      global $kleo_config;
      $kleo_config['matching_fields']['starting_score'] = 1;
      //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;
      //single value fields like select, textbox,radio
      $kleo_config['matching_fields']['single_value'] = array ( 
        'Marital status' => 10, 
        'Country' => 10, 
        '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' => 5
      );
    }

    sex, marital status, country and city are set for scoring and i get a perfect 75 when i do a search. but Interests do not have any impact.

    obviously there are a lot of people in this forum who have the same problem – i hope that there is a simple answer for me.

    thanks in advance, i appreciate your help! your are doing a great job.

Viewing 12 posts - 1 through 12 (of 12 total)

Log in with your credentials

Forgot your details?