Change user after submit

This topic contains 2 replies, has 3 voices, and was last updated by  Kiran 6 years, 9 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #436905

    sonyliston
    Expired Member
    Post count: 58

    Hello,

    Searching for a solution to allow only one listing per user, I found this topic
    https://wpgeodirectory.com/support/topic/limit-listings-of-certain-cpts-to-1-per-user/

    And it works fine! but, the only problem is that it works only when the listing is published directly by the user without a moderated review. That is, when I change the “New listing default status” to “Pending review” or “Draft”, the snippet stops working (it doesn’t change the user role)

    I think that the problem is with the action used “geodir_after_save_listing”

    The full code that I manage to make it work, following the topic founded, is this:

    add_action(‘geodir_after_save_listing’, ‘change_user_role_when_submit’);

    function change_user_role_when_submit( $last_post_id, $request_info ) {

    if (geodir_get_current_posttype() == ‘gd_companies’) {

    $current_user = wp_get_current_user();
    $current_user_roles = $current_user->roles;

    if (in_array(‘business-silver’, $current_user_roles)){

    $current_user->add_role( ‘company_submited’ );
    }

    if (in_array(‘business-gold’, $current_user_roles)){

    $current_user->add_role( ‘company_submited’ );

    }
    if (in_array(‘business-platinum’, $current_user_roles)){

    $current_user->add_role( ‘company_submited’ );
    }

    }
    }

    #437024

    Kor
    Moderator
    Post count: 16516

    Hi sonyliston,

    Thanks for your patience. I’ve forwarded this to a developer and he will attend to you asap!

    Thanks!

    #437034

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
Viewing 3 posts - 1 through 3 (of 3 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount