Replies
- calu on September 24, 2019 at 12:54 pm in reply to: [Resolved] Using Member Type Generator with BP core widgets #25459This reply has been marked as private.
- calu on September 9, 2019 at 11:05 am in reply to: [Resolved] Using Member Type Generator with BP core widgets #25242This reply has been marked as private.
- calu on September 3, 2019 at 12:25 pm in reply to: Force new members to sign up for a WooCommerce product after registration #25191
Hi Brajesh, just to report back, that the code is working with ‘Contributor’.
Thank you
Carsten - calu on September 3, 2019 at 11:11 am in reply to: Force new members to sign up for a WooCommerce product after registration #25189
No, no plugin for custom roles, but a lot of user roles available, apperantly created by plugins like bbPress, like the participant role. I wonder where roles like anonymous and spectator are created.
- calu on September 3, 2019 at 10:59 am in reply to: Force new members to sign up for a WooCommerce product after registration #25183
Hi Brajesh, thanks for clarifying this.
I need to have a user role, under or with similar permissions as Subscriber, due to my subscriptions setup in WooCommerce. It’s important that this role can be assigned -1, zero messages in the role_based_message_limit code, would Contributor be an option? or better, are there any inactive roles which is working with the code?
Regards
Carsten - calu on September 2, 2019 at 8:30 pm in reply to: Force new members to sign up for a WooCommerce product after registration #25158
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 - calu on August 30, 2019 at 10:15 pm in reply to: [Resolved] Using Member Type Generator with BP core widgets #25123This reply has been marked as private.
- calu on August 30, 2019 at 9:57 pm in reply to: [Resolved] Using Member Type Generator with BP core widgets #25122This reply has been marked as private.
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
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.
Hop this clarifies the issue.
Regards
Carsten- calu on August 23, 2019 at 11:03 am in reply to: Force new members to sign up for a WooCommerce product after registration #24921
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