Forum Replies Created

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
  • in reply to: charge different type users #5360
     kiko46
    Participant

    Hi – Thanks – I’ve been trying to add it but just confused where to add the user type (female, male) in the code so that when females register they get the free plan to choose, but when males register they get the monthly charge plan.

    add_action(‘user_register’, ‘kleo_pmpro_default_level’);
    function kleo_pmpro_default_level($user_id) {
    pmpro_changeMembershipLevel(1,$user_id);
    }

    Thanks again!

    in reply to: charge different type users #5128
     kiko46
    Participant

    i know that – that’s my question – how to integrate pmp based on user x & user y.
    Unless you have an answer please stop replying, I don’t need your opinion if it’s a good idea or not. thanks.

    in reply to: charge different type users #5126
     kiko46
    Participant

    Hi, I found this answer you gave from a previous question and it can work for me ONLY if it can be applied specifically to User X (only women). Upon registration User X gets a free account but not User Y – possible?:

    —————
    Hi,
    This is the function you need to add in order to assign a specific membership level to a newly registered user. Add it into your sweetdate-child/functions.php

    add_action(‘user_register’, ‘kleo_pmpro_default_level’);
    function kleo_pmpro_default_level($user_id) {
    pmpro_changeMembershipLevel(1,$user_id);
    }

    This one assigns level with ID 1
    ———————

    in reply to: charge different type users #5124
     kiko46
    Participant

    It is actually something I think lots of users would benefit from. It doesn’t apply to only dating sites.
    I have seen this question elsewhere but I can’t find it anymore and don’t remember the answer.

    Just to be clear:
    when the user signs up their membership would be different if they are user X or user Y. User X would have a free membership or different pricing, and User Y would have a paid account or different choices from user X.

    Thanks!

    in reply to: Create Forum #4982
     kiko46
    Participant

    thanks.

    in reply to: Create Forum #4910
     kiko46
    Participant

    from what I understand from reading bbpress is that forums can only be inside groups OR only as site wide forums – can’t have both in the same site – correct?

    in reply to: search users and activity #4791
     kiko46
    Participant

    ok, thanks!

    in reply to: add users to mailchimp on signup #4790
     kiko46
    Participant

    Great! Thanks SQ and adam!

    in reply to: login when restricting pages #4204
     kiko46
    Participant

    Thanks, fixed it.

    in reply to: login when restricting pages #4137
     kiko46
    Participant

    Hey, still don’t understand why this is not working and don’t think you understand the problem.

    If I remove “I am a” and leave only “Looking for” then the matching results are only for those user who are looking for the same thing – which is not correct.
    For example, if a man is looking for a woman, in my current setup and what you are recommending is the man will only get matched with other men because the matching will only match the “looking for” field which means the users shown in the results are other user “looking for” a woman.
    I need for when a user is searching for a “woman” for that search to looking into the “i am” field so that the man is searching for users who under the label “I am” have woman.

    Just in my situation I am not using men and women, but instead other user roles. Please take a look and tell me why the matching is not happening. I made the fields into drop-down text boxes, like your demo, and it is still not matching users. Please take a look using the admin account I setup for you. Thanks!

    in reply to: login when restricting pages #4104
     kiko46
    Participant

    hey guys, sorry to bother you again, but please let me know if you can see why the matching is not happening.
    To make the problem easier to understand, I’ll compare to a dating site:
    currently, men are getting matched up with men not women. It looks like the matching is only looking at the “looking for” section and selecting those users. Thanks!

    in reply to: login when restricting pages #4020
     kiko46
    Participant

    Hey, I have tried everything and I can’t get the matching to happen. For example, if I say that I am a Man and looking for a Woman in the search form it is only matching me with Men. As you know we are not creating a dating site but that is what’s happening with the matching of our users.

    in reply to: login when restricting pages #4016
     kiko46
    Participant

    Thanks! Please let me know how it goes.

    in reply to: login when restricting pages #3972
     kiko46
    Participant
    This reply has been set as private.
    in reply to: login when restricting pages #3931
     kiko46
    Participant
    This reply has been set as private.
    in reply to: Sign Up Button Missing In Form #3662
     kiko46
    Participant

    NEVERMIND! plugin issue 🙂

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

Log in with your credentials

Forgot your details?