BuddyDev

Search

Replies

  • Participant
    Level: Yogi
    Posts: 1112

    Hi Brajesh, thanks, I appreciate that.

    Just a thought, WordPress has six pre-defined roles: Super Admin, Administrator, Editor, Author, Contributor and Subscriber. Participant is not one of these six, is this why the code does not work with participants?

    Where is this user role created, if it is not a core WP role, and what cababilities does it have, not much readings about this?

    Which default user role would you recommend to new users? in you are using WooCommerce Subscriptions, ‘Subscriber’ would be the obvious role after signing up a subscription.

    But which role should I assign for new members at registration, to be the inactive subscriber role?

    Regards
    Carsten

  • Participant
    Level: Yogi
    Posts: 1112
    This reply has been marked as private.
  • Participant
    Level: Yogi
    Posts: 1112
    This reply has been marked as private.
  • Participant
    Level: Yogi
    Posts: 1112
    calu on in reply to: [Resolved] Hyphenation #25006

    Hi Brajesh, thanks for helping out. The problem is word breaks and where the words are separated.

    In the editor it looks like is should, words are not separated abnormally

    https://imgur.com/C7uH9vR

    When saved words are separated not in whole words, but where the text box ends. Another thing is the vertical overflow, which I just discovered when the text is long.

    https://imgur.com/Kn2mX4F

    Hop this clarifies the issue.

    Regards
    Carsten

  • Participant
    Level: Yogi
    Posts: 1112

    Hi Brajesh
    I’m stil having problems with restricting messages completely for participant role.

    You wrote: ‘Please use a negative value like -1 to stop it completely.’

    I use this for participants, but that dosn’t stop them from sending messages?

    
    'participant'    => array(
    			'duration' => 1440,
    			'limit'    => -1,
    		),
    

    And using a negative value in the Rate Limit Private Message in the dashboard is not possible.

    Regards
    Carsten

  • Participant
    Level: Yogi
    Posts: 1112

    Hi Brajesh, thanks for checking this out, this would be nice to have, especially if a custom link is added to the notification, this will definitely help increase the sale.

    Regards
    Carsten

  • Participant
    Level: Yogi
    Posts: 1112

    Hi Brajesh, thank you for the update, it addressed the issues I was experiencing. T

    he only issue left is the limit notification box, which is not showing when the limit has been reach, and you try to send a new message.

    If you try to reply an existing message, the notification pops up as it should.

    I have the new message subject auto filled and hidden, can this be the reason why I dont get the notification on send new message?

    Regards
    Carsten

  • Participant
    Level: Yogi
    Posts: 1112
    This reply has been marked as private.
  • Participant
    Level: Yogi
    Posts: 1112
    This reply has been marked as private.
  • Participant
    Level: Yogi
    Posts: 1112

    Strange though, I have a member assigned as Participant, who are not able to send messages, even with these settings:

    How many messages a user can send? 50
    During the time? 10 Minutes

    The Private message Button option is hided, when the option is activated, but there are no notification about the limit has reached.

    And there are no limitation set for Participant in the code yet, it’s like the plugin is not responding correctly with this role?

    Regards
    Carsten